Electrical – Exceeding voltage on STM32 Vbat pin

circuit-designpower supplystm32stm32f4

I want to power STM32F429 Vbat pin with an existing Lithium Ion battery on board. However, the maximum voltage on the discharging curve of this battery is 4.2v which is above the maximum operating voltage of the Vbat pin(3.6v).

My question is can I directly connect the battery to the Vbat pin, or should I use the voltage divider to divide the battery voltage into a suitable range? If I have to use the voltage divider, is there any problem if I simply use two resistors to divide the voltage?

Best Answer

VBAT pin is for a backup battery for the real-time clock built into STM32F429. RTC backup batteries are usually non-rechargeable Lithium cells. Their voltage doesn't exceed +3V. CR2032 is an example of such battery.

If your design doesn't have a separate RTC backup battery, connect the VBAT pin to Vcc.