2012-11-09 02:21 AM
Hi,
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 ?2012-11-12 07:53 AM
it 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 ?