2024-03-28 09:54 AM
From what I understand, a STM32L433RCT3 MCU powered by VBAT pin will shutdown except for RTC and backup registers.
1. I'm wondering if the RTC Alarms can trigger during the VBAT period?
2. Will any code execute from the RTC Alarm interrupt during VBAT? Will the interrupt run when VDD is reapplied to the system?
Solved! Go to Solution.
2024-03-28 01:39 PM
VBAT mode means there is no VDD supply. So RTC alarm in VBAT mode can not wake up CPU, as CPU is without power
2024-03-28 01:39 PM
VBAT mode means there is no VDD supply. So RTC alarm in VBAT mode can not wake up CPU, as CPU is without power