RTC clock and backup battery configuration for KL25

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 
已解决

RTC clock and backup battery configuration for KL25

跳至解决方案
1,748 次查看
dhananjayankutt
Contributor I

Hello friends,

I am working on a system design based on MKL25Z128VLK4. The system will be powered by an external supply with requirements to maintain time. I need some ideas about RTC clock source with  a coin cell battery backup.

Is there any option to provide battery backup only for RTC not for whole MCU? We understand that there is no separate power domain for RTC logic. Does this implies that  we have to go for external RTC chip with battery backup interfaced through I2C? Or can we use a ORING Battery + External power input and detect external power failure to force the processor to low power mode?

Is the 32Khz Clock to run the RTC can be given only through external clock source or it can be internally sourced through internal oscillator ("OSC logic") with ERCLK32K clock? Again will it work across power modes?

Please anyone put your ideas forward. Thanks in advance.

标签 (1)
0 项奖励
回复
1 解答
968 次查看
Paul_Tian
NXP Employee
NXP Employee

1. First, sorry, KL series does not like K series, it owns BATT pin. So I think KL cannot only powred to RTC. But I do not think you have to use external RTC chip for your application. KL series has very low leakage stop power mode(about 300nA), the core consume is very low.

2. For your external battery voltage detection, KL can do this function.

3. For your RTC clock source question, there are three clock source for RTC module. They are external clock(32.768KHz), internal 1KHz LPO and RTC_CLKIN (external reference clock in). Reminder is only RTC_CLKIN, this clock source can work in VLLS0 mode(the lowest power mode).


在原帖中查看解决方案

0 项奖励
回复
2 回复数
969 次查看
Paul_Tian
NXP Employee
NXP Employee

1. First, sorry, KL series does not like K series, it owns BATT pin. So I think KL cannot only powred to RTC. But I do not think you have to use external RTC chip for your application. KL series has very low leakage stop power mode(about 300nA), the core consume is very low.

2. For your external battery voltage detection, KL can do this function.

3. For your RTC clock source question, there are three clock source for RTC module. They are external clock(32.768KHz), internal 1KHz LPO and RTC_CLKIN (external reference clock in). Reminder is only RTC_CLKIN, this clock source can work in VLLS0 mode(the lowest power mode).


0 项奖励
回复
968 次查看
dhananjayankutt
Contributor I

Sorry for late reply.

Thank you so much for your ideas Mr. Zhe Tian.

0 项奖励
回复