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

25XX1024 EEPROM SPI

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



Joined: 10 Apr 2007
Posts: 1

View user's profile Send private message

25XX1024 EEPROM SPI
PostPosted: Tue Apr 10, 2007 3:09 pm     Reply with quote

Anyone know if the driver for the 25xx640 will work with 25xx1024 or can be modified for the 1024. I am trying to connect to pic 16f917.
After reviewing code it seems like it would work. Has anyone done this!

Thanks!
PCM programmer



Joined: 06 Sep 2003
Posts: 21708

View user's profile Send private message

PostPosted: Wed Apr 11, 2007 11:59 am     Reply with quote

The 25LC640 driver won't directly work with the 25LC1024. That's
because the 25LC1024 requires a 24-bit address in the i2c protocol,
but the 25LC640 only uses a 16-bit address. So the driver would
have to be modified.

Also, the 25LC1024 has several new commands that should be added
to the driver.
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