cancel
Showing results for 
Search instead for 
Did you mean: 

Wake up from STOP MODE STM32L152

olek
Associate
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
frankmeyer9
Associate II
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.

olek
Associate
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.