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

Data EEPROM read/write times

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







Data EEPROM read/write times
PostPosted: Tue Jul 29, 2003 5:47 am     Reply with quote

How long does it take to read a byte from data EEPROM? Is it simply the number of instruction cycles as appears in the compiler list file? From the 16F87x datasheet, it appears that its only about 10 instructions, and from the compiler v3.168 listing its about 11 instructions.

I guess what I'm asking is there isn't a waiting period while the data is fetched? I presume there is when writing to data EEPROM?
___________________________
This message was ported from CCS's old forum
Original Post ID: 144516464
R.J.Hamlett
Guest







Re: Data EEPROM read/write times
PostPosted: Tue Jul 29, 2003 7:44 am     Reply with quote

:=How long does it take to read a byte from data EEPROM? Is it simply the number of instruction cycles as appears in the compiler list file? From the 16F87x datasheet, it appears that its only about 10 instructions, and from the compiler v3.168 listing its about 11 instructions.
:=
:=I guess what I'm asking is there isn't a waiting period while the data is fetched? I presume there is when writing to data EEPROM?

When data is 'fetched', you are reading, not writing. There is no delay for the read. The 'write' time, is in the datasheet, under 'electrical characteristics', item D122. 'Data EEPROM erase/write cycle time'. Typically 4mSec, 8mSec max. The code, loops waiting for a status bit to indicate the write has completed...

Best Wishes
___________________________
This message was ported from CCS's old forum
Original Post ID: 144516466
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