Skip to main content
olek
Associate
May 31, 2012
Question

Wake up from STOP MODE STM32L152

  • May 31, 2012
  • 2 replies
  • 676 views
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?
    This topic has been closed for replies.

    2 replies

    frankmeyer9
    Associate III
    May 31, 2012
    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
    olekAuthor
    Associate
    June 1, 2012
    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.