<?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>ColdFire/68K Microcontrollers and ProcessorsのトピックBootloader for coldfire 52235 with an external flash memory</title>
    <link>https://community.nxp.com/t5/ColdFire-68K-Microcontrollers/Bootloader-for-coldfire-52235-with-an-external-flash-memory/m-p/173019#M6560</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;DIV&gt; &lt;/DIV&gt;&lt;SPAN&gt;Hello,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I'm trying to make a bootloader for the coldfire 52235 with an external flash memory.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I succeed in programing the external flash memory with a binary file, now I would like to make a bootloader which check in the flash memory if there is a new application to load and then load this new application to the internal memory of the coldfire.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I don't really know how can I have a bootloader in the beginnig of the internal flash and the application in the other part of the internal flash memory.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Do I need to have two differents projects and how can I make the link between the two projects?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Could somebody help me about this or show me some exemple ?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;For information : I use the IDE CodeWarrior 7.0&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Regards&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Fabien&lt;/SPAN&gt;&lt;BR /&gt;&lt;DIV&gt; &lt;/DIV&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Message Edited by fjoli on &lt;/SPAN&gt;&lt;SPAN class="date_text"&gt;2008-07-15&lt;/SPAN&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;SPAN class="time_text"&gt;01:52 PM&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 15 Jul 2008 19:51:37 GMT</pubDate>
    <dc:creator>fjoli</dc:creator>
    <dc:date>2008-07-15T19:51:37Z</dc:date>
    <item>
      <title>Bootloader for coldfire 52235 with an external flash memory</title>
      <link>https://community.nxp.com/t5/ColdFire-68K-Microcontrollers/Bootloader-for-coldfire-52235-with-an-external-flash-memory/m-p/173019#M6560</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;DIV&gt; &lt;/DIV&gt;&lt;SPAN&gt;Hello,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I'm trying to make a bootloader for the coldfire 52235 with an external flash memory.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I succeed in programing the external flash memory with a binary file, now I would like to make a bootloader which check in the flash memory if there is a new application to load and then load this new application to the internal memory of the coldfire.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I don't really know how can I have a bootloader in the beginnig of the internal flash and the application in the other part of the internal flash memory.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Do I need to have two differents projects and how can I make the link between the two projects?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Could somebody help me about this or show me some exemple ?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;For information : I use the IDE CodeWarrior 7.0&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Regards&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Fabien&lt;/SPAN&gt;&lt;BR /&gt;&lt;DIV&gt; &lt;/DIV&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Message Edited by fjoli on &lt;/SPAN&gt;&lt;SPAN class="date_text"&gt;2008-07-15&lt;/SPAN&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;SPAN class="time_text"&gt;01:52 PM&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Jul 2008 19:51:37 GMT</pubDate>
      <guid>https://community.nxp.com/t5/ColdFire-68K-Microcontrollers/Bootloader-for-coldfire-52235-with-an-external-flash-memory/m-p/173019#M6560</guid>
      <dc:creator>fjoli</dc:creator>
      <dc:date>2008-07-15T19:51:37Z</dc:date>
    </item>
    <item>
      <title>Re: Bootloader for coldfire 52235 with an external flash memory</title>
      <link>https://community.nxp.com/t5/ColdFire-68K-Microcontrollers/Bootloader-for-coldfire-52235-with-an-external-flash-memory/m-p/173020#M6561</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;Hi&lt;BR /&gt;&lt;BR /&gt;There are some details about doing this in the following documents:&lt;BR /&gt;&lt;A href="http://www.utasker.com/docs/uTasker/uTaskerBoot_003.PDF" rel="nofollow" target="_blank"&gt;http://www.utasker.com/docs/uTasker/uTaskerBoot_003.PDF&lt;/A&gt;&lt;BR /&gt;&lt;A href="http://www.utasker.com/docs/uTasker/BM-Booloader_for_M5223X.PDF" rel="nofollow" target="_blank"&gt;http://www.utasker.com/docs/uTasker/BM-Booloader_for_M5223X.PDF&lt;/A&gt;&lt;BR /&gt;The second is very specific to the M52235 and CodeWarrior, including programming guide and linking details.&lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;&lt;BR /&gt;Mark&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www.uTasker.com" rel="nofollow" target="_blank"&gt;www.uTasker.com&lt;/A&gt;&lt;BR /&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Jul 2008 03:45:40 GMT</pubDate>
      <guid>https://community.nxp.com/t5/ColdFire-68K-Microcontrollers/Bootloader-for-coldfire-52235-with-an-external-flash-memory/m-p/173020#M6561</guid>
      <dc:creator>mjbcswitzerland</dc:creator>
      <dc:date>2008-07-17T03:45:40Z</dc:date>
    </item>
  </channel>
</rss>

