2020-07-19 06: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.
2020-07-19 09:54 AM
> Does Exist some HAL function to restart MCU?
There is HAL_NVIC_SystemReset(), which simply calls NVIC_SystemReset.
2020-07-19 06:59 AM
NVIC_SystemReset() ?
Watchdog?
2020-07-19 09:54 AM
> Does Exist some HAL function to restart MCU?
There is HAL_NVIC_SystemReset(), which simply calls NVIC_SystemReset.
2020-07-20 02:18 AM
What a gloriuos redirection!