2024-10-09 04:14 AM
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)?
Solved! Go to Solution.
2024-10-09 06:49 AM
Thank you Pedro I think that answers my question.
2024-10-09 05:23 AM
> 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
2024-10-09 05:26 AM
Hi,
Yes you can. Use the RTC_OUT pin to control VCC.
Kind regards
Pedro
2024-10-09 06:48 AM
I want to wake up at a specific time.
2024-10-09 06:49 AM
Thank you Pedro I think that answers my question.