Why are basic peripherals not working in sleep mode?
Hi I am using stm32l452RC for my project. When I put the MCU to sleep using HAL_PWR_EnterSLEEPMode(PWR_MAINREGULATOR_ON, PWR_SLEEPENTRY_WFI) all my general purpose timers are not running. I use HAL_SuspendTick() before making the MCU go into sleep ...