Skip to main content
nicolas
Senior 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 ?

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.1
ELABI.1Best answer
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

To give better visibility on the answered topics, please click on Accept as Solution on the reply which solved your issue or answered your question.
nicolas
nicolasAuthor
Senior II
November 20, 2025

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