Shop OBEX P1 Docs P2 Docs Learn Events
EEPROM Write Limit — Parallax Forums

EEPROM Write Limit

Dave HeinDave Hein Posts: 6,347
edited 2011-04-05 13:39 in Propeller 1
Does writing the same value to a location wear out that location in an EEPROM? Also, does writing the same value take less time than writing a different value?

I have an app that writes data back to an EEPROM, and most of the new data is appended to the old. Occasionally, some of the old data is changed as well. I was thinking that I could just write back all of the data without checking for which locations have changed.

Comments

Sign In or Register to comment.