cancel
Showing results for 
Search instead for 
Did you mean: 

How to reliably reset the microcomputer

Ebun.1
Senior

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.

1 ACCEPTED SOLUTION

Accepted Solutions

NVIC_SystemReset() ?

or let a Watchdog expire.

Tips, Buy me a coffee, or three.. PayPal Venmo
Up vote any posts that you find helpful, it shows what's working..

View solution in original post

2 REPLIES 2

NVIC_SystemReset() ?

or let a Watchdog expire.

Tips, Buy me a coffee, or three.. PayPal Venmo
Up vote any posts that you find helpful, it shows what's working..
Ebun.1
Senior

Hi Tesla DeLorean

After all there are these two methods.

I'll give it a try.

Thank you for your response.