2017-11-15 05:16 PM
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