Skip to main content
Sam stephan
Visitor II
November 16, 2017
Question

STSPIN32F0 in standby mode can not be awakened!

  • November 16, 2017
  • 0 replies
  • 576 views
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
This topic has been closed for replies.