Pedro Zorzenon Neto <[email protected]> writes: > I could put some code to reset the device or just a "while(1);" to > loop forever and wait watchdog to reset...
You can trigger a watchdog reset by writing to WDTCTL with an invalid
password, e.g.
WDTCTL = ~WDTPW;
Regards,
--Daniel
