Restart MCU via software
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2020-07-19 6:54 AM
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?
Solved! Go to Solution.
- Labels:
-
STM32L4 series
Accepted Solutions
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2020-07-19 9:54 AM
> Does Exist some HAL function to restart MCU?
There is HAL_NVIC_SystemReset(), which simply calls NVIC_SystemReset.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2020-07-19 6:59 AM
NVIC_SystemReset() ?
Watchdog?
Up vote any posts that you find helpful, it shows what's working..
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2020-07-19 9:54 AM
> Does Exist some HAL function to restart MCU?
There is HAL_NVIC_SystemReset(), which simply calls NVIC_SystemReset.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2020-07-20 2:18 AM
What a gloriuos redirection!
