Skip to main content
Ebun.1
Senior
April 2, 2021
Solved

How to reliably reset the microcomputer

  • April 2, 2021
  • 2 replies
  • 698 views

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.

This topic has been closed for replies.
Best answer by Tesla DeLorean

NVIC_SystemReset() ?

or let a Watchdog expire.

2 replies

Tesla DeLorean
Tesla DeLoreanBest answer
Guru
April 2, 2021

NVIC_SystemReset() ?

or let a Watchdog expire.

Tips, Buy me a coffee, or three.. PayPal VenmoUp vote any posts that you find helpful, it shows what's working..
Ebun.1
Ebun.1Author
Senior
April 8, 2021

Hi Tesla DeLorean

After all there are these two methods.

I'll give it a try.

Thank you for your response.