Skip to main content
RGate.0
Associate
January 12, 2019
Question

how to make RTC active when power is off

  • January 12, 2019
  • 4 replies
  • 1059 views

I am going to use STM32F030k6t6. IC is not having VBAT pin. Please suggest how to make RTC active when power is off

This topic has been closed for replies.

4 replies

waclawek.jan
Super User
January 12, 2019

The 'F030 is a cut-down version of the 'F031/'F051, with some features deliberately left off.

In other words, you have to chose an STM32 model which has the VBAT pin.

JW

RGate.0
RGate.0Author
Associate
January 14, 2019

Dear Waclawek.jan sir,

Thanks for your reply .

I want to know is there any solution to use stm32f030k6t6 as clock. As i want to make cost effective application.

waclawek.jan
Super User
January 14, 2019

You can have an external switchover (maybe just a diode or two) from primary power source to battery, and write the software so that if primary source goes away the mcu goes into some of the low-power mode.

However, the battery consumption will be higher than it would be using a mcu with VBAT pin.

jW

RGate.0
RGate.0Author
Associate
January 14, 2019

Please share the details or link about how to deal with low power modes for respective microcontroller. it will be very helpful for me

Piranha
Principal III
January 15, 2019

Isn't STM32L010K4 or similar chips more appropriate, if energy consumption and low power modes are important? The price is approximately the same. Are there some other special requirements?