I'd like to have some control on watchdog events, so I can record some specifics and set
some pin states in the ISR. Based on a configuration option, I then want to do a real
reset as the WDT would normally do, or just halt.
I am not sure from the datasheet that I can do both of these things. Halting would just be
a loop, and the reset should be doable as long as I can write the WDRESET inside the
ISR.
One downside of using the watchdog interrupt seems to be that you are expecting valid code
in the ISR. In the worst case scenario, the entire program space gets wiped out during
operation. The WDT fires and jumps to valid but incorrect code, possibly causing problems.
Do these assumptions sound correct?
------------------------------------

(You need to be a member of lpc2000 -- send a blank email to lpc2000-subscribe@yahoogroups.com )