Skip to main content
juraj
Associate III
April 12, 2008
Question

How to switch to standby

  • April 12, 2008
  • 2 replies
  • 489 views
Posted on April 12, 2008 at 12:19

How to switch to standby

    This topic has been closed for replies.

    2 replies

    juraj
    jurajAuthor
    Associate III
    May 17, 2011
    Posted on May 17, 2011 at 12:29

    I use following to switch to standby:

    PWR_WakeUpPinCmd(ENABLE);

    PWR_EnterSTANDBYMode();

    //here the processor cannot run and it is tested it does not

    a=0; //this is never executed

    however, wakeup pin on my EVAL board does not reset the processor, only reset button works.

    What is different between RESET and WAKE-UP routine in MCU?

    juraj
    jurajAuthor
    Associate III
    May 17, 2011
    Posted on May 17, 2011 at 12:29

    Since I could not find where was problem I tried to rebuild my software according to PWR-Example2 from ST's demo package and got it working.