Hi
I am trying to configure the TIMER2 of DM648 as watchdog timer.
The issue i have is that when the counter registers equals the value in period registers, DSP is not getting reset. I am not writing the special sequence to the WDKEY anywhere in my code.
Also i checked the WDFLAG of the WDTCR register. It is zero when the TIM registers are counting up and gets set to 1 when they finishes counting up, indictaing that a watchdog timeout has indeed occurred. But DSP continues to run even after this.
Can anybody tell if i am missing something.