<?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 Re: Code LPCxpresso write flash specific address in LPCXpresso IDE</title>
    <link>https://community.nxp.com/t5/LPCXpresso-IDE/Code-LPCxpresso-write-flash-specific-address/m-p/531255#M2412</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by serge on Wed Jan 16 00:32:17 MST 2013&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;Which MCU?&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Flash is NOT eeprom!&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Flash has a limited number of write cycles.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Flash has to be erased in blocks.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Look at the IAP commands for your MCU. The user manual is your friend :rolleyes:&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 15 Jun 2016 21:45:21 GMT</pubDate>
    <dc:creator>lpcware</dc:creator>
    <dc:date>2016-06-15T21:45:21Z</dc:date>
    <item>
      <title>Code LPCxpresso write flash specific address</title>
      <link>https://community.nxp.com/t5/LPCXpresso-IDE/Code-LPCxpresso-write-flash-specific-address/m-p/531253#M2410</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by marcossmart on Tue Jan 15 06:09:42 MST 2013&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;how do I write to a specific address using C code? LPCXPRESSO in, for example want to write 0x01 at address 0x7F00 the flash.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 21:45:20 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPCXpresso-IDE/Code-LPCxpresso-write-flash-specific-address/m-p/531253#M2410</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T21:45:20Z</dc:date>
    </item>
    <item>
      <title>Re: Code LPCxpresso write flash specific address</title>
      <link>https://community.nxp.com/t5/LPCXpresso-IDE/Code-LPCxpresso-write-flash-specific-address/m-p/531254#M2411</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by marcossmart on Tue Jan 15 15:24:50 MST 2013&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;Anyone know?&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I reserve the memory and put the command below but does not record the flash.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;__attribute__((section (".mem2"))) const unsigned char byteTest = 'w';&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;id="MFlash32" edited="true" size="0x8000" location="0x0" derived_from="Flash"/&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;id="RamLoc8" edited="true" size="0x2000" location="0x10000000" derived_from="RAM"&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;id="mem2" edited="true" size="0x100" location="0x7f00" derived_from="Flash"&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 21:45:21 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPCXpresso-IDE/Code-LPCxpresso-write-flash-specific-address/m-p/531254#M2411</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T21:45:21Z</dc:date>
    </item>
    <item>
      <title>Re: Code LPCxpresso write flash specific address</title>
      <link>https://community.nxp.com/t5/LPCXpresso-IDE/Code-LPCxpresso-write-flash-specific-address/m-p/531255#M2412</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by serge on Wed Jan 16 00:32:17 MST 2013&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;Which MCU?&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Flash is NOT eeprom!&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Flash has a limited number of write cycles.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Flash has to be erased in blocks.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Look at the IAP commands for your MCU. The user manual is your friend :rolleyes:&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 21:45:21 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPCXpresso-IDE/Code-LPCxpresso-write-flash-specific-address/m-p/531255#M2412</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T21:45:21Z</dc:date>
    </item>
    <item>
      <title>Re: Code LPCxpresso write flash specific address</title>
      <link>https://community.nxp.com/t5/LPCXpresso-IDE/Code-LPCxpresso-write-flash-specific-address/m-p/531256#M2413</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by marcossmart on Wed Jan 16 05:53:45 MST 2013&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;I'm not talking about IAP, want the code in C LPCXPRESSO set a fixed value in memory Fash, set the value 0x01 at address 0x7F00.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;In the pic (microchip) I wore org0x7F00 DE 0x01, want to know what is the equivalent command in LPCXPRESSO.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;MCU: LPC1114.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 21:45:22 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPCXpresso-IDE/Code-LPCxpresso-write-flash-specific-address/m-p/531256#M2413</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T21:45:22Z</dc:date>
    </item>
    <item>
      <title>Re: Code LPCxpresso write flash specific address</title>
      <link>https://community.nxp.com/t5/LPCXpresso-IDE/Code-LPCxpresso-write-flash-specific-address/m-p/531257#M2414</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by whitecoe on Wed Jan 16 06:11:29 MST 2013&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;If you try doing a search for something like "fixed flash" using the &lt;/SPAN&gt;&lt;A href="http://http://knowledgebase.nxp.com/showthread.php?t=2182"&gt;sticky post at the top of the thread list&lt;/A&gt;&lt;SPAN&gt;, you'll find quite a few previous threads on this area. For example:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://"&gt;http://knowledgebase.nxp.com/showthread.php?t=1682&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;HTH!&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 21:45:22 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPCXpresso-IDE/Code-LPCxpresso-write-flash-specific-address/m-p/531257#M2414</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T21:45:22Z</dc:date>
    </item>
  </channel>
</rss>

