How to use a Real Time Clock with i.MX6?

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

How to use a Real Time Clock with i.MX6?

跳至解决方案
3,324 次查看
mxthias
Contributor I

Hi,

We intend to use an i.MX6 for a new project. Since we are starting from scratch we don't have much experience so far. One question is how we can provide time and date information to our application at start-up. The documentation describes the on-chip (S)RTCs which are real time counters. Does anybody know if they can be used for implementing a calendar clock? Would it be better or is it even required to add an external device (e.g. third party I2C RTC) to our design? Would be grateful for some hints / application notes on this topic. Thank you.

Best Regards,

Mathias

标签 (1)
0 项奖励
回复
1 解答
1,636 次查看
Milco
Contributor III

Hi Mathias,

i.MX6 family has a secure Real Time Clock (SRTC) useful for implementing a calendar clock.

Linux drivers are also available.

The only difference between SRTC and external RTC, may be, can be the backup state current consumption of about 250uA MAX. With an externa RTC you can have some 5/10 uA (depends on RTC model)

在原帖中查看解决方案

0 项奖励
回复
1 回复
1,637 次查看
Milco
Contributor III

Hi Mathias,

i.MX6 family has a secure Real Time Clock (SRTC) useful for implementing a calendar clock.

Linux drivers are also available.

The only difference between SRTC and external RTC, may be, can be the backup state current consumption of about 250uA MAX. With an externa RTC you can have some 5/10 uA (depends on RTC model)

0 项奖励
回复