Periodic Timing on STM32: WKUP Interrupt vs. RTC ALARM A Mask
Hi,I want to use the RTC timer on the STM32WB to run FreeRTOS in both normal and STOP modes (For HAL time base I use Systick). When the MCU has no work, it goes into STOP mode. If the MCU needs to wake up for timing, like from a FreeRTOS timer, I set...