<?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>LPC MicrocontrollersのトピックRe: LPC11E6x EEPROM Erase</title>
    <link>https://community.nxp.com/t5/LPC-Microcontrollers/LPC11E6x-EEPROM-Erase/m-p/579043#M19943</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Seems it's only byte-erasable, no sector or chip operations. Similar to LPC11E1x.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 09 Aug 2016 06:31:14 GMT</pubDate>
    <dc:creator>sirurx</dc:creator>
    <dc:date>2016-08-09T06:31:14Z</dc:date>
    <item>
      <title>LPC11E6x EEPROM Erase</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/LPC11E6x-EEPROM-Erase/m-p/579042#M19942</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;What is way to erase on-chip EEPROM?&lt;/P&gt;&lt;P&gt;There are only 2 documented IAP commands for EEPROM operations: IAP_EEPROM_WRITE, IAP_EEPROM_READ.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BR,&lt;/P&gt;&lt;P&gt;Ergo&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 08 Aug 2016 07:22:54 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/LPC11E6x-EEPROM-Erase/m-p/579042#M19942</guid>
      <dc:creator>sirurx</dc:creator>
      <dc:date>2016-08-08T07:22:54Z</dc:date>
    </item>
    <item>
      <title>Re: LPC11E6x EEPROM Erase</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/LPC11E6x-EEPROM-Erase/m-p/579043#M19943</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Seems it's only byte-erasable, no sector or chip operations. Similar to LPC11E1x.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Aug 2016 06:31:14 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/LPC11E6x-EEPROM-Erase/m-p/579043#M19943</guid>
      <dc:creator>sirurx</dc:creator>
      <dc:date>2016-08-09T06:31:14Z</dc:date>
    </item>
    <item>
      <title>Re: LPC11E6x EEPROM Erase</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/LPC11E6x-EEPROM-Erase/m-p/579044#M19944</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Ergo,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; EEPROM on the LPC11E6X don't have the erase function, just have read and write function.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; When you do the EEPROM operation, you don't need to erase it at first, you can write directly.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; If you want to make all the EERPOM address to the same data, you just need to do the writing operation.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Wish it helps you!&lt;/P&gt;&lt;P&gt;If you still have question, please let me know!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Have a great day,&lt;BR /&gt;Jingjing&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-----------------------------------------------------------------------------------------------------------------------&lt;BR /&gt;Note: If this post answers your question, please click the Correct Answer button. Thank you!&lt;BR /&gt;-----------------------------------------------------------------------------------------------------------------------&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Aug 2016 07:51:06 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/LPC11E6x-EEPROM-Erase/m-p/579044#M19944</guid>
      <dc:creator>kerryzhou</dc:creator>
      <dc:date>2016-08-09T07:51:06Z</dc:date>
    </item>
    <item>
      <title>Re: LPC11E6x EEPROM Erase</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/LPC11E6x-EEPROM-Erase/m-p/579045#M19945</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Jingjing,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I see. First i implemented writing all over with 0xFF as erasing but it's not needed. All is done internally inside API.&lt;/P&gt;&lt;P&gt;Thank you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BR,&lt;/P&gt;&lt;P&gt;Ergo&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Aug 2016 09:46:52 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/LPC11E6x-EEPROM-Erase/m-p/579045#M19945</guid>
      <dc:creator>sirurx</dc:creator>
      <dc:date>2016-08-09T09:46:52Z</dc:date>
    </item>
  </channel>
</rss>

