<?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>Kinetis Microcontrollers中的主题 Re: How to update the program without using JTAG?</title>
    <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/How-to-update-the-program-without-using-JTAG/m-p/1535611#M64151</link>
    <description>&lt;P&gt;The KinetisFlashTool is a low level communication protocol with the bootloader. You might check out the SDK documentation or &lt;A href="https://www.nxp.com/design/software/development-software/mcuxpresso-software-and-tools-/mcu-bootloader-for-nxp-microcontrollers:MCUBOOT" target="_blank"&gt;https://www.nxp.com/design/software/development-software/mcuxpresso-software-and-tools-/mcu-bootloader-for-nxp-microcontrollers:MCUBOOT&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Or have a look at &lt;A href="https://mcuoneclipse.com/2018/03/03/flash-resident-usb-hid-bootloader-with-the-nxp-kinetis-k22-microcontroller/" target="_blank"&gt;https://mcuoneclipse.com/2018/03/03/flash-resident-usb-hid-bootloader-with-the-nxp-kinetis-k22-microcontroller/&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;As for loading the binary from the SD card: you won't need that KinetisFlashTool.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I hope this helps,&lt;/P&gt;&lt;P&gt;Erich&lt;/P&gt;</description>
    <pubDate>Tue, 11 Oct 2022 11:41:28 GMT</pubDate>
    <dc:creator>ErichStyger</dc:creator>
    <dc:date>2022-10-11T11:41:28Z</dc:date>
    <item>
      <title>How to update the program without using JTAG?</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/How-to-update-the-program-without-using-JTAG/m-p/1534359#M64136</link>
      <description>&lt;P&gt;I've finished a project using MK64FN1M0VMD12.I may fix some bugs in the future,but I can't let user update the program by JTAG.&lt;/P&gt;&lt;P&gt;I will write my fixed program to SDCard by BLE module on my board.Then How can I download the program to the flash?Do you have any example?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 09 Oct 2022 04:03:52 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/How-to-update-the-program-without-using-JTAG/m-p/1534359#M64136</guid>
      <dc:creator>jake111</dc:creator>
      <dc:date>2022-10-09T04:03:52Z</dc:date>
    </item>
    <item>
      <title>Re: How to update the program without using JTAG?</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/How-to-update-the-program-without-using-JTAG/m-p/1534425#M64138</link>
      <description>&lt;P&gt;you have several ways to do this, but in essence you need to implement a bootloader loading the new image from the SD card. Have a look at the MCU-Boot/SDK which gives you a starting point.&lt;/P&gt;</description>
      <pubDate>Sun, 09 Oct 2022 08:04:11 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/How-to-update-the-program-without-using-JTAG/m-p/1534425#M64138</guid>
      <dc:creator>ErichStyger</dc:creator>
      <dc:date>2022-10-09T08:04:11Z</dc:date>
    </item>
    <item>
      <title>Re: How to update the program without using JTAG?</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/How-to-update-the-program-without-using-JTAG/m-p/1535575#M64149</link>
      <description>&lt;P&gt;It seems the bootloader in the SDK has its protocol,does the software "KinetisFlashTool" transfer the program binary file according to the protocol?Do you have any PDF&amp;nbsp;explaining this protocol?&lt;/P&gt;&lt;P&gt;I don't know if it's necessary to&amp;nbsp;have a protocol when the program is from SDCard,downloading program from bluetooth to SDCard might need a protocol.What do you think of this?&lt;/P&gt;</description>
      <pubDate>Tue, 11 Oct 2022 10:33:21 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/How-to-update-the-program-without-using-JTAG/m-p/1535575#M64149</guid>
      <dc:creator>jake111</dc:creator>
      <dc:date>2022-10-11T10:33:21Z</dc:date>
    </item>
    <item>
      <title>Re: How to update the program without using JTAG?</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/How-to-update-the-program-without-using-JTAG/m-p/1535611#M64151</link>
      <description>&lt;P&gt;The KinetisFlashTool is a low level communication protocol with the bootloader. You might check out the SDK documentation or &lt;A href="https://www.nxp.com/design/software/development-software/mcuxpresso-software-and-tools-/mcu-bootloader-for-nxp-microcontrollers:MCUBOOT" target="_blank"&gt;https://www.nxp.com/design/software/development-software/mcuxpresso-software-and-tools-/mcu-bootloader-for-nxp-microcontrollers:MCUBOOT&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Or have a look at &lt;A href="https://mcuoneclipse.com/2018/03/03/flash-resident-usb-hid-bootloader-with-the-nxp-kinetis-k22-microcontroller/" target="_blank"&gt;https://mcuoneclipse.com/2018/03/03/flash-resident-usb-hid-bootloader-with-the-nxp-kinetis-k22-microcontroller/&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;As for loading the binary from the SD card: you won't need that KinetisFlashTool.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I hope this helps,&lt;/P&gt;&lt;P&gt;Erich&lt;/P&gt;</description>
      <pubDate>Tue, 11 Oct 2022 11:41:28 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/How-to-update-the-program-without-using-JTAG/m-p/1535611#M64151</guid>
      <dc:creator>ErichStyger</dc:creator>
      <dc:date>2022-10-11T11:41:28Z</dc:date>
    </item>
  </channel>
</rss>

