STM32g031 deep sleep
Hello all!I am trying to play with the deep sleep mode of the stm32g031f8p6.Now i am using this: To sleep: SystemClock_Decrease(); HAL_PWREx_ControlVoltageScaling(PWR_REGULATOR_VOLTAGE_SCALE2); HAL_PWREx_EnableLowPowerRunMode();To wake up: HAL_PW...