cancel
Showing results for 
Search instead for 
Did you mean: 

STM32WBA55 VBAT PROBLEM

YBAYR.1
Associate III

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?

1 ACCEPTED SOLUTION

Accepted Solutions
TDK
Super User

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".

View solution in original post

1 REPLY 1
TDK
Super User

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".