This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Watchdog to return from ISP

Hallo

Im planning to use the ISP for firmware updating my application, by letting the application itself set the P0.14 pin low and then reboot the MCU (ISP then entered)
But when I do that, then ISP will be entered when I jump to reset vector because P0.14 still is cleard.
The only way is to let the watchdog reboot the MCU and then thereby restting the P0.14. That mean I have to set the watchdog before I enter ISP mode with enough timeout to finish the programming.
But would it not be a solution too, to jump to application start after programming with the ISP Go command? Then the application would reset the P0.14 again?

/Thomas

0