Escaping Infinite Reset


PHPoC basically runs scripts when it boots up. Therefore, it is possible that a PHPoC cannot be escaped from infinite reboot when script contains system command such as "reboot". To solve this problem, it is required to stop the running script.
Refer to the following.

  1. Entering ISP mode

    Make your PHPoC product to enter ISP mode by supplying power while pressing FUNC button. In the ISP mode, you can access to PHPoC by PHPoC Debugger without running a script.

  2. Connect to PHPoC

    Connect a PC to PHPoC via a USB cable and connect to the port via PHPoC Debugger. A message window related with ISP mode will be popped up.

  3. Reboot PHPoC

    Reboot PHPoC by using "Reboot a product" menu in PHPoC Debugger. After rebooting, PHPoC stops running script even it is not in the ISP mode.

  4. Correct source code

    Correct the source code to prevent infinite reboot state.