2021-07-14 12:35 PM
My datasheet (STM32F103VC) states the Vbat current draw is 1.4uA. Is there a way to reduce this? I only need the backup domain for RTC/LSE. I know there are many backup registers as well. Could I turn these off to reduce current draw?
2021-07-14 01:21 PM
The backup domain cannot be partially disabled.
2021-07-14 01:38 PM
Thank you. Are you familiar with any possible ways that I could further reduce current draw?
2021-07-14 03:47 PM
You could reduce the voltage to the minimum allowed. I don't think there's anything else you can do apart from that, but I'm not an expert in low power applications.
Logically, if there were something easy that could be done to reduce the current, it would be silly of them not to use the lower value in the datasheet.
2021-07-14 04:48 PM
Use a different STM32 model, e.g. 'L4 - you can have mostly pin and function compatibility and roughly 2-3x lower IVBAT.
Most of the current goes to LSE/RTC. For even lower battery consumption use a well-chosen external RTC.
JW