Skip to main content
YBAYR.1
Associate III
January 27, 2026
Solved

STM32WBA55 VBAT PROBLEM

  • January 27, 2026
  • 1 reply
  • 174 views

I have a project for a battery-powered clock using the STM32WBA55 chip. The battery is replaceable; the device can sit unused on a shelf for up to 4 months without the battery. Since the STM32WBA55 doesn't have VBAT or VRTC pins, how can I keep the backup recorder, time, and date active?

Best answer by TDK

You can power the device normally and use low-power modes to modulate power usage. Look at the Standby Retention low power mode and see if it can reduce power consumption enough. Put the main power on a GPIO pin so you know when it disappears in order to switch to a low-power mode.

TDK_0-1769531158401.png

Will require some minor design expertise to draw from battery power only when main power is not present.

1 reply

TDK
TDKBest answer
Super User
January 27, 2026

You can power the device normally and use low-power modes to modulate power usage. Look at the Standby Retention low power mode and see if it can reduce power consumption enough. Put the main power on a GPIO pin so you know when it disappears in order to switch to a low-power mode.

TDK_0-1769531158401.png

Will require some minor design expertise to draw from battery power only when main power is not present.

"If you feel a post has answered your question, please click ""Accept as Solution""."