<?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 Creating a fixed location for bootloader code in ColdFire/68K Microcontrollers and Processors</title>
    <link>https://community.nxp.com/t5/ColdFire-68K-Microcontrollers/Creating-a-fixed-location-for-bootloader-code/m-p/148024#M3552</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have a bootloader that works well and I would like my MCF51QE128 project (linker control file?) to formally place the function&amp;nbsp; (void)Boatload_Main(void) at a fixed location. While I am unlikely to move or modify the code I would prefer to have it explicitly tied to a given location.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;regards Tom M.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 21 Oct 2009 01:59:30 GMT</pubDate>
    <dc:creator>tminnich</dc:creator>
    <dc:date>2009-10-21T01:59:30Z</dc:date>
    <item>
      <title>Creating a fixed location for bootloader code</title>
      <link>https://community.nxp.com/t5/ColdFire-68K-Microcontrollers/Creating-a-fixed-location-for-bootloader-code/m-p/148024#M3552</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have a bootloader that works well and I would like my MCF51QE128 project (linker control file?) to formally place the function&amp;nbsp; (void)Boatload_Main(void) at a fixed location. While I am unlikely to move or modify the code I would prefer to have it explicitly tied to a given location.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;regards Tom M.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Oct 2009 01:59:30 GMT</pubDate>
      <guid>https://community.nxp.com/t5/ColdFire-68K-Microcontrollers/Creating-a-fixed-location-for-bootloader-code/m-p/148024#M3552</guid>
      <dc:creator>tminnich</dc:creator>
      <dc:date>2009-10-21T01:59:30Z</dc:date>
    </item>
    <item>
      <title>Re: Creating a fixed location for bootloader code</title>
      <link>https://community.nxp.com/t5/ColdFire-68K-Microcontrollers/Creating-a-fixed-location-for-bootloader-code/m-p/148025#M3553</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Check out &lt;A href="http://www.freescale.com/webapp/sps/utils/SingleFaq.jsp?FAQ-27631.xml" rel="nofollow" target="_self"&gt;FAQ-27631&lt;/A&gt;. While it discusses how to locate constants at specific addresses in flash memory, the technique might be useful for what you are trying to do.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;---Tom&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Oct 2009 22:53:27 GMT</pubDate>
      <guid>https://community.nxp.com/t5/ColdFire-68K-Microcontrollers/Creating-a-fixed-location-for-bootloader-code/m-p/148025#M3553</guid>
      <dc:creator>J2MEJediMaster</dc:creator>
      <dc:date>2009-10-21T22:53:27Z</dc:date>
    </item>
    <item>
      <title>Re: Creating a fixed location for bootloader code</title>
      <link>https://community.nxp.com/t5/ColdFire-68K-Microcontrollers/Creating-a-fixed-location-for-bootloader-code/m-p/148026#M3554</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have found a bug in the bootloader and now must modify the code. The entry point of the code&lt;/P&gt;&lt;P&gt;&amp;nbsp;void BootloaderMain(void) must not change.&amp;nbsp; I have tried a few&amp;nbsp; linker control file directives OBJECT, ALIGN&amp;nbsp; and updates to the location counter, without the result I am looking for.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I suppose I could force the function into its own memory segment, but I'd like to use the tools they way they are intended ( with the least brute force).&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;regards Tom M&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 Oct 2009 21:49:18 GMT</pubDate>
      <guid>https://community.nxp.com/t5/ColdFire-68K-Microcontrollers/Creating-a-fixed-location-for-bootloader-code/m-p/148026#M3554</guid>
      <dc:creator>tminnich</dc:creator>
      <dc:date>2009-10-22T21:49:18Z</dc:date>
    </item>
    <item>
      <title>Re: Creating a fixed location for bootloader code</title>
      <link>https://community.nxp.com/t5/ColdFire-68K-Microcontrollers/Creating-a-fixed-location-for-bootloader-code/m-p/148027#M3555</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;In order to allocate a function at an absolute address you need to place it in a user defined section and specify where you want to allocate that code in the .lcf file.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;That is the only way to achieve that with a function.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;CrasyCat&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 23 Oct 2009 18:46:10 GMT</pubDate>
      <guid>https://community.nxp.com/t5/ColdFire-68K-Microcontrollers/Creating-a-fixed-location-for-bootloader-code/m-p/148027#M3555</guid>
      <dc:creator>CrasyCat</dc:creator>
      <dc:date>2009-10-23T18:46:10Z</dc:date>
    </item>
  </channel>
</rss>

