Wake up from STOP MODE STM32L152
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2012-05-31 1:05 AM
Posted on May 31, 2012 at 10:05
Hi all,
I have to be sure before I will make another step in my project: Can I wake up the STM32L152 from the STOP mode by any edge on any pin? In other words: can I configure any pin as input to wake up from STOP mode?
2 REPLIES 2
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2012-05-31 11:06 AM
Posted on May 31, 2012 at 20:06
According to the reference manual, you can use any EXTI line, if you enable the corresponding interrupt.
There is a difference if you enter with WFI or WFE - see the respective pages 75 + 184 of the ref. manual.Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2012-06-01 3:02 AM
Posted on June 01, 2012 at 12:02
Yes, I saw the manual.
I made test on different pins and only those with additional WKUP function worked properly.