Question
The question about Sleep mode
I want to let STM32L552CC into sleep mode.
I add
HAL_PWR_EnterSLEEPMode(PWR_MAINREGULATOR_ON, PWR_SLEEPENTRY_WFI);
Build is OK,
but when Debug ,the error appeared,
Why?
I want to let STM32L552CC into sleep mode.
I add
HAL_PWR_EnterSLEEPMode(PWR_MAINREGULATOR_ON, PWR_SLEEPENTRY_WFI);
Build is OK,
but when Debug ,the error appeared,
Why?
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.