This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
Have two questions about the internal Watchdog Timer function:
1. If the OSCCLK drops out, does the Watchdog Reset assert (WDRST)?
2. How is the Watchdog Configuration Register (WDCR) accessed and can it be accessed during runtime? In other words, is there a way for the processor to disable its own Watchdog Timer due to a malfunction or corrupted code?
Thanks.
Ozino,
Thanks for your response. Unfortunately the link you provided to the F2837xS Technical Reference Manual doesn't work.
Regards,
Chad
Hi Chad,
1. If the OSCCLK drops out, does the Watchdog Reset assert (WDRST)?
No that would not cause reset. In that case WD counter will freeze.
2. How is the Watchdog Configuration Register (WDCR) accessed and can it be accessed during runtime? In other words, is there a way for the processor to disable its own Watchdog Timer due to a malfunction or corrupted code?
WDCR register is protected by EALLOW as well as WDCHK field (part of WDCR register) hence possibility of this is very-very remote.
Regards,
Vivek Singh