Posted on November 09, 2012 at 11:21Hi, I entered sleep mode with PWR_EnterSleepMode(PWR_Regulator_ON,PWR_SLEEPEntry_WFI) ; but I can return to normal mode, even i push the user button (connected to EXTI0). What's wrong ?
Posted on November 12, 2012 at 16:53it seems that the interrupt doesn't awake the stm32 although this interrupt works in normal mode. there is a register to modify befor entering sleep mode ?