|
|
View previous topic :: View next topic |
Author |
Message |
Patrick Felstead Guest
|
Data EEPROM read/write times |
Posted: Tue Jul 29, 2003 5:47 am |
|
|
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 |
Posted: Tue Jul 29, 2003 7:44 am |
|
|
:=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 |
|
|
|
|
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
|