Question
Does the RTC run when Vdd = 0 but Vbat = 3 volt?
I have a STM32F373VBTx serie. I know that the RTC saves the backup registers for every second. But when I restart my STM32, then the RTC sets to default date and time again due to the MX_RTC_INIT() function who is generated by CubeMX.
I have two questions:
- Does the RTC run, even if Vdd = 0 and Vbat = 3 volt?
- If 1 is YES: How can I make sure so I don't run MX_RTC_INIT() at start up if Vbat have a voltage source?
