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.

F29H850TU: WDT on Core 2 /Core 2 of F29H850TU multicore system

Part Number: F29H850TU


Tool/software:

Creating a new questions as response on my original question did not solve my query.

My question is specifically wrt Watchdog timer implementation on Core 2 or Core 3 of a multicore system and the issue discussed  in this thread.

Does implementing WDT in a multicore system require additional code to ensure that a system reset on Core 2 / Core 3 will restart execution from main? 

If I want to perform a system reset when WDT Times out in Core 2 or Core 3, will need to utilize ESM or IPC to communicate with  CPU1 to perform a system reset?
  • Hi,

    Yes if CPU2 or CPU3 WDRSn occurs, then the error events in ESM.

    CPU2RSn,CPU3RSn, CPU2WD and CPU3WD are captured as error events in ESM.

    CPU2WD/CPU3WD causes respective core reset. ESM error events are captured when core reset occurs that can be used to create XRSn from ESM itself.

    Thanks