RTC wakeup interrupts
I'm looking for an example code with STM32G071 device using RTC interrupt to wakeup device from sleep mode based on HAL libraries. Thank you
I'm looking for an example code with STM32G071 device using RTC interrupt to wakeup device from sleep mode based on HAL libraries. Thank you
Hello
In Sleep mode: CPU clock off, all peripherals including Cortex®-M0+ core peripherals such as NVIC, SysTick, etc. can run and wake up the CPU when an interrupt or an event occurs. So, SysTick timer interrupt can wake-up the CPU. For more information, I advise you to take a look to RM0444 Section 4.3 Low-power modes.
Also, I think this discussion can help you.
Thank you for your contribution in STCommunity.
Kaouthar
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.