<?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: flash permanent storage</title>
    <link>https://community.nxp.com/t5/LPC-Microcontrollers/flash-permanent-storage/m-p/534398#M10816</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by tbelo on Fri Oct 18 05:41:10 MST 2013&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;Hi,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I wasnt aware of the IAP existence.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; I need to (store-update-read) 3 variables. Can you advise an application note or anything ?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 15 Jun 2016 19:34:18 GMT</pubDate>
    <dc:creator>lpcware</dc:creator>
    <dc:date>2016-06-15T19:34:18Z</dc:date>
    <item>
      <title>flash permanent storage</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/flash-permanent-storage/m-p/534396#M10814</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by tbelo on Fri Oct 18 03:22:42 MST 2013&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;Hi,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I'm using lpc1115 and my application needs 3 permanent integer values to be stored during programm flow. (weight scaler and are needed for calibration).&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I saw some other mcu's&amp;nbsp; that provide some memory segment A etc.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Do I have any alternatives with the lpc1115 mcu?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Best regards,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 19:34:16 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/flash-permanent-storage/m-p/534396#M10814</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T19:34:16Z</dc:date>
    </item>
    <item>
      <title>Re: flash permanent storage</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/flash-permanent-storage/m-p/534397#M10815</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by MarcVonWindscooting on Fri Oct 18 03:39:24 MST 2013&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;You can use IAP flash commands for that.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;EDIT:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Misread your question.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;But why use an alternative? You don't have to erase a page on every update, you can erase a page and write many times to consecutive locations. That way you save many erase cycles which are probably your concern.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I did this some time ago.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 19:34:17 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/flash-permanent-storage/m-p/534397#M10815</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T19:34:17Z</dc:date>
    </item>
    <item>
      <title>Re: flash permanent storage</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/flash-permanent-storage/m-p/534398#M10816</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by tbelo on Fri Oct 18 05:41:10 MST 2013&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;Hi,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I wasnt aware of the IAP existence.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; I need to (store-update-read) 3 variables. Can you advise an application note or anything ?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 19:34:18 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/flash-permanent-storage/m-p/534398#M10816</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T19:34:18Z</dc:date>
    </item>
    <item>
      <title>Re: flash permanent storage</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/flash-permanent-storage/m-p/534399#M10817</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by MarcVonWindscooting on Fri Oct 18 06:19:32 MST 2013&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;I'm sure, someone else provides you with an appnote or similar.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I try to do most things myself. The user manual provides enough information.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;In your case I would use sector 12 at 0x0000 C000.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Perform prepare, sector erase, copy RAM-to-FLASH.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Use the smallest block size (256B). Put your data into an array/structure-union temporarily allocated on the stack and do a copy RAM-to-FLASH with that array.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 19:34:18 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/flash-permanent-storage/m-p/534399#M10817</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T19:34:18Z</dc:date>
    </item>
    <item>
      <title>Re: flash permanent storage</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/flash-permanent-storage/m-p/534400#M10818</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by NXP_Paul on Fri Oct 18 07:27:28 MST 2013&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;You can find an app note with code examples at:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&lt;A class="jive-link-external-small" href="https://community.nxp.com/external-link.jspa?url=http%3A%2F%2Fwww.lpcware.com%2Fcontent%2Fnxpfile%2Fan11008-flash-based-non-volatile-storage-software" rel="nofollow" target="_blank"&gt;http://www.lpcware.com/content/nxpfile/an11008-flash-based-non-volatile-storage-software&lt;/A&gt;&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 19:34:19 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/flash-permanent-storage/m-p/534400#M10818</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T19:34:19Z</dc:date>
    </item>
    <item>
      <title>Re: flash permanent storage</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/flash-permanent-storage/m-p/534401#M10819</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by tbelo on Tue Oct 22 08:44:13 MST 2013&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;Thank you people for your answers.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;And the app note is very good!&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 19:34:19 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/flash-permanent-storage/m-p/534401#M10819</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T19:34:19Z</dc:date>
    </item>
    <item>
      <title>Re: flash permanent storage</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/flash-permanent-storage/m-p/534402#M10820</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by Mesozoic on Wed Oct 23 10:26:12 MST 2013&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;Yeah, that's pretty good.&amp;nbsp; I had to modify the flash_nvol.c file a bit in order to get it working for my LPC11C24 chip, but it works pretty good!&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 19:34:20 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/flash-permanent-storage/m-p/534402#M10820</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T19:34:20Z</dc:date>
    </item>
    <item>
      <title>Re: flash permanent storage</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/flash-permanent-storage/m-p/534403#M10821</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by tbelo on Wed Oct 23 12:16:25 MST 2013&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;Finally it isn't as easy as it first appeared!&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 19:34:21 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/flash-permanent-storage/m-p/534403#M10821</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T19:34:21Z</dc:date>
    </item>
    <item>
      <title>Re: flash permanent storage</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/flash-permanent-storage/m-p/534404#M10822</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by darlaflick on Sun Oct 05 04:17:34 MST 2014&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;Hi. &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Excuse me but &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;LPC_IOCON-&amp;gt;R_PIO1_1 &amp;amp;= ~(2&amp;lt;&amp;lt;3); isn't the same of LPC_IOCON-&amp;gt;R_PIO1_1 &amp;amp;= ~(0x10); ???&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Howeverm I substitute my code with yours but I have PIO1_1 to 3,3V even if I set the pin to low.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I can't understand this behaviour..&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 19:34:21 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/flash-permanent-storage/m-p/534404#M10822</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T19:34:21Z</dc:date>
    </item>
  </channel>
</rss>

