EEPROM cycling Endurance, and programming method

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

EEPROM cycling Endurance, and programming method

353 Views
lpcware
NXP Employee
NXP Employee
Content originally posted in LPCWare by kwinchell on Tue Apr 23 12:21:06 MST 2013

We are using the LPC11A14.


We want to get an estimate or spec on EEPROM endurance cycling.  The data sheet specifies an minimum endurance of 100000 cycles for EEPROM programing.  My question is, if we reprogram one byte, how many bytes get reprogrammed with it?


If we program one byte at a time using the IAP, are actually overwriting more bytes than that?


Is there an ideal way to use the IAP to achieve the maximum endurance time? e.g. start on a DWORD boundary, or 64 byte boundary etc, and program xx bytes.


Labels (1)
0 Kudos
1 Reply

283 Views
lpcware
NXP Employee
NXP Employee
Content originally posted in LPCWare by tha on Thu Apr 25 16:23:45 MST 2013

When using the IAP to update the EEPROM, when you request to write a byte, only one byte will be updated.  

0 Kudos