<?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 Reserving flash memory for application in LPCXpresso IDE</title>
    <link>https://community.nxp.com/t5/LPCXpresso-IDE/Reserving-flash-memory-for-application/m-p/554743#M13360</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by tcrussell on Thu Jan 07 17:07:45 MST 2010&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;I am planning to use some part of flash memory in the LPC1114 to store data and want to tell LPCXpresso not to place my code there.&amp;nbsp; How do I do this?&amp;nbsp; In IAR, I would edit a linker file.&amp;nbsp; There does seem to be an equivalent xx-mem.ld file, but it gets overwritten on each build.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Tom&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 16 Jun 2016 00:47:25 GMT</pubDate>
    <dc:creator>lpcware</dc:creator>
    <dc:date>2016-06-16T00:47:25Z</dc:date>
    <item>
      <title>Reserving flash memory for application</title>
      <link>https://community.nxp.com/t5/LPCXpresso-IDE/Reserving-flash-memory-for-application/m-p/554743#M13360</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by tcrussell on Thu Jan 07 17:07:45 MST 2010&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;I am planning to use some part of flash memory in the LPC1114 to store data and want to tell LPCXpresso not to place my code there.&amp;nbsp; How do I do this?&amp;nbsp; In IAR, I would edit a linker file.&amp;nbsp; There does seem to be an equivalent xx-mem.ld file, but it gets overwritten on each build.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Tom&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Jun 2016 00:47:25 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPCXpresso-IDE/Reserving-flash-memory-for-application/m-p/554743#M13360</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-16T00:47:25Z</dc:date>
    </item>
    <item>
      <title>Re: Reserving flash memory for application</title>
      <link>https://community.nxp.com/t5/LPCXpresso-IDE/Reserving-flash-memory-for-application/m-p/554744#M13361</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by CodeRedSupport on Fri Jan 08 02:03:08 MST 2010&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;You need to switch off the automatic linker script generation.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;To do this:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;- Right-click on the project and select Properties&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;- Open C/C++ Build and select Settings&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;- Under MCU Linker, select Target&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;- Uncheck "Manage linker script"&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Before editing the linker script files, I would also recommend that you use a different location for the linker script locations:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;- Change the linker script name to "../script.ld"&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;and copy the 3 .ld files into the parent directory.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;You can find full documentation on the linker scripts in the Help.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Jun 2016 00:47:26 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPCXpresso-IDE/Reserving-flash-memory-for-application/m-p/554744#M13361</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-16T00:47:26Z</dc:date>
    </item>
    <item>
      <title>Re: Reserving flash memory for application</title>
      <link>https://community.nxp.com/t5/LPCXpresso-IDE/Reserving-flash-memory-for-application/m-p/554745#M13362</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by CodeRedSupport on Fri Jan 08 06:34:41 MST 2010&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;Forgot to mention that you can find more information at:&lt;/SPAN&gt;&lt;BR /&gt;&lt;A href="http://"&gt;http://lpcxpresso.code-red-tech.com/LPCXpresso/node/31&lt;/A&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Jun 2016 00:47:26 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPCXpresso-IDE/Reserving-flash-memory-for-application/m-p/554745#M13362</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-16T00:47:26Z</dc:date>
    </item>
  </channel>
</rss>

