cancel
Showing results for 
Search instead for 
Did you mean: 

return from sleep mode

jerome23
Associate
Posted on November 09, 2012 at 11:21

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 ?
1 REPLY 1
jerome23
Associate
Posted on November 12, 2012 at 16:53

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 ?