Skip to main content
Explorer
March 28, 2024
Solved

RTC Alarm under VBAT Conditions

  • March 28, 2024
  • 1 reply
  • 736 views

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?

    This topic has been closed for replies.
    Best answer by Uwe Bonnes

    VBAT mode means there is no VDD supply. So RTC alarm in VBAT mode can not wake up CPU, as CPU is without power

    1 reply

    Graduate II
    March 28, 2024

    VBAT mode means there is no VDD supply. So RTC alarm in VBAT mode can not wake up CPU, as CPU is without power