About the problem of software restart of STM32duino #1909
|
About the problem of software restart of STM32duino
void setup() void loop() |
Answered by
fpistm
Dec 24, 2022
Replies: 2 comments 5 replies
|
There is no issue. STM32 Simply fallback to an error handler. And often it ends with a Most of those error handler are weak and can be redefined. |
0 replies
|
Thank you for your reply, your method is very effective! So if I want the program to be able to restart itself when it crashes, I need to write my own watchdog program? |
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Or use this library provided within the core:
https://github.com/stm32duino/Arduino_Core_STM32/tree/main/libraries/IWatchdog