<?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: Merge Bootloader with Application in ColdFire/68K Microcontrollers and Processors</title>
    <link>https://community.nxp.com/t5/ColdFire-68K-Microcontrollers/Merge-Bootloader-with-Application/m-p/268909#M11780</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sorry for the late replay!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I think I understand what you said... You mean that you merged them as if they were text-files, right?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I know that's a way to do it, but it stills don't satisfy my need.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I can't believe there's no way to add bootloader (or any other s19) to the app.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 06 Jun 2013 14:10:07 GMT</pubDate>
    <dc:creator>sebasira</dc:creator>
    <dc:date>2013-06-06T14:10:07Z</dc:date>
    <item>
      <title>Merge Bootloader with Application</title>
      <link>https://community.nxp.com/t5/ColdFire-68K-Microcontrollers/Merge-Bootloader-with-Application/m-p/268901#M11772</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello everybody!&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have an application to wich I'd like to add bootloader capability. I'm working with CW v6.1 and MCF51QE128. I took the QE bootloader developed by Pual Zhang for the DEMO QE board, did some modifications and now it's working with my custom hardware.&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;With HCS12 with uses a PRM File, this was accomplished with the HEXINCLUDE line. But I don't know how to do it with ColdFire MCUs.&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Also, I guess I should have two compilations parameters, right? One for the version with bootloader and another for the one without it.&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks in advance!!!&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;SebaS&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 16 Apr 2013 15:20:39 GMT</pubDate>
      <guid>https://community.nxp.com/t5/ColdFire-68K-Microcontrollers/Merge-Bootloader-with-Application/m-p/268901#M11772</guid>
      <dc:creator>sebasira</dc:creator>
      <dc:date>2013-04-16T15:20:39Z</dc:date>
    </item>
    <item>
      <title>Re: Merge Bootloader with Application</title>
      <link>https://community.nxp.com/t5/ColdFire-68K-Microcontrollers/Merge-Bootloader-with-Application/m-p/268902#M11773</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sebas,&lt;/P&gt;&lt;P&gt;The coldfire controllers are provided with linker file which is eqvt to PRM file in HCS12 controller.&lt;/P&gt;&lt;P&gt;You can make required modifications in this file to meet your requirement.&lt;/P&gt;&lt;P&gt;I was able to successfully merge the application and bootloader developed by paul zhang to meet my final requirement.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Only thing you need to take care is there should not be any memory overlap between bootloader and application.&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Chary&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 May 2013 10:14:26 GMT</pubDate>
      <guid>https://community.nxp.com/t5/ColdFire-68K-Microcontrollers/Merge-Bootloader-with-Application/m-p/268902#M11773</guid>
      <dc:creator>chary</dc:creator>
      <dc:date>2013-05-02T10:14:26Z</dc:date>
    </item>
    <item>
      <title>Re: Merge Bootloader with Application</title>
      <link>https://community.nxp.com/t5/ColdFire-68K-Microcontrollers/Merge-Bootloader-with-Application/m-p/268903#M11774</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Chary, thanks for your reply!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I've already modified the LCF file so there's no memory overlapping between my code and the bootloader. But I don't know how to tell the linker that it should add the .s19 file of the bootloader.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you explain me how to do that, or show me how you achieved this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you very much!&lt;/P&gt;&lt;P&gt;Best Regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SebaS&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 May 2013 12:37:19 GMT</pubDate>
      <guid>https://community.nxp.com/t5/ColdFire-68K-Microcontrollers/Merge-Bootloader-with-Application/m-p/268903#M11774</guid>
      <dc:creator>sebasira</dc:creator>
      <dc:date>2013-05-02T12:37:19Z</dc:date>
    </item>
    <item>
      <title>Re: Merge Bootloader with Application</title>
      <link>https://community.nxp.com/t5/ColdFire-68K-Microcontrollers/Merge-Bootloader-with-Application/m-p/268904#M11775</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Seba,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Once you make sure that there is no memory overlapping between bootloader&lt;/P&gt;&lt;P&gt;and application , all you need to do is just merge application and&lt;/P&gt;&lt;P&gt;bootloader S19 files into a single S19 file. you just need to dump this&lt;/P&gt;&lt;P&gt;file to the controller using P&amp;amp;E tool.&lt;/P&gt;&lt;P&gt;The merged file should contain only 1 S0 record and 1 S7 record.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you have any other queries you can ask me.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Chary&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 May 2013 14:28:53 GMT</pubDate>
      <guid>https://community.nxp.com/t5/ColdFire-68K-Microcontrollers/Merge-Bootloader-with-Application/m-p/268904#M11775</guid>
      <dc:creator>chary</dc:creator>
      <dc:date>2013-05-02T14:28:53Z</dc:date>
    </item>
    <item>
      <title>Re: Merge Bootloader with Application</title>
      <link>https://community.nxp.com/t5/ColdFire-68K-Microcontrollers/Merge-Bootloader-with-Application/m-p/268905#M11776</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi again Chray!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I didn't realize I could do that, editing the .s19 file. But I'd like to merge them with the compiler, so I can debug it. Do you know how to do that? (As I said before, in HCS12 there was and instruction that could be used in the PRM, named&amp;nbsp; "HEXINCLUDE" wich allows the linker to append a .s19 file)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best Regards!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SebaS&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 03 May 2013 10:38:52 GMT</pubDate>
      <guid>https://community.nxp.com/t5/ColdFire-68K-Microcontrollers/Merge-Bootloader-with-Application/m-p/268905#M11776</guid>
      <dc:creator>sebasira</dc:creator>
      <dc:date>2013-05-03T10:38:52Z</dc:date>
    </item>
    <item>
      <title>Re: Merge Bootloader with Application</title>
      <link>https://community.nxp.com/t5/ColdFire-68K-Microcontrollers/Merge-Bootloader-with-Application/m-p/268906#M11777</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Once you dump the the merged file through P&amp;amp;E , we can do the debugging in&lt;/P&gt;&lt;P&gt;assembly window. If one is good at assembly language he can very well debug&lt;/P&gt;&lt;P&gt;using P&amp;amp;E tool.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I haven't used "HEXINCLUDE"  in PRM file till date though I have&lt;/P&gt;&lt;P&gt;implemented bootloader functionality in MC9S12XDP512.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am novice regarding this. Explain me briefly .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Chary&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 03 May 2013 16:05:32 GMT</pubDate>
      <guid>https://community.nxp.com/t5/ColdFire-68K-Microcontrollers/Merge-Bootloader-with-Application/m-p/268906#M11777</guid>
      <dc:creator>chary</dc:creator>
      <dc:date>2013-05-03T16:05:32Z</dc:date>
    </item>
    <item>
      <title>Re: Merge Bootloader with Application</title>
      <link>https://community.nxp.com/t5/ColdFire-68K-Microcontrollers/Merge-Bootloader-with-Application/m-p/268907#M11778</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PRM is to HCS12 as the LCF is to ColdFire... In the PRM file, there's an instruction to include additional pre-compile code to the one you're compiling now.&lt;/P&gt;&lt;P&gt;It sintax is like:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;HEXINCLUDE "Bootloader.s19"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And it appends the bootlaoder.s19 code to your current project. Then, as you said, we debug the bootloader in ASM code, and you can also debug your current application as you normally do.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The idea is to debug both the app and the bootloader as a whole project. Because it has happened to me that bootloader works, application works but when merged some problems arrise.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope it helps a little, please excuse my english.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SebaS&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 03 May 2013 22:14:34 GMT</pubDate>
      <guid>https://community.nxp.com/t5/ColdFire-68K-Microcontrollers/Merge-Bootloader-with-Application/m-p/268907#M11778</guid>
      <dc:creator>sebasira</dc:creator>
      <dc:date>2013-05-03T22:14:34Z</dc:date>
    </item>
    <item>
      <title>Re: Merge Bootloader with Application</title>
      <link>https://community.nxp.com/t5/ColdFire-68K-Microcontrollers/Merge-Bootloader-with-Application/m-p/268908#M11779</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Seba,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What you are saying might work , If we are able to merge abs files of both&lt;/P&gt;&lt;P&gt;application and bootloader into a single file.&lt;/P&gt;&lt;P&gt;But here we are merging 2 S19 files , with S19 file we can only debug&lt;/P&gt;&lt;P&gt;through Assembly window to my knowledge.&lt;/P&gt;&lt;P&gt;I will explain you what I have done.&lt;/P&gt;&lt;P&gt;I have merged both S19 file of app and bootloader and dumped the merged&lt;/P&gt;&lt;P&gt;file through P&amp;amp;E tool. I made sure that the system executes application&lt;/P&gt;&lt;P&gt;always on every Reset. when ever user wishes to update the firmware in the&lt;/P&gt;&lt;P&gt;system , he needs to change condition such that on Reset system starts&lt;/P&gt;&lt;P&gt;running bootloader , once system finishes writing S3 records to internal&lt;/P&gt;&lt;P&gt;flash the condition is changed to previous state, which is system executes&lt;/P&gt;&lt;P&gt;application on every Reset there after.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I hope I am clear.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Chary&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 04 May 2013 15:12:09 GMT</pubDate>
      <guid>https://community.nxp.com/t5/ColdFire-68K-Microcontrollers/Merge-Bootloader-with-Application/m-p/268908#M11779</guid>
      <dc:creator>chary</dc:creator>
      <dc:date>2013-05-04T15:12:09Z</dc:date>
    </item>
    <item>
      <title>Re: Merge Bootloader with Application</title>
      <link>https://community.nxp.com/t5/ColdFire-68K-Microcontrollers/Merge-Bootloader-with-Application/m-p/268909#M11780</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sorry for the late replay!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I think I understand what you said... You mean that you merged them as if they were text-files, right?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I know that's a way to do it, but it stills don't satisfy my need.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I can't believe there's no way to add bootloader (or any other s19) to the app.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Jun 2013 14:10:07 GMT</pubDate>
      <guid>https://community.nxp.com/t5/ColdFire-68K-Microcontrollers/Merge-Bootloader-with-Application/m-p/268909#M11780</guid>
      <dc:creator>sebasira</dc:creator>
      <dc:date>2013-06-06T14:10:07Z</dc:date>
    </item>
    <item>
      <title>Re: Merge Bootloader with Application</title>
      <link>https://community.nxp.com/t5/ColdFire-68K-Microcontrollers/Merge-Bootloader-with-Application/m-p/268910#M11781</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm sorry, I've just realize that I miss-wrote the keyword. It should be &lt;STRONG&gt;HEXFILE&lt;/STRONG&gt; instead of &lt;STRONG&gt;HEXINCLUDE&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Jun 2013 14:15:30 GMT</pubDate>
      <guid>https://community.nxp.com/t5/ColdFire-68K-Microcontrollers/Merge-Bootloader-with-Application/m-p/268910#M11781</guid>
      <dc:creator>sebasira</dc:creator>
      <dc:date>2013-06-06T14:15:30Z</dc:date>
    </item>
    <item>
      <title>Re: Merge Bootloader with Application</title>
      <link>https://community.nxp.com/t5/ColdFire-68K-Microcontrollers/Merge-Bootloader-with-Application/m-p/268911#M11782</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Seba,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sorry for the delay in reply , In that case you will able to debug the software only in Assembly language if you are just including S19 files&lt;/P&gt;&lt;P&gt;same you can do by just merging application and bootloader S19 file .&lt;/P&gt;&lt;P&gt;I think you mean to say that you can debug some portion of your software in assembly and some portion is C language.&lt;/P&gt;&lt;P&gt;Am I right ?&lt;/P&gt;&lt;P&gt;do reply to this mail.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Chary&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 17 Jun 2013 06:41:01 GMT</pubDate>
      <guid>https://community.nxp.com/t5/ColdFire-68K-Microcontrollers/Merge-Bootloader-with-Application/m-p/268911#M11782</guid>
      <dc:creator>chary</dc:creator>
      <dc:date>2013-06-17T06:41:01Z</dc:date>
    </item>
    <item>
      <title>Re: Merge Bootloader with Application</title>
      <link>https://community.nxp.com/t5/ColdFire-68K-Microcontrollers/Merge-Bootloader-with-Application/m-p/268912#M11783</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI Seba and Hi chary,&lt;/P&gt;&lt;P&gt;I'm interested about this issue, I have developed my application for mcf51qe128.&lt;/P&gt;&lt;P&gt;Until today i have downloaded the fw with cyclone. Now there is a need to download with the UART.&lt;/P&gt;&lt;P&gt;I have a .pdf&amp;nbsp; "Implement UART Boot-loader On Coldfire V1 Products" written by Paol Zhang, but I haven't the project of him. Where can I find that? Thank you&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Sep 2019 14:48:12 GMT</pubDate>
      <guid>https://community.nxp.com/t5/ColdFire-68K-Microcontrollers/Merge-Bootloader-with-Application/m-p/268912#M11783</guid>
      <dc:creator>sarmassi</dc:creator>
      <dc:date>2019-09-03T14:48:12Z</dc:date>
    </item>
    <item>
      <title>Re: Merge Bootloader with Application</title>
      <link>https://community.nxp.com/t5/ColdFire-68K-Microcontrollers/Merge-Bootloader-with-Application/m-p/268913#M11784</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Massimo,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am also trying to get the project files that should accompany the PDF. Have you received anything from NXP or anyone else in the forum?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for any help you can provide.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;By the way, what development environment are you using? I am using CodeWarrior for Microcontrollers v10.6. Perhaps we could collaborate.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Mark&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 07 Dec 2019 13:18:13 GMT</pubDate>
      <guid>https://community.nxp.com/t5/ColdFire-68K-Microcontrollers/Merge-Bootloader-with-Application/m-p/268913#M11784</guid>
      <dc:creator>markdonkers</dc:creator>
      <dc:date>2019-12-07T13:18:13Z</dc:date>
    </item>
    <item>
      <title>Re: Merge Bootloader with Application</title>
      <link>https://community.nxp.com/t5/ColdFire-68K-Microcontrollers/Merge-Bootloader-with-Application/m-p/268914#M11785</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Search for "Paul Zhang", finds:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.nxp.com/message/410529"&gt;https://community.nxp.com/message/410529&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There's an "Example.zip" file attached to the above. Might that have some of the code you want?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Where is that PDF file you have stored (on the Internet)? Does NXP have it available?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There's a link to the PDF in the above link; that is now at:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="link-titled" href="http://read.pudn.com/downloads132/sourcecode/embed/561869/Implement%20UART%20Bootloader%20On%20CF%20V1.pdf" title="http://read.pudn.com/downloads132/sourcecode/embed/561869/Implement%20UART%20Bootloader%20On%20CF%20V1.pdf"&gt;http://read.pudn.com/downloads132/sourcecode/embed/561869/Implement%20UART%20Bootloader%20On%20CF%20V1.pdf&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Tom&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Dec 2019 03:13:22 GMT</pubDate>
      <guid>https://community.nxp.com/t5/ColdFire-68K-Microcontrollers/Merge-Bootloader-with-Application/m-p/268914#M11785</guid>
      <dc:creator>TomE</dc:creator>
      <dc:date>2019-12-10T03:13:22Z</dc:date>
    </item>
    <item>
      <title>Re: Merge Bootloader with Application</title>
      <link>https://community.nxp.com/t5/ColdFire-68K-Microcontrollers/Merge-Bootloader-with-Application/m-p/268915#M11786</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Tom,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for the assistance.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Yes, the PDF that you referenced is the one that I am using.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I did notice the&lt;STRONG&gt; Example.zip&lt;/STRONG&gt; file, but hadn't downloaded it because I assumed it was someone else's incomplete project and wouldn't get me to where I needed to be. That said, I've since downloaded it, installed CW for MCUs v6.3, fixed the issue the original poster was having, and changed the MCU derivative to mine (JE256).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It looks like I can use this as a starting point but I sure wish I had the original project. I'm still surprised there isn't a de facto standard or sample project (in CW for MCUs&amp;nbsp; v10.x) for serial download! If you know of one, please let me know :smileyhappy:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;Mark&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 Dec 2019 04:31:13 GMT</pubDate>
      <guid>https://community.nxp.com/t5/ColdFire-68K-Microcontrollers/Merge-Bootloader-with-Application/m-p/268915#M11786</guid>
      <dc:creator>markdonkers</dc:creator>
      <dc:date>2019-12-11T04:31:13Z</dc:date>
    </item>
  </channel>
</rss>

