<?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>8-bit MicrocontrollersのトピックCAN Bootloader?</title>
    <link>https://community.nxp.com/t5/8-bit-Microcontrollers/CAN-Bootloader/m-p/325607#M20989</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear community!&lt;/P&gt;&lt;P&gt;We are using HCS08 microcontrollers (e.g. MC9S08DZ16A) on our control units.&lt;/P&gt;&lt;P&gt;So far for firmware updates we use either BDM-interface or a serial bootloader, however, since all devices are connector to the same CAN-bus a bootloader which uses this for communication would be very desirable.&lt;/P&gt;&lt;P&gt;Did anybody ever see such type of a bootloader?&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you and best regards,&lt;/P&gt;&lt;P&gt;Alex&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 27 Jun 2014 14:55:59 GMT</pubDate>
    <dc:creator>alexanderbuerge</dc:creator>
    <dc:date>2014-06-27T14:55:59Z</dc:date>
    <item>
      <title>CAN Bootloader?</title>
      <link>https://community.nxp.com/t5/8-bit-Microcontrollers/CAN-Bootloader/m-p/325607#M20989</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear community!&lt;/P&gt;&lt;P&gt;We are using HCS08 microcontrollers (e.g. MC9S08DZ16A) on our control units.&lt;/P&gt;&lt;P&gt;So far for firmware updates we use either BDM-interface or a serial bootloader, however, since all devices are connector to the same CAN-bus a bootloader which uses this for communication would be very desirable.&lt;/P&gt;&lt;P&gt;Did anybody ever see such type of a bootloader?&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you and best regards,&lt;/P&gt;&lt;P&gt;Alex&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 Jun 2014 14:55:59 GMT</pubDate>
      <guid>https://community.nxp.com/t5/8-bit-Microcontrollers/CAN-Bootloader/m-p/325607#M20989</guid>
      <dc:creator>alexanderbuerge</dc:creator>
      <dc:date>2014-06-27T14:55:59Z</dc:date>
    </item>
    <item>
      <title>Re: CAN Bootloader?</title>
      <link>https://community.nxp.com/t5/8-bit-Microcontrollers/CAN-Bootloader/m-p/325608#M20990</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Alex,&lt;/P&gt;&lt;P&gt;we don't have a Bootloader version for the S08 that uses CAN interface.&lt;/P&gt;&lt;P&gt;The two application notes below can be helpful if your customer develop CAN bootloader by her own.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;AN2295(Developer's Serial Bootloader for M68HC08 and HCS08 MCUs).pdf&lt;/P&gt;&lt;P&gt;&lt;A href="http://cache.freescale.com/files/microcontrollers/doc/app_note/AN2295.pdf?fsrch=1&amp;amp;sr=1"&gt;http://cache.freescale.com/files/microcontrollers/doc/app_note/AN2295.pdf?fsrch=1&amp;amp;sr=1&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;here is the code:&lt;/P&gt;&lt;P&gt;&lt;A href="http://cache.freescale.com/files/microcontrollers/doc/app_note/AN2295SW.zip"&gt;http://cache.freescale.com/files/microcontrollers/doc/app_note/AN2295SW.zip&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;AN1828(FLASH Programming Via CAN &lt;A href="http://cache.freescale.com/files/microcontrollers/doc/app_note/AN1828.pdf?fsrch=1&amp;amp;sr=1"&gt;http://cache.freescale.com/files/microcontrollers/doc/app_note/AN1828.pdf?fsrch=1&amp;amp;sr=1&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;==============================&lt;/P&gt;&lt;P&gt;this answer is for you. if it helps, please click on "correct answer" button. thanks!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best Regards,&lt;/P&gt;&lt;P&gt;ZhangJun&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 30 Jun 2014 02:26:16 GMT</pubDate>
      <guid>https://community.nxp.com/t5/8-bit-Microcontrollers/CAN-Bootloader/m-p/325608#M20990</guid>
      <dc:creator>ZhangJennie</dc:creator>
      <dc:date>2014-06-30T02:26:16Z</dc:date>
    </item>
    <item>
      <title>Re: CAN Bootloader?</title>
      <link>https://community.nxp.com/t5/8-bit-Microcontrollers/CAN-Bootloader/m-p/325609#M20991</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;So finally we have written a CAN bootloader on our own. We used the AN2295 as a basis and developed everything required for CAN communication ourselves (including protocol etc.). It works nicely. We also created a PC GUI based on .Net and PCAN-USB (from Peak-Systems) as CAN-to-USB-Interface. We also adapted the bootloader such that it works on HCS12(X) MCUs, too.&lt;/P&gt;&lt;P&gt;This thread may be considered "closed".&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Mar 2015 07:55:42 GMT</pubDate>
      <guid>https://community.nxp.com/t5/8-bit-Microcontrollers/CAN-Bootloader/m-p/325609#M20991</guid>
      <dc:creator>alexanderbuerge</dc:creator>
      <dc:date>2015-03-20T07:55:42Z</dc:date>
    </item>
    <item>
      <title>Re: CAN Bootloader?</title>
      <link>https://community.nxp.com/t5/8-bit-Microcontrollers/CAN-Bootloader/m-p/325610#M20992</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;that's great. Congratulations!&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Have a great day,&lt;BR /&gt;Zhang Jun&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-----------------------------------------------------------------------------------------------------------------------&lt;BR /&gt;Note: If this post answers your question, please click the Correct Answer button. Thank you!&lt;BR /&gt;-----------------------------------------------------------------------------------------------------------------------&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Mar 2015 08:20:47 GMT</pubDate>
      <guid>https://community.nxp.com/t5/8-bit-Microcontrollers/CAN-Bootloader/m-p/325610#M20992</guid>
      <dc:creator>ZhangJennie</dc:creator>
      <dc:date>2015-03-20T08:20:47Z</dc:date>
    </item>
    <item>
      <title>Re: CAN Bootloader?</title>
      <link>https://community.nxp.com/t5/8-bit-Microcontrollers/CAN-Bootloader/m-p/1300173#M23380</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/54933"&gt;@alexanderbuerge&lt;/a&gt;&amp;nbsp;and&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/13026"&gt;@ZhangJennie&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;We are using the RDVCU5775EVM development board, we want to upload a program for this development board via CAN, how can we do that?&lt;/P&gt;</description>
      <pubDate>Wed, 30 Jun 2021 10:32:28 GMT</pubDate>
      <guid>https://community.nxp.com/t5/8-bit-Microcontrollers/CAN-Bootloader/m-p/1300173#M23380</guid>
      <dc:creator>Baris</dc:creator>
      <dc:date>2021-06-30T10:32:28Z</dc:date>
    </item>
  </channel>
</rss>

