Skip to main content
Graduate
October 9, 2024
Solved

STM32H523CE RTC wakeup

  • October 9, 2024
  • 2 replies
  • 1156 views

I want to use the on-board RTC while all power (except VBAT which will be connected to a battery) is turned off to retain the clock.

Is it possible to power the on-board RTC from VBAT and turn off ALL other supplies?

What will happen after the other supplies are turned on again together with a POR?

Can one of the VBAT GPIOs be used to signal an RTC event with only VBAT powered (want to use this to wakeup)?

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

    Hi,

    Yes you can. Use the RTC_OUT pin to control VCC.

    Kind regards
    Pedro

     

    2 replies

    Super User
    October 9, 2024

    > Is it possible to power the on-board RTC from VBAT and turn off ALL other supplies?

    Yes. That's the purpose of VBAT.

    > What will happen after the other supplies are turned on again together with a POR?

    What would you expect to "happen"?

    > Can one of the VBAT GPIOs be used to signal an RTC event with only VBAT powered (want to use this to wakeup)?

    I don't know what do you mean by "RTC event", but reading the Power, RTC and TAMP chapters in RM will answer your question.

    JW

     

    thansenAuthor
    Graduate
    October 9, 2024

    I want to wake up at a specific time.

    PGump.1Answer
    Graduate II
    October 9, 2024

    Hi,

    Yes you can. Use the RTC_OUT pin to control VCC.

    Kind regards
    Pedro

     

    thansenAuthor
    Graduate
    October 9, 2024

    Thank you Pedro I think that answers my question.