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?