Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

why RTC mostly connected in i2c not spi

Status
Not open for further replies.

bagavathi

Member level 3
Member level 3
Joined
Nov 15, 2011
Messages
58
Helped
0
Reputation
0
Reaction score
0
Trophy points
1,286
Location
Tamil Nadu,India
Activity points
1,686
HI friends,

why mostly RTC is connect using i2c not in spi. whether it can be connet using spi or not?
 

You can't use an SPI device on an I2C connection or the other way around. Even the number of wires is different. I2C is normally used because few designs use ONLY an RTC so making it share a bus with other I2C devices is preferable. In an SPI system you normally need individual select wires to each peripheral on the bus. There are SPI RTC devices and even one which falls somewhere between the two, the DS1302.

Brian.
 

and also may be reason that RTC will only update for second only. and speed which is required to transfer low count of byte is sufficient then why need spi and extra count of pins.

regars.
 

Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top