This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

TMS570LC4357: Watchdog forces MCU restart

Part Number: TMS570LC4357

Hi, gundavarapu

I've run into another new problem.

First, my configuration is as follows:

1.Initialize the watchdog and RTI modules

2. Feed the dog regularly

3. Enter SYS mode on the MCU

4. Write a function to force a watchdog reset of the MCU

5. MCU runtime error detection (If an interrupt from ESM Group 2 is triggered, immediately perform a reset and restart operation)

--------------------------------------------------------------------------------------------------

I am currently validating the forced watchdog restart functionality. Upon execution, it causes an exception in dataEntry. Is there an issue with the functionality I have implemented?

Below is the serial port output during my program's execution:

Additionally, I would like to inquire whether error detection is required during MCU operation. If so, should all channels in both ESM Group 1 and Group 2 be monitored simultaneously? If interrupts are enabled for error detection, will this affect the execution of the F021 API function in RAM?