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

Back to Subject List

Old thread has been locked -- no new posts accepted in this thread
???
05/01/10 12:31
Read: times


 
#175582 - EEPROM need not be too slow.
Responding to: ???'s previous message
Eeprom writes are appallingly slow. Writing 1k will take between 5 and 10 seconds.

Most systems only have a few 'configuration' variables, so it is unlikely that you need 1k worth of EEPROM.

When you do write to EEPROM, you read the contents first. And only write an altered value. This will make a very noticeable speed up.

Eeprom has a limited endurance, so it is best to update your eeprom relatively infrequently. And critical values before a power loss.

David.

List of 11 messages in thread
TopicAuthorDate
help regarding 89s8253            01/01/70 00:00      
   i can,t understand what is the problem            01/01/70 00:00      
      Either write less data to EEPROM or switch to 8-bit F-RAM            01/01/70 00:00      
   i CAN understand what is the problem......            01/01/70 00:00      
      EEPROM need not be too slow.            01/01/70 00:00      
         'too' is a very relative word            01/01/70 00:00      
   I use to work with AT89S8253            01/01/70 00:00      
      do not forget            01/01/70 00:00      
      Not quite true            01/01/70 00:00      
         maybe not, but ...            01/01/70 00:00      
            Be reasonable.            01/01/70 00:00      

Back to Subject List