Tool/software: Code Composer Studio
Hello!
I want to use watchdog to reset CPU2 separately, but I found that when the watchdog of CPU2 overflowed, CPU1 and CPU2 seemed to be stuck and could not run again. would you please tell me why? thank you.
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: Code Composer Studio
Hello!
I want to use watchdog to reset CPU2 separately, but I found that when the watchdog of CPU2 overflowed, CPU1 and CPU2 seemed to be stuck and could not run again. would you please tell me why? thank you.
Hi,
CPU2 reset will reset only CPU2 so if there is any handshake between CPU1 and CPU2 in CPU2 code, it'll not work unless CPU1 takes care of this. What you could do is bypass this handshake in CPU2 code if reset is caused by CPU2 WD.
Regards,
Vivek Singh
I am assuming you were able to resolve the issue hence closing the post.
Vivek Singh