Choosing real time clock

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

Choosing real time clock

4,861 次查看
santosh
Contributor I
We are using MC9s08GT and want to use an rtc.
But witch one is the best clock? Make it sense to use the I2C Interface? The SPI is allready used.

Thanks for help.
标签 (1)
0 项奖励
回复
3 回复数

996 次查看
Wings
Contributor I
If really low power is a requirement, check out the DS2417. 1-wire interface & programmable pulse output. Draws around 180 nanoamps @ 3v. Doesn't have clock registers, just a 32-bit count of seconds so you'll have to do your date & time thing in software.
0 项奖励
回复

996 次查看
Encoder
Contributor I
I have been using a PCF8583 on my old HC705B controller for years, with a synthetic IIC from 2 I/O lines, and one of the 2 was multiplexed with another peripheral.
 
Perhaps today I would use the DS1337 which seems to be newer and cheaper. It too uses IIC.
 
Encoder
0 项奖励
回复

996 次查看
mke_et
Contributor IV

I'm using the DS1307Z on my new design.  It's I2C and seems pretty simple to implement.

Mike

 

0 项奖励
回复