STM32H5 RTC count through power cycles
What is the expected RTC peripheral behavior through power cycles on VDD? We have a 3.3V system design with the STM32H562VGT6 right now.
Setup:
- VDD = 3.3V from external supply
- VBAT = 220mF supercap attached
- RTC is enabled & counting, system is stable
- LSE oscillation is active on the PC14/15 lines
Action:
- VDD = 0V for 1-2 sec (unplugged PSU)
- VDD = 3.3V restored (reconnected PSU)
Expected Behavior Through Power-Cycle:
- RTC count maintains operation & counting (count increases)
- LSE signal is oscillating at PC14/15 lines
Observed:
- RTC count freezes when power is removed & resumes counting when power is restored
Is this expected? Is it possible to keep the RTC counter active & counting through power cycles?

