Flags for VBAT low-power mode?
I'm using a Nucleo F429ZI, and want to use the VBAT mode when the controller loses VDD. Are there any flags that are specifically set or reset when the controller enters or leaves VBAT mode? I read in a reference manual that a power-down reset is what triggers the controller to enter VBAT mode, and I think the RCC_FLAG_PORRST indicates this. However, my understanding is that this flag can be set whether or not there is a battery connected. I'm wondering if there is a specific way to know about: when the controller enters or leaves VBAT mode, or when the controller re-powers up after a case where the battery runs out, etc.
