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

Back to Subject List

Old thread has been locked -- no new posts accepted in this thread
???
02/05/02 15:01
Read: times


 
#19438 - RE: Non volatile storage in noisy env.
"But how to work around the write cycle limit of eeproms?"

First, minimize the number of times you have to change a particular location.

As a crude example, using gray code counting down, you can make several counts without erasing. Then use the count to point to different areas of the eeprom to spread out the data.

Or, write the data with a timestamp. Each time, write the packet after the last used address. On power up, search for the last valid packet.




List of 8 messages in thread
TopicAuthorDate
Non volatile storage in noisy env.            01/01/70 00:00      
   M48T02 TIMERKEEPER            01/01/70 00:00      
RE: Non volatile storage in noisy env.            01/01/70 00:00      
RE: Non volatile storage in noisy env.            01/01/70 00:00      
RE: Non volatile storage in noisy env.            01/01/70 00:00      
RE: Non volatile storage in noisy env.            01/01/70 00:00      
RE: Non volatile storage in noisy env.            01/01/70 00:00      
RE: Non volatile storage in noisy env.            01/01/70 00:00      

Back to Subject List