vbat mode
I am using Nucleo144 32f429zi board. I have removed SB156 to connect VDD to VBAT. There are 2 questions.
1) when I power off controller, I have battery to connect to vbat to keep RTC work, normally current should be around uA level according to stm32f4xx manual, I am using fluke 123 to measure battery current with 10mV/mA, but I got 70mA after controller is powered off. I am not sure my measurement is correct or not. If it is correct, how can I reduce current after I power off controller.
2) my understanding stm32f4 has internal circuit to detect POR and PDR, a internal switch will switch controller between RUN MODE AND BAT MODE. PVD interrupt can't not work on POWER DOWN. How can I turn controller to standby/vbat mode when main control power is off.