STM32LowPower
STM32LowPower copied to clipboard
Fix LowPower Sleep Mode
Fix LowPower Sleep Mode:
- fix: restore Main regulator on LowPower Sleep exit
- fix: in case of LowPower Sleep, it is necessary to decrease CPU Frequency
Fixes https://github.com/stm32duino/STM32LowPower/issues/73
Currently tested only on L4. Waiting CI on other STM32 series
@ABOSTM can verify on STM32L051C8T6 can you give some details what should i check?
Tested on all STM32 series, with ExternalWakeup example, working fine.