2018-02-21 09:05 AM
Hello,
Is there a simple way for the program to force a reboot of the STM32 device? Can I programatically pull the line associated with the reset button low or is there some other way to do a hard reset on the board?
Thanks,
Solved! Go to Solution.
2018-02-21 09:12 AM
2018-02-21 09:12 AM
NVIC_SystemReset();
JW
2018-02-21 11:40 AM
Thanks!