STM32L0 consumption
Posted on January 17, 2018 at 16:04Hi GuysI'm using and STM32L011 MCU with HAL library and RTC running on a WakeUpTimer of 60seconds.I enter stop mode in the following way:void gotosleep() { __HAL_RCC_PWR_CLK_ENABLE(); HAL_PWREx_EnableUltraLo...