Question about the EEPRO write /erase cycle death
according arduino eeprom documentation online:
an eeprom write takes 3.3 ms complete. eeprom memory has specified life of 100,000 write/erase cycles, may need careful how write it.
what happen @ end of cycle? arduino uno microcontroller die!?
an eeprom write takes 3.3 ms complete. eeprom memory has specified life of 100,000 write/erase cycles, may need careful how write it.
what happen @ end of cycle? arduino uno microcontroller die!?
what happen @ end of cycle? arduino uno microcontroller die!?
the microcontroller work absolutely fine.
at time - average time being specified - 1 or more locations fail read same data have just written them. may possible check whether data has been written in order perform repeat writes , recover of these errors, on time, more , more locations fail, more permanently.
if not want use eeprom, or if need write it, never problem. note applies repeated writing, has nothing reading; may read every microsecond years if need to. {minor hyperbole here.

Arduino Forum > Using Arduino > Microcontrollers > Question about the EEPRO write /erase cycle death
arduino
Comments
Post a Comment