CCS C Software and Maintenance Offers
FAQFAQ   FAQForum Help   FAQOfficial CCS Support   SearchSearch  RegisterRegister 

ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

CCS does not monitor this forum on a regular basis.

Please do not post bug reports on this forum. Send them to support@ccsinfo.com

I2C routine speed

 
Post new topic   Reply to topic    CCS Forum Index -> General CCS C Discussion
View previous topic :: View next topic  
Author Message
IT
Guest







I2C routine speed
PostPosted: Mon Apr 07, 2003 5:05 pm     Reply with quote

Hello,

Used CCS routines for I2C comunications with a 20 Mhz clock, how much time spend each byte in the bus?
I have an application with an EEPROM memory 24C515 and the time is critical. If the speed of the bus I2C is too low, is there any other component EEPROM or Flash more quick than 24Cxx EEPROM family?

A lot of thanks,
___________________________
This message was ported from CCS's old forum
Original Post ID: 13472
PCM programmer



Joined: 06 Sep 2003
Posts: 21708

View user's profile Send private message

Re: I2C routine speed
PostPosted: Mon Apr 07, 2003 5:24 pm     Reply with quote

:=Hello,
:=
:=Used CCS routines for I2C comunications with a 20 Mhz clock, how much time spend each byte in the bus?
:=I have an application with an EEPROM memory 24C515 and the time is critical. If the speed of the bus I2C is too low, is there any other component EEPROM or Flash more quick than 24Cxx EEPROM family?
----------------------------------------------------------

I think you really mean 24LC515, not 24C515.

----

Ramtron has EEPROM with a fast write time, and a fast interface.
This chart shows the bus speed of the various chips:
<a href="http://www.ramtron.com/products/datasheets.htm" TARGET="_blank">http://www.ramtron.com/products/datasheets.htm</a>

This appnote compares the time required to access a Ramtron
eeprom, vs. a normal eeprom.
<a href="http://www.ramtron.com/products/appnotes/24C16adv.pdf" TARGET="_blank">http://www.ramtron.com/products/appnotes/24C16adv.pdf</a>

You can use Hardware i2c, and program the SSPADD register for
a higher baud rate, to use with these high-speed eeproms.
Or, you could use SPI.
___________________________
This message was ported from CCS's old forum
Original Post ID: 13473
Display posts from previous:   
Post new topic   Reply to topic    CCS Forum Index -> General CCS C Discussion All times are GMT - 6 Hours
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


Powered by phpBB © 2001, 2005 phpBB Group