2021-11-19 08:40 PM
With STm32F429ZIT6 the RTC battery used is 3.6V Ni-Cd and the RTC crystal used is 32.768khz. Initially, it works well for some days but after 1-2 months RTC date and time get reset to default value every time system is power reset.
Need help to resolve this ASAP.
Thanks in adcvance.
Solved! Go to Solution.
2021-11-22 07:52 PM
2021-11-23 02:42 AM
Based on the datasheet of STM32F429ZIT6 Vbat pin can support the voltage range from 1.65V to 3.6Vbut when I used a 3V lithium-ion battery RTC was not working. It was getting reset after every power reset.
2021-11-23 05:41 AM
Batteries do not output a constant voltage. The nominal voltage might be 3V, but that doesn't give you enough information. You need to find a datasheet and look for a discharge curve to see the voltage range.
2021-11-23 08:19 AM
Maybe help show schematics, seems as your BAT connection have an issue
2021-11-23 08:02 PM
2021-11-25 10:12 PM
Is this schematic Ok?? or am I doing something wrong?
2021-11-25 10:17 PM
The nominal voltage is 3V and the voltages in the discharge curve are in the range of the acceptable voltage range of Vbat pin as mentioned in the datasheet i.e. 16V to 3.6V. Theoretically, it should work but it is not working and I do use other controllers from ST i.e. STM32F103xx and STM32F107xx as well they are not displaying any issue as shown by this controller. This problem is only with STM32F429ZIT6. I have attached the schematic below for refrence. Please do let me know if i am doing someting wrong.
2021-11-25 10:34 PM
2021-11-25 10:46 PM
Thankyou, I will check the code. Which battery do you suggest using with this?
2021-11-25 11:04 PM