2010-02-08 12:07 AM
Internal watchdog and stop mode
2011-05-17 04:39 AM
Use the reset to transition modes (like getting an 80286 from protected mode to real mode), or use some really brief wake up code to tickle the watch dog every 26 seconds.
If the hardware watchdog is not suitable to your needs, you could implement a software one using SYSTICK to implement a down counter. -Clive