Hi folks,
I'm just looking into setting up the watchdog for my F2802x project.
Am I correct in thinking that if I wish to have the watchdog reset the device if it has hanged, then I need to use a second timer ISR (e.g CPU timer 0) to actually service the watchdog during normal opertaion at some period less than that of the WDCNTR?
Is there no way of having the watchdog look after device reset without using a second timer in this manner??
Thanks
(Well, I guess I could call servicedog() every few lines throughout my code... ugh)