cancel
Showing results for 
Search instead for 
Did you mean: 

How to switch to standby

juraj
Associate II
Posted on April 12, 2008 at 12:19

How to switch to standby

2 REPLIES 2
juraj
Associate II
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.

juraj
Associate II
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?