Power-On Reset from Code?
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2012-11-15 8:01 AM
Posted on November 15, 2012 at 17:01
Hey Folks,
I know it is possible to reset processor with NVIC_SystemReset(). However, is it possible to enforce a _full_ power-off -> power-on reset from inside the code? Cheers
This discussion is locked. Please start a new topic to ask your question.
1 REPLY 1
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2012-11-15 9:31 AM
Posted on November 15, 2012 at 18:31
I know it is possible to reset processor with NVIC_SystemReset(). However, is it possible to enforce a _full_ power-off -> power-on reset from inside the code?
Well probably not in the sense you want, but you could use a GPIO pin to suppress an external regulator, or loop back to -RESET STANDBY turns off some internal regulators, and exits via a reset. But basically if you want the supply to go away, you'll have to make it really go away.
Tips, Buy me a coffee, or three.. PayPal Venmo
Up vote any posts that you find helpful, it shows what's working..
Up vote any posts that you find helpful, it shows what's working..
