<?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: How can I define starting address for my program?</title>
    <link>https://community.nxp.com/t5/LPCXpresso-IDE/How-can-I-define-starting-address-for-my-program/m-p/551905#M12062</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by SuperCartman on Wed Jun 29 06:40:48 MST 2011&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;Can you please tell me how or where you found the documentation on how to change the linker script to change the starting address of the program. Thanks for your help.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 15 Jun 2016 22:06:50 GMT</pubDate>
    <dc:creator>lpcware</dc:creator>
    <dc:date>2016-06-15T22:06:50Z</dc:date>
    <item>
      <title>How can I define starting address for my program?</title>
      <link>https://community.nxp.com/t5/LPCXpresso-IDE/How-can-I-define-starting-address-for-my-program/m-p/551902#M12059</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by jojuden on Wed May 11 04:38:21 MST 2011&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;I have considered buying an LPC1768 development board which comes with bootloader installed. Bootloader makes this board show as a mass storage when connected to USB. Flashing is made without any programming tools, just drag and drop your .bin file into the folder. Starting point for application should be set to 0x2000. Manufacturer have an instructions which show how this is done in uVision.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I have now installed LPCexpresso and cant find place where to set that starting memory address. So how is this done?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 22:06:47 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPCXpresso-IDE/How-can-I-define-starting-address-for-my-program/m-p/551902#M12059</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T22:06:47Z</dc:date>
    </item>
    <item>
      <title>Re: How can I define starting address for my program?</title>
      <link>https://community.nxp.com/t5/LPCXpresso-IDE/How-can-I-define-starting-address-for-my-program/m-p/551903#M12060</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by gbm on Wed May 11 05:29:05 MST 2011&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;In the demo code pack from CodeRed you will find something called RDB1768cmsis_LedFlash_64k. This shows how to relocate the code to arbitrary address. Modification of linker scripts is required. There is also an article on this topic at CodeRed support site.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 22:06:48 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPCXpresso-IDE/How-can-I-define-starting-address-for-my-program/m-p/551903#M12060</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T22:06:48Z</dc:date>
    </item>
    <item>
      <title>Re: How can I define starting address for my program?</title>
      <link>https://community.nxp.com/t5/LPCXpresso-IDE/How-can-I-define-starting-address-for-my-program/m-p/551904#M12061</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by jojuden on Wed May 11 07:08:25 MST 2011&lt;/STRONG&gt;&lt;BR /&gt;&lt;HR /&gt;&lt;SPAN style="color: #0000ff;"&gt;&lt;STRONG&gt;Quote: gbm&lt;/STRONG&gt;&lt;BR /&gt;In the demo code pack from CodeRed you will find something called RDB1768cmsis_LedFlash_64k. This shows how to relocate the code to arbitrary address. Modification of linker scripts is required. There is also an article on this topic at CodeRed support site.&lt;/SPAN&gt;&lt;HR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks for quick reply. I did not find that demo, but I found out how to edit those linker scripts. I disabled auto management of linker script from project properties -&amp;gt; MCU linker -&amp;gt; target, copied and renamed original .ld files generated by LPCexpresso, defined where to find my own linker scripts. Also edited linker script so that includes refers correctly my newly created copies of _mem.ld and _lib.ld sripts.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I put my own linker scripts to project root /linkscript folder at first it did not work. I found out that it requires that _mem.ld and _lib.ld have to be located at project root. Using &amp;lt;&amp;gt; instead of "" in include clauses seems to work also.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 22:06:49 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPCXpresso-IDE/How-can-I-define-starting-address-for-my-program/m-p/551904#M12061</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T22:06:49Z</dc:date>
    </item>
    <item>
      <title>Re: How can I define starting address for my program?</title>
      <link>https://community.nxp.com/t5/LPCXpresso-IDE/How-can-I-define-starting-address-for-my-program/m-p/551905#M12062</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by SuperCartman on Wed Jun 29 06:40:48 MST 2011&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;Can you please tell me how or where you found the documentation on how to change the linker script to change the starting address of the program. Thanks for your help.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 22:06:50 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPCXpresso-IDE/How-can-I-define-starting-address-for-my-program/m-p/551905#M12062</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T22:06:50Z</dc:date>
    </item>
    <item>
      <title>Re: How can I define starting address for my program?</title>
      <link>https://community.nxp.com/t5/LPCXpresso-IDE/How-can-I-define-starting-address-for-my-program/m-p/551906#M12063</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by Ex-Zero on Wed Jun 29 06:44:53 MST 2011&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;Code Red Wiki?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://"&gt;http://support.code-red-tech.com/CodeRedWiki/EnhancedManagedLinkScripts&lt;/A&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 22:06:51 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPCXpresso-IDE/How-can-I-define-starting-address-for-my-program/m-p/551906#M12063</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T22:06:51Z</dc:date>
    </item>
    <item>
      <title>Re: How can I define starting address for my program?</title>
      <link>https://community.nxp.com/t5/LPCXpresso-IDE/How-can-I-define-starting-address-for-my-program/m-p/551907#M12064</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by SuperCartman on Thu Jun 30 06:28:18 MST 2011&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;Ok, I was able to find what I was looking for in the &amp;lt;PROJECT NAME&amp;gt;_mem.ld file. Thanks for your help guys.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 22:06:52 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPCXpresso-IDE/How-can-I-define-starting-address-for-my-program/m-p/551907#M12064</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T22:06:52Z</dc:date>
    </item>
  </channel>
</rss>

