Other Parts Discussed in Thread: SYSCONFIG,
Tool/software:
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.
Tool/software:
Hi,
You can refer to the 'watchdog_ex1_service' example present in the SDK.
regards,
Anand
Thank you Anand Kulkarni . Yes I did refer to the example which is for a single core system. My question is specifically wrt 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?
Follow up question: If I want to perform a system reset when WDT Times out in Core 2 or Core 3, will need to utilize IPC to command CPU1 to perform the reset?
Hi,
When WDG reset occurs on either CPU2 or CPU3, it only resets the corresponding core.
If you want to reset CPU1, then you have to implement IPC to create CPU1 WDG so that XRSn is generated which resets entire SoC.
regards,
Anand