Skip to main content
Graduate II
November 18, 2025
Solved

RTC: are interrupt flag set during Vbat mode

  • November 18, 2025
  • 1 reply
  • 142 views

I have a STM32U595 and I use the RTC in binary mode.

If an SSR underflow occurs during Vbat mode, will the SSRUF be set so after power recovery I can manage the interrupt ?

    This topic has been closed for replies.
    Best answer by ELABI.1

    Hi @nicolas,

    Yes, SSRUF will still be set when VDD is back, with interrupt generation, which can then be served after NVIC initialization.

    You can refer to the Reference Manual RM0456 section 63 Real-time clock (RTC) for more information.

    Thanks.

    ELABI.1

    1 reply

    ELABI.1Answer
    Technical Moderator
    November 20, 2025

    Hi @nicolas,

    Yes, SSRUF will still be set when VDD is back, with interrupt generation, which can then be served after NVIC initialization.

    You can refer to the Reference Manual RM0456 section 63 Real-time clock (RTC) for more information.

    Thanks.

    ELABI.1

    nicolasAuthor
    Graduate II
    November 20, 2025

    Thank you for the answer. I did look on the RM0456 but I didn't found this information.