Content originally posted in LPCWare by leluno on Wed Apr 22 01:37:15 MST 2015 with a watchdog-timer the code first should go to the beginnin of the while(1)-loop, second to reset. on AVR it works like this:
Content originally posted in LPCWare by whitecoe on Wed Apr 22 02:09:50 MST 2015 Sounds like you want the standard C "continue" statement, described in any book on C or on lots of webpages, for example: