Can backup registers persist when VBAT drops enough to stop RTC?
I'm working with the STM32G4 series and using the backup registers to store time data that persists across power cycles. I have a question about VBAT brownout behavior that I cannot find explicitly documented in RM0440 or the datasheet.
Background:
Both RTC and backup registers are in the VBAT power domain
I'm using a signature in backup registers to detect VBAT loss
The signature check works fine for complete power loss
My Question:
Is it possible for VBAT voltage to drop to a level where:
The RTC stops functioning
BUT the backup registers still retain their contents?
In this scenario, my signature check would pass (registers retained), but the time would be invalid (RTC stopped counting).
Do the RTC and backup registers have the same minimum VBAT voltage threshold, or can backup registers survive at a lower voltage than the RTC requires?
If VBAT brownout can cause RTC failure while backup registers persist, does STM32G4 have any hardware mechanism that automatically clears backup registers when RTC stops?