Other Parts Discussed in Thread: SYSCONFIG
Hi
I made a lot of tests with the watchdog on my LP-AM263x.
Can someone explain my why I have to clear the watchdog timer in one-tenth of the "WDT Expiry Time" set in SysConfig?
As an example when I set an expiry time of 1000ms then i have to clear the watchdog within 100ms or my board resets.
Also, the example from TI does this:
/* wait for (expiry time/2 ) time */
ClockP_usleep((wdtExpiryTimeinMs*100)/2);
Best regards
Dominik
