2025-03-03 2:15 AM - edited 2025-03-03 2:34 AM
Hello everyone,
I have designed a custom board using the STM32F407VGT6, and I have connected a 3V coin cell battery (CR2032) to the V_BAT pin as shown in the schematic below:
V_BAT Circuit Details:
However, I am facing an issue where I do not measure any voltage at the V_BAT pin on my board. It seems like the battery is not supplying power to the backup domain.
I have attached my schematic for reference.
2025-03-03 5:20 AM
Hello,
You can refer to the STM32F4G EVAL schematics:
As you can see nothing special:
For the code you can refer to the RTC calendar example here.
2025-03-03 6:32 AM
> do not measure any voltage at the V_BAT pin on my board
A multimeter across the battery should show voltage. If using the ADC, show relevant code. Should be getting something. Nothing wrong with the schematic snippet.
2025-03-03 6:43 AM
You can paste the image directly into the post - where we can see it:
@rohithinthingstech wrote:I do not measure any voltage at the V_BAT pin on my board. It seems like the battery is not supplying power to the backup domain.
Is the battery dead?
Have you measured to see if current is being drawn from the battery?
@rohithinthingstech wrote:I have designed a custom board .
Have you checked the layout for shorts?
Have you checked the assembly for shorts and bad joints?