Hi,
I have setup the watchdog for TMS570LC4357 microcontroller. It works fine when free running. But as soon as I pause the execution, I get a watchdog reset and the control moves to the beginning of the code.
Below is the code used to configure the watchdog:
EALLOW;
WdRegs.WDCR.all = 0x002F;
EDIS;
Value of DWDPRLD is default set to 0xFFF.
Could you please help me find a way to stop this reset in debug mode?
Thank you.