Hi TI Experts,
Please let me confirm the following question.
[Question.1]
When I checked the Watchdog System Demo code,it seems that this code is set the interval of enabling the WDT reset as 10sec.
//
// Initialize WDT
//
WDT_IF_Init(NULL,80000000 * 10);
Is my understanding correct?
[Question.2]
If yes, when we added the while loop in this code, this code did not enable the WDT reset even though it took 10sec in while loop.
An it took around 20sec to enable the WDT reset. Would you please explain why this code did not enable the WDT reset at 10sec after not clearing WDT value?
[Question.3]
Would you please teach me the maximum value to be able to set interval the WDT?
The resister of WDT interval is 32bit. So it seem that the maximum value is around 53sec.
If you have any questions, please let me know.
Best regards.
Kaka