<?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 MCF5223x Uart Serial Boot Loader in ColdFire/68K Microcontrollers and Processors</title>
    <link>https://community.nxp.com/t5/ColdFire-68K-Microcontrollers/MCF5223x-Uart-Serial-Boot-Loader/m-p/193900#M8525</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm planning to develop a Uart Serial Boot Loader to be able to perform firmware update on MCF 52234 with a simple RS232 cable. In the past I have deveolped a similar program for an HCS08 uC. Before start to code I' wondering if some one have done a similar work for this or a "relative" uC.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;What I'm looking for is a serial bootloader with the pc host software counterpart thar permit to upload the S19 program file in the program memory space...&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If some of you know this, please contact me on the forum.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Best Regards&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;L.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sun, 02 Sep 2012 20:55:24 GMT</pubDate>
    <dc:creator>lupogrigio</dc:creator>
    <dc:date>2012-09-02T20:55:24Z</dc:date>
    <item>
      <title>MCF5223x Uart Serial Boot Loader</title>
      <link>https://community.nxp.com/t5/ColdFire-68K-Microcontrollers/MCF5223x-Uart-Serial-Boot-Loader/m-p/193900#M8525</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm planning to develop a Uart Serial Boot Loader to be able to perform firmware update on MCF 52234 with a simple RS232 cable. In the past I have deveolped a similar program for an HCS08 uC. Before start to code I' wondering if some one have done a similar work for this or a "relative" uC.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;What I'm looking for is a serial bootloader with the pc host software counterpart thar permit to upload the S19 program file in the program memory space...&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If some of you know this, please contact me on the forum.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Best Regards&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;L.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 02 Sep 2012 20:55:24 GMT</pubDate>
      <guid>https://community.nxp.com/t5/ColdFire-68K-Microcontrollers/MCF5223x-Uart-Serial-Boot-Loader/m-p/193900#M8525</guid>
      <dc:creator>lupogrigio</dc:creator>
      <dc:date>2012-09-02T20:55:24Z</dc:date>
    </item>
    <item>
      <title>Re: MCF5223x Uart Serial Boot Loader</title>
      <link>https://community.nxp.com/t5/ColdFire-68K-Microcontrollers/MCF5223x-Uart-Serial-Boot-Loader/m-p/193901#M8526</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;There is an SREC loader for M522xx devices in the uTasker project:&lt;/P&gt;&lt;P&gt;Normal S-REC &lt;A href="http://www.utasker.com/docs/uTasker/uTaskerSerialLoader.PDF" rel="nofollow" target="_blank"&gt;http://www.utasker.com/docs/uTasker/uTaskerSerialLoader.PDF&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Encrypted S-REC: &lt;A href="http://www.utasker.com/docs/uTasker/uTaskerSecureSREC.pdf" rel="nofollow" target="_blank"&gt;http://www.utasker.com/docs/uTasker/uTaskerSecureSREC.pdf&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;It also supports USB CDC, USB-MSD, SD card or Ethernet (FTP, TFT, Web server) loading.&lt;/P&gt;&lt;P&gt;The USB-MSD loader can be seen in operation (on a Kinetis since the project also work with those devices too) here: &lt;A href="http://www.youtube.com/watch?v=H4TYM9jY2-g" rel="nofollow" target="_blank"&gt;http://www.youtube.com/watch?v=H4TYM9jY2-g&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Pre-built binaries can be tried here: &lt;A href="http://www.utasker.com/SW_Demos.html" rel="nofollow" target="_blank"&gt;http://www.utasker.com/SW_Demos.html&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Mark&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 02 Sep 2012 22:36:49 GMT</pubDate>
      <guid>https://community.nxp.com/t5/ColdFire-68K-Microcontrollers/MCF5223x-Uart-Serial-Boot-Loader/m-p/193901#M8526</guid>
      <dc:creator>mjbcswitzerland</dc:creator>
      <dc:date>2012-09-02T22:36:49Z</dc:date>
    </item>
  </channel>
</rss>

