Choosing real time clock

キャンセル
次の結果を表示 
表示  限定  | 次の代わりに検索 
もしかして: 

Choosing real time clock

4,870件の閲覧回数
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 返答(返信)

1,005件の閲覧回数
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 件の賞賛
返信

1,005件の閲覧回数
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 件の賞賛
返信

1,005件の閲覧回数
mke_et
Contributor IV

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

Mike

 

0 件の賞賛
返信