<?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>LPCXpresso IDEのトピックRe: using Internal Flash Memory for storage</title>
    <link>https://community.nxp.com/t5/LPCXpresso-IDE/using-Internal-Flash-Memory-for-storage/m-p/552819#M12480</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by Rob65 on Sat Jul 30 22:56:27 MST 2011&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;Or check out &lt;/SPAN&gt;&lt;A href="http://http://ics.nxp.com/support/documents/microcontrollers/zip/an11071.zip"&gt;AN11071&lt;/A&gt;&lt;BR /&gt;&lt;SPAN&gt;as suggested in another post from kendwyer.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I would not use the internal Flash in an EEPROM manner.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;The problem is that when you run out of erase/write cycles you are stuck with a defective board/lpc17xx chip.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;For EEPROM storage I strongly advise to use something like a 24LC08 (1 kByte EEPROM for € 0,40) or a 24LC32 (4 kByte for € 0,55). This device gives you 1 million write cycles, is per byte programmable (no need to erase a complete block) and it is easily to replace when you run out of write cycles.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Rob&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 15 Jun 2016 22:08:50 GMT</pubDate>
    <dc:creator>lpcware</dc:creator>
    <dc:date>2016-06-15T22:08:50Z</dc:date>
    <item>
      <title>using Internal Flash Memory for storage</title>
      <link>https://community.nxp.com/t5/LPCXpresso-IDE/using-Internal-Flash-Memory-for-storage/m-p/552816#M12477</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by shaileshbc on Thu Jul 28 21:32:01 MST 2011&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;Dear All,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;i am using LPc1769, which has 512 KB Flash memory.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;i want to know whether this memory can be used for storing of data rather than using external flash memory for storing data.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;whether stored data in this flash will remain even after power is off?&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;regards&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Shailesh&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 22:08:48 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPCXpresso-IDE/using-Internal-Flash-Memory-for-storage/m-p/552816#M12477</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T22:08:48Z</dc:date>
    </item>
    <item>
      <title>Re: using Internal Flash Memory for storage</title>
      <link>https://community.nxp.com/t5/LPCXpresso-IDE/using-Internal-Flash-Memory-for-storage/m-p/552817#M12478</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by Rob65 on Fri Jul 29 06:54:53 MST 2011&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;If you are able to find this forum you should also be able to find the user manual for the lpc17xx (hint: it's on NXP's website).&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;In that manual there is a whole chapter on flash use.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I suggest to read that and then come back with detailed questions if you still do not know how to use the in application programming interface.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Rob&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 22:08:49 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPCXpresso-IDE/using-Internal-Flash-Memory-for-storage/m-p/552817#M12478</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T22:08:49Z</dc:date>
    </item>
    <item>
      <title>Re: using Internal Flash Memory for storage</title>
      <link>https://community.nxp.com/t5/LPCXpresso-IDE/using-Internal-Flash-Memory-for-storage/m-p/552818#M12479</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by kendwyer on Sat Jul 30 14:48:04 MST 2011&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;It is possible to make the Flash work like an EEPROM for data storage.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;The AN below has some information on this:&lt;/SPAN&gt;&lt;BR /&gt;&lt;A href="http://"&gt;http://ics.nxp.com/support/documents/microcontrollers/zip/an11008.zip&lt;/A&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 22:08:49 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPCXpresso-IDE/using-Internal-Flash-Memory-for-storage/m-p/552818#M12479</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T22:08:49Z</dc:date>
    </item>
    <item>
      <title>Re: using Internal Flash Memory for storage</title>
      <link>https://community.nxp.com/t5/LPCXpresso-IDE/using-Internal-Flash-Memory-for-storage/m-p/552819#M12480</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by Rob65 on Sat Jul 30 22:56:27 MST 2011&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;Or check out &lt;/SPAN&gt;&lt;A href="http://http://ics.nxp.com/support/documents/microcontrollers/zip/an11071.zip"&gt;AN11071&lt;/A&gt;&lt;BR /&gt;&lt;SPAN&gt;as suggested in another post from kendwyer.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I would not use the internal Flash in an EEPROM manner.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;The problem is that when you run out of erase/write cycles you are stuck with a defective board/lpc17xx chip.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;For EEPROM storage I strongly advise to use something like a 24LC08 (1 kByte EEPROM for € 0,40) or a 24LC32 (4 kByte for € 0,55). This device gives you 1 million write cycles, is per byte programmable (no need to erase a complete block) and it is easily to replace when you run out of write cycles.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Rob&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 22:08:50 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPCXpresso-IDE/using-Internal-Flash-Memory-for-storage/m-p/552819#M12480</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T22:08:50Z</dc:date>
    </item>
    <item>
      <title>Re: using Internal Flash Memory for storage</title>
      <link>https://community.nxp.com/t5/LPCXpresso-IDE/using-Internal-Flash-Memory-for-storage/m-p/552820#M12481</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by killua on Mon Feb 27 04:44:31 MST 2012&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;Sorry for bumping this old thread.. but are there any libraries for IAP programming for LPC 1343 like those zip files posted in the last two replies? &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 22:08:51 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPCXpresso-IDE/using-Internal-Flash-Memory-for-storage/m-p/552820#M12481</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T22:08:51Z</dc:date>
    </item>
  </channel>
</rss>

