I am using STM32C011F4 mcu on my project. I want to send my device to sleep mode with HAL_PWR_EnterSTOPMode(). STM32C011F4 does not have build-in Walke-up option in RTC driver. So, I'd like to learn if it is still possible to use AlarmA to periodic s...