The RTC is retaining its value in the KW45B41Z-EVK during power off when power back up is provided by Coin cell battery, but in i am using KW45B41Z for my project where i am using a super capacitor(25F/3.8V) to power RTC during power off. Here RTC is not retaining its value. So do I need to enable any Low power mode through SPC or is there any special configuration that i should do?
I have also verified the voltage across the super capacitor that is enough to power the RTC during power off. Any low power mode configurations are there for RTC?
Regards
Kaif
Hello,
Could you help us confirm if you are using a custom board with the KW45B41Z or the KW45-EVK?
The Application note 14122 describes how to integrate the RTC feature to a low-power application with the KW45 and explains the file modifications needed to implement it.
AN14122: How to use RTC on KW45-EVK | NXP Semiconductors
Best Regards
Luis
I am using KW45B41Z in custom board with back up power using super capacitor.
Can we use super capacitor to power RTC during power off? or Lithium battery is the only way?
I would really appreciate your support on this.
Regards
Kaif
Hello Kaif,
As shown in the KW45B41Z-EVK, the coin cell or lithium battery will be the preferred methods, this to achieve long battery life and voltage stability.
Regarding the RTC not retaining values, Could you please kindly describe what is the procedure you are using for the configuration and test? By any chance, are you using the demo called "rtc_func" or power_mode_switch as in AN14122?
Also please consider the recommendations mentioned in the AN14122 to start the RTC from a low-power mode.
Best Regards
Luis
I am using kw45b41zevk_rtc demo (not rtc_func or power mode switch as in AN14122).
Instead of Coin Cell (as in KW45B41Z EVK) I am using a super capacitor for RTC Power Backup.
During power on RTC will be powered by VDD_SWITCH but during power off, super capacitor will supply power to RTC.
During power off Super capacitor is discharging (tested) but RTC is not retaining its register value.
I have attached the schematics of RTC supply configuration i am using.
Why in the KW45B41Z EVK coin cell backup is given for RTC why there is no rechargeable source like super capacitor or battery?
Hello
What values are you getting from voltage across the capacitor? As if goes to a very low voltage (from the capacitor discharging) or approximates to minimal values according to Datasheet, it may cause abnormal functionality such as loss of RTC Functionality: The most immediate consequence is that the RTC will likely stop operating reliably. The timekeeping accuracy will be compromised, and any data stored in the RTC's backup registers may be lost.
A coin cell offers a stable and nearly constant voltage over most of its lifespan, which ensures that the RTC always receives a voltage above its minimum operating threshold.
Best Regards
Luis
According to the EVK schematics, the VDD_DCDC pin powers the RTC when JP5 pins 2 and 3 are connected. With this configuration, the RTC functions correctly on the EVK. We observed that the RTC draws approximately 1 mA in this setup.
When we replicate this arrangement on our custom board using a supercapacitor, the supercapacitor discharges very quickly.
We specifically chose a supercapacitor because we required a rechargeable power source capable of maintaining RTC operation for at least 1–2 months, which is typical for RTC applications. However, a coin cell was not considered suitable since it is not rechargeable.