2021-04-01 05:46 PM
MCU: STM32F769
Thank you for helping.
I may want to reset the microcontroller while the program is running.
What kind of method is there to reliably reset the microcomputer in terms of software?
Thank you.
Solved! Go to Solution.
2021-04-01 07:56 PM
NVIC_SystemReset() ?
or let a Watchdog expire.
2021-04-01 07:56 PM
NVIC_SystemReset() ?
or let a Watchdog expire.
2021-04-07 05:15 PM
Hi Tesla DeLorean
After all there are these two methods.
I'll give it a try.
Thank you for your response.