2016-10-30 07:45 AM
Hello!
I am using the STM32L476 for my project and i need to implement a standby mode.I want to use the sleep mode and i have a few questions:1. Is there anything else i need to do before entering the sleep mode besides using - HAL_PWR_EnterSLEEPMode(PWR_MAINREGULATOR_ON, PWR_SLEEPENTRY_WFI) ?2. How can i check whether i entered the LPM properly? 3. Where can i find some detailed documentation regarding these issues?thank you2016-10-31 03:08 AM
Hi cherniakov.yuri,
I see that you ask for how to use and code the Low power mode on the STM32L4 device and not issue description.For this purpose, I recommend the following resources that give you help on this :- , section 5.5 low-power modes-Application note -Application note And there is several examples in the which show how to code and uselow power modes and difference sub-modes at this path: STM32Cube_FW_L4_V1.5.0\Projects\STM32L476RG-Nucleo\Examples\PWR-Hannibal-