programmatic reboot of STM32?
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2018-02-21 9:05 AM
Posted on February 21, 2018 at 18:05
Hello,
Is there a simple way for the program to force a reboot of the STM32 device? Can I programatically pull the line associated with the reset button low or is there some other way to do a hard reset on the board?
Thanks,
Solved! Go to Solution.
1 ACCEPTED SOLUTION
Accepted Solutions
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2018-02-21 9:12 AM
2 REPLIES 2
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2018-02-21 9:12 AM
Posted on February 21, 2018 at 18:12
NVIC_SystemReset();
JW
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2018-02-21 11:40 AM
Posted on February 21, 2018 at 19:40
Thanks!
