cancel
Showing results for 
Search instead for 
Did you mean: 

STSPIN32F0 in standby mode can not be awakened!

Sam stephan
Associate
Posted on November 16, 2017 at 02:16

I tried get the STSPIN32F0 into standby mode, but it didn't wake up when it into the mode. And the 3.3V DC/DC still have output in the standby mode.

My initialization code:

    

__HAL_RCC_PWR_CLK_ENABLE();

    HAL_PWR_EnableWakeUpPin(PWR_WAKEUP_PIN1);

Into standby mode code:

    

HAL_DBGMCU_EnableDBGStandbyMode();

     HAL_PWR_EnterSTANDBYMode();

#stspin32f0 #standby-mode
0 REPLIES 0