2021-11-17 09:18 AM
I can perform a software system reset but what I want to do is have the M7 reset the M4 cpu - is there a way?
I have always written my own bootloader so the product can have firmware upgraded in the field.
With the Dual Core - the M7 will be updating the flash memory space for the M4 and I need to be able to have it start back at its reset vector.
Thanks
2021-11-17 12:31 PM
Try SCB_AIRCR_VECTRESET
2021-12-02 06:41 AM
Hello @Joe.H ,
Did you tried the line suggested by @Uwe Bonnes ? If his proposal works, please mark the reply as Best answer (click on "Select as Best").
Imen
2021-12-02 07:42 AM
If I read the documentation properly - it states that CPU1 can software reset CPU1 and CPU2 can software reset CPU2. I do NOT believe that it states CPU1 can reset CPU2 via that process.
If my statement is correct - than it does not answer the question.
Thanks for trying.
2021-12-03 05:28 AM
I did not notice your request to reset the other CPU. I scanned RM0399 and did also not find anything.