Email: Password: Remember Me | Create Account (Free)

Back to Subject List

Old thread has been locked -- no new posts accepted in this thread
???
08/15/02 14:47
Read: times


 
#27283 - RE: Accessing Special Memory with Keil F
Hi Andy,

I would never use I2C EEPROM like RAM.
Since its very slow on reading, extremely slow on writing. Also the write cycle are limited and page write should be preferred instead byte write.

Thus I use always a shadow memory to deal with data from the EEPROM. And only two functions (block read and write) are used to update the RAM or the EEPROM. Furthermore the block write routine checks first, if data are changed really to be most economical with the write cycle limitation.


Peter



List of 3 messages in thread
TopicAuthorDate
Accessing Special Memory with Keil FAR            01/01/70 00:00      
RE: Accessing Special Memory with Keil F            01/01/70 00:00      
RE: Accessing Special Memory with Keil F            01/01/70 00:00      

Back to Subject List