2008-04-12 03:19 AM
How to switch to standby
2011-05-17 03:29 AM
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.
2011-05-17 03:29 AM
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?