<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic LPC1778 EEPROM endurace calculation in LPC Microcontrollers</title>
    <link>https://community.nxp.com/t5/LPC-Microcontrollers/LPC1778-EEPROM-endurace-calculation/m-p/521261#M4095</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by hubert.melchert on Wed Apr 13 01:39:29 MST 2016&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;I am writing software that store 5 bytes of data in eeprom every minute. EEPROM is used as a cyclic buffer to increase eeprom endurance. After reading reference manual of LPC1778 I am a little confused about eeprom endurance calculation. Every minute,&amp;nbsp; 5 bytes of data are written into EEWDATA (eeprom write data) register and programmed into EEPROM using program command in EECMD register. Everything works fine but I don't understand programming process. Even when I want to program only 5 bytes of one page (64 bytes); Does the whole page has to go trough erase/write cycle ? That would significantly reduce EEPROM endurance in my application. &lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 15 Jun 2016 17:49:01 GMT</pubDate>
    <dc:creator>lpcware</dc:creator>
    <dc:date>2016-06-15T17:49:01Z</dc:date>
    <item>
      <title>LPC1778 EEPROM endurace calculation</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/LPC1778-EEPROM-endurace-calculation/m-p/521261#M4095</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by hubert.melchert on Wed Apr 13 01:39:29 MST 2016&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;I am writing software that store 5 bytes of data in eeprom every minute. EEPROM is used as a cyclic buffer to increase eeprom endurance. After reading reference manual of LPC1778 I am a little confused about eeprom endurance calculation. Every minute,&amp;nbsp; 5 bytes of data are written into EEWDATA (eeprom write data) register and programmed into EEPROM using program command in EECMD register. Everything works fine but I don't understand programming process. Even when I want to program only 5 bytes of one page (64 bytes); Does the whole page has to go trough erase/write cycle ? That would significantly reduce EEPROM endurance in my application. &lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 17:49:01 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/LPC1778-EEPROM-endurace-calculation/m-p/521261#M4095</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T17:49:01Z</dc:date>
    </item>
    <item>
      <title>Re: LPC1778 EEPROM endurace calculation</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/LPC1778-EEPROM-endurace-calculation/m-p/521262#M4096</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by MikeSimmonds on Wed Apr 13 04:22:45 MST 2016&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;When I read that chapter of the UM, I took it to say that whenever a byte or multiple bytes are programmed the entire 64 byte&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;page has to be erased.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thus there are at least (100,000 * 63 pages) cycles guaranteed. [6,300,000] Over 6 million&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;60&amp;nbsp; * 24 = 1440.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;6300000/1440 = 4375 days = just shy of 12 years (11.986)&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I don't think that you have to worry.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Just move your data packet&amp;nbsp; from page to page.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Cheers, Mike.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 17:49:02 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/LPC1778-EEPROM-endurace-calculation/m-p/521262#M4096</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T17:49:02Z</dc:date>
    </item>
    <item>
      <title>Re: LPC1778 EEPROM endurace calculation</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/LPC1778-EEPROM-endurace-calculation/m-p/521263#M4097</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by hubert.melchert on Wed Apr 13 05:19:00 MST 2016&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;12 years assuming that I can use whole eeprom just for storing 5 bytes. It is our client decision if 12 years is enough, not my. At this point 16 pages were dedicated to store this data which gives only 3 years of endurance and that is certainly not enough. I will probably have to reduce frequency of writings to eeprom.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 17:49:02 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/LPC1778-EEPROM-endurace-calculation/m-p/521263#M4097</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T17:49:02Z</dc:date>
    </item>
    <item>
      <title>Re: LPC1778 EEPROM endurace calculation</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/LPC1778-EEPROM-endurace-calculation/m-p/521264#M4098</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by MikeSimmonds on Wed Apr 13 10:41:00 MST 2016&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;Or go with an external spi (or I2C) eeprom.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;For instance the MicroChip 25LC320A (same 4K size -- actually 64 bytes bigger) with 1,000,000&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;(one million) erase cycles and a 32 byte page size.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;33 pence (UK) for 25+ from Farnell.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;There are always alternatives. It just depends on cost/time/'stubborn client' factors.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Regards, Mike.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 17:49:03 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/LPC1778-EEPROM-endurace-calculation/m-p/521264#M4098</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T17:49:03Z</dc:date>
    </item>
    <item>
      <title>Re: LPC1778 EEPROM endurace calculation</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/LPC1778-EEPROM-endurace-calculation/m-p/521265#M4099</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;bump&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 19 Jun 2016 01:08:04 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/LPC1778-EEPROM-endurace-calculation/m-p/521265#M4099</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-19T01:08:04Z</dc:date>
    </item>
  </channel>
</rss>

