cancel
Showing results for 
Search instead for 
Did you mean: 

Restart MCU via software

GFont.1
Associate III

Hi,

How can I restart stm32l431 via software? I an using the MCU with sim800l and I can be able to restart MCU using text message. Does Exist some HAL function to restart MCU?

1 ACCEPTED SOLUTION

Accepted Solutions
TDK
Guru

> Does Exist some HAL function to restart MCU?

There is HAL_NVIC_SystemReset(), which simply calls NVIC_SystemReset.

If you feel a post has answered your question, please click "Accept as Solution".

View solution in original post

3 REPLIES 3

NVIC_SystemReset() ?

Watchdog?

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

> Does Exist some HAL function to restart MCU?

There is HAL_NVIC_SystemReset(), which simply calls NVIC_SystemReset.

If you feel a post has answered your question, please click "Accept as Solution".
Uwe Bonnes
Principal II

What a gloriuos redirection!