<?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>MCU BootloaderのトピックRe: Flashloader: Steps to getting CAN enabled?</title>
    <link>https://community.nxp.com/t5/MCU-Bootloader/Flashloader-Steps-to-getting-CAN-enabled/m-p/1221502#M1281</link>
    <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/181337"&gt;@p_shep&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;That's right, this software is used to translate the commands send by the blhost to the CAN format. If you want to directly communicate another device with the flashloader, you would need to follow to check the command structure in the following &lt;A href="https://www.nxp.com/docs/en/reference-manual/MCUBOOTRM.pdf" target="_self"&gt;link&lt;/A&gt;.&lt;/P&gt;
&lt;P&gt;Best Regards,&lt;/P&gt;
&lt;P&gt;Alexis Andalon&lt;/P&gt;</description>
    <pubDate>Tue, 26 Jan 2021 23:22:50 GMT</pubDate>
    <dc:creator>Alexis_A</dc:creator>
    <dc:date>2021-01-26T23:22:50Z</dc:date>
    <item>
      <title>Flashloader: Steps to getting CAN enabled?</title>
      <link>https://community.nxp.com/t5/MCU-Bootloader/Flashloader-Steps-to-getting-CAN-enabled/m-p/1220575#M1277</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;Our setup would be programming a user application to an RT1064 over CAN-FD. Initially I was figuring that we'd have to entirely write our own, but then I saw that NXP already had the code for a bootloader, and that it supported CAN. Wonderful!&lt;/P&gt;&lt;P&gt;But after reading about CAN being an option for programming an application with Flashloader... it would seem it's not. (use to be?)&lt;/P&gt;&lt;P&gt;Anyway, in order to get it working, it looks like I'd need to to do the following steps:&lt;/P&gt;&lt;P&gt;- Add a new interface to&amp;nbsp;g_peripherals for CAN-FD&lt;/P&gt;&lt;P&gt;- Add a PCAN driver to &lt;STRIKE&gt;sdphost&lt;/STRIKE&gt;&amp;nbsp;blhost?&lt;/P&gt;&lt;P&gt;Would that cover it? Would that allow the continued use of the other tools (mfgtools etc)?&lt;/P&gt;</description>
      <pubDate>Mon, 25 Jan 2021 16:49:16 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MCU-Bootloader/Flashloader-Steps-to-getting-CAN-enabled/m-p/1220575#M1277</guid>
      <dc:creator>p_shep</dc:creator>
      <dc:date>2021-01-25T16:49:16Z</dc:date>
    </item>
    <item>
      <title>Re: Flashloader: Steps to getting CAN enabled?</title>
      <link>https://community.nxp.com/t5/MCU-Bootloader/Flashloader-Steps-to-getting-CAN-enabled/m-p/1220582#M1278</link>
      <description>&lt;P&gt;Looks like a package blfwk is missing from the sdphost code...&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;But the blhost code is available from here:&lt;/P&gt;&lt;P&gt;&lt;A href="https://www.nxp.com/design/software/development-software/mcuxpresso-software-and-tools-/mcuboot-mcu-bootloader-for-nxp-microcontrollers:MCUBOOT?&amp;amp;tab=Design_Tools_Tab" target="_blank"&gt;https://www.nxp.com/design/software/development-software/mcuxpresso-software-and-tools-/mcuboot-mcu-bootloader-for-nxp-microcontrollers:MCUBOOT?&amp;amp;tab=Design_Tools_Tab&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 25 Jan 2021 15:59:08 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MCU-Bootloader/Flashloader-Steps-to-getting-CAN-enabled/m-p/1220582#M1278</guid>
      <dc:creator>p_shep</dc:creator>
      <dc:date>2021-01-25T15:59:08Z</dc:date>
    </item>
    <item>
      <title>Re: Flashloader: Steps to getting CAN enabled?</title>
      <link>https://community.nxp.com/t5/MCU-Bootloader/Flashloader-Steps-to-getting-CAN-enabled/m-p/1220672#M1279</link>
      <description>&lt;P&gt;So buspal, which blhost connects to over serial, is supposed to run on another MCU? And that's supposed to do the translations from serial to i2c/SPI/CAN?&lt;/P&gt;&lt;P&gt;Could I add the P-CAN interface directly to blhost?&lt;/P&gt;</description>
      <pubDate>Mon, 25 Jan 2021 16:06:07 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MCU-Bootloader/Flashloader-Steps-to-getting-CAN-enabled/m-p/1220672#M1279</guid>
      <dc:creator>p_shep</dc:creator>
      <dc:date>2021-01-25T16:06:07Z</dc:date>
    </item>
    <item>
      <title>Re: Flashloader: Steps to getting CAN enabled?</title>
      <link>https://community.nxp.com/t5/MCU-Bootloader/Flashloader-Steps-to-getting-CAN-enabled/m-p/1221502#M1281</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/181337"&gt;@p_shep&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;That's right, this software is used to translate the commands send by the blhost to the CAN format. If you want to directly communicate another device with the flashloader, you would need to follow to check the command structure in the following &lt;A href="https://www.nxp.com/docs/en/reference-manual/MCUBOOTRM.pdf" target="_self"&gt;link&lt;/A&gt;.&lt;/P&gt;
&lt;P&gt;Best Regards,&lt;/P&gt;
&lt;P&gt;Alexis Andalon&lt;/P&gt;</description>
      <pubDate>Tue, 26 Jan 2021 23:22:50 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MCU-Bootloader/Flashloader-Steps-to-getting-CAN-enabled/m-p/1221502#M1281</guid>
      <dc:creator>Alexis_A</dc:creator>
      <dc:date>2021-01-26T23:22:50Z</dc:date>
    </item>
  </channel>
</rss>

