2025-10-02 5:18 AM - last edited on 2025-10-02 7:58 AM by mƎALLEm
Hi,
I'm using an STM32H7 microcontroller and need to get the RTC working.
I set RTC_OUT to 1Hz and set the LSE to a 32.768Hz crystal, and inserted the CR2032 battery.
When the microcontroller is powered (VDD 3V3), I see the waveform oscillating at a frequency of 1Hz.
My question is: should the signal on the RTC_OUT pin remain when I remove the power?
Thanks
Solved! Go to Solution.
2025-10-02 6:05 AM
Hello,
Indeed RTC_OUT still alive and it remains active when the main power (VDD) is removed and only the backup battery VBAT is present. This is because the RTC and its associated functions, including RTC_OUT, are powered by the VBAT domain in such scenario.
2025-10-02 6:05 AM
Hello,
Indeed RTC_OUT still alive and it remains active when the main power (VDD) is removed and only the backup battery VBAT is present. This is because the RTC and its associated functions, including RTC_OUT, are powered by the VBAT domain in such scenario.
2025-10-02 7:02 AM
Thank you so much
2025-10-02 7:52 AM
Sorry,
But you need to accept the post that answered your question and not your confirmation ;).
I've already fixed it.