Question
STOP2 mode, voltage regulator, stm32cube
Posted on June 28, 2018 at 13:29
Hi all,
I'm trying low power modes of the STM32. I've noticed that HAL_PWREx_EnterSTOP2Mode synopsis mention that:
* The voltage regulator is set in low-power mode but LPR bit must be cleared to enter stop 2 mode.
* Otherwise, Stop 1 mode is entered.however
/STM32Cube_FW_L4_V1.11.0/Projects/NUCLEO-L476RG/Examples/PWR/PWR_STOP2_RTC/Src/
does not include such thing. and AN4621 indicates that LowPowerRun mode doesn't get involved when switching between Run mode and Stop2 modes.
Therefore I see contradiction. Could any one clarify please ?
Thanks,
