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.
I want to debug the application on CPU1, and want to reset/run CPU2 from its program already loaded in Flash. Is there an example of how to do this?
Looking at led_ex1_blinky_cpu1 and led_ex1_blinky_cpu2:
If I try:
What modifications do I need to make this work?
(The application on CPU2 is simple and works well, so I'm mainly focusing on CPU1 development. In part, I'm trying to save time by not having to re-program and control CPU2 every time I make a change on CPU1)
do you have the watchdog enabled in your application init ? Not sure if that is causing the issue.