2021-09-13 12:18 AM
Hi,
i can't find the reboot code the spc5 core.
I mean the equivalent code for SPC5 of STM32 HAL_NVIC_SystemReset();
Thank you
Solved! Go to Solution.
2021-10-01 07:28 AM
Hello ,
May you can try this software code :
https://community.st.com/s/question/0D50X0000Ant5kTSQQ/how-to-generate-software-reset-in-spc-56d40
Best Regards
Erwan
2021-09-13 01:41 AM
try NVIC_SystemReset()
Or just use a watchdog isntead (https://stackoverflow.com/questions/25121107/nvic-systemreset-not-working-for-stm32f4)
2021-09-13 01:54 AM
NVIC_SystemReset() is for STM32. Not works in SPC5.
I have a look on SWT, but still not found the code for reset.
2021-09-13 07:00 AM
Hello Pchia ,
you can check the boot.s and crt0.s in VLE Assembler in some Test application.
Best Regards
Erwan
2021-10-01 04:15 AM
At the and i have used SWT0 to MCU restart
2021-10-01 07:28 AM
Hello ,
May you can try this software code :
https://community.st.com/s/question/0D50X0000Ant5kTSQQ/how-to-generate-software-reset-in-spc-56d40
Best Regards
Erwan