I am trying to program the TMS570 watchdog and this is not clear from the TRM. My intent is to program the WDT such that if a software refresh of this register does not occur within a specified time, this would force the reset of the controller. However what I see is that there are certain pointers towards programming the timeout for the DMA and memory transfers, but nothing specific to my case.
5.1.45 System Exception Status Register (SYSESR)
mentions the following
Bit 13 WDRST Watchdog reset flag. This bit is set when the last reset was caused by the analog or digital watchdog. 0 -> No reset has occurred because of the AWD or DWD. 1 -> A reset was caused by the AWD or DWD. However I do not see any references to programming the AWD or DWD. Looking forward for a response.
-Raj