<?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中的主题 Flash tool SWD/JTAG</title>
    <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/Flash-tool-SWD-JTAG/m-p/1183765#M58828</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I'm using a FRDM-K64F demo board as programmer to other board over JTAG/SWD and it works fine inside MCUXpresso where there is Flash Tool GUI.&lt;/P&gt;&lt;P&gt;I'd like to known if there is a standalone tools outside MCUXpresso for programming board like Flash Tool GUI or from command line. The firmware inside the FRDM-K64F is DAPLink.&lt;/P&gt;&lt;P&gt;Thank you very much.&lt;/P&gt;</description>
    <pubDate>Mon, 16 Nov 2020 09:43:23 GMT</pubDate>
    <dc:creator>LArmstrong1985</dc:creator>
    <dc:date>2020-11-16T09:43:23Z</dc:date>
    <item>
      <title>Flash tool SWD/JTAG</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/Flash-tool-SWD-JTAG/m-p/1183765#M58828</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I'm using a FRDM-K64F demo board as programmer to other board over JTAG/SWD and it works fine inside MCUXpresso where there is Flash Tool GUI.&lt;/P&gt;&lt;P&gt;I'd like to known if there is a standalone tools outside MCUXpresso for programming board like Flash Tool GUI or from command line. The firmware inside the FRDM-K64F is DAPLink.&lt;/P&gt;&lt;P&gt;Thank you very much.&lt;/P&gt;</description>
      <pubDate>Mon, 16 Nov 2020 09:43:23 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/Flash-tool-SWD-JTAG/m-p/1183765#M58828</guid>
      <dc:creator>LArmstrong1985</dc:creator>
      <dc:date>2020-11-16T09:43:23Z</dc:date>
    </item>
    <item>
      <title>Re: Flash tool SWD/JTAG</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/Flash-tool-SWD-JTAG/m-p/1184262#M58843</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;SPAN&gt;fabiobenevento&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp; &amp;nbsp;Do you mean, you want to download the firmware to the K64 without the IDE?&lt;/P&gt;
&lt;P&gt;&amp;nbsp; &amp;nbsp;If yes, you totally can use the JLINK commander.&lt;/P&gt;
&lt;P&gt;&amp;nbsp; &amp;nbsp; 1. You can firmware your FRDM-K64 on board firmware to JLINK firmware&lt;/P&gt;
&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;The JLINK firmware can be found from this link:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&lt;A href="https://www.segger.com/downloads/jlink/OpenSDA_FRDM-K64F" target="_blank"&gt;https://www.segger.com/downloads/jlink/OpenSDA_FRDM-K64F&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;2. Generate the app firmware with .bin,.hex, etc&amp;nbsp; &amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;3. install the JLINK driver&lt;/P&gt;
&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;A href="https://www.segger.com/downloads/jlink/JLink_Windows.exe" target="_blank"&gt;https://www.segger.com/downloads/jlink/JLink_Windows.exe&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp; &amp;nbsp; 4. Use the JLINK commander to download the app firmware&lt;/P&gt;
&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; commander is: loadfile app.bin 0x00&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp; &amp;nbsp; You need to connect the board at first.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Please try it on your side.&lt;/P&gt;
&lt;P&gt;If you still have questions about it, please kindly let me know.&lt;/P&gt;
&lt;P&gt;Best Regards,&lt;/P&gt;
&lt;P&gt;Kerry&lt;/P&gt;</description>
      <pubDate>Tue, 17 Nov 2020 06:31:11 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/Flash-tool-SWD-JTAG/m-p/1184262#M58843</guid>
      <dc:creator>kerryzhou</dc:creator>
      <dc:date>2020-11-17T06:31:11Z</dc:date>
    </item>
    <item>
      <title>Re: Flash tool SWD/JTAG</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/Flash-tool-SWD-JTAG/m-p/1184296#M58850</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/142231"&gt;@LArmstrong1985&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;Outside of the IDE you can use the GDB commandline capabilites.&amp;nbsp;&lt;A href="https://mcuoneclipse.com/2015/03/25/command-line-programming-and-debugging-with-gdb/" target="_blank"&gt;https://mcuoneclipse.com/2015/03/25/command-line-programming-and-debugging-with-gdb/&lt;/A&gt;&amp;nbsp;shows how you can do this with different GDB server implementations.&lt;/P&gt;&lt;P&gt;Keep in mind that the SEGGER and P&amp;amp;E licensing terms prevent you to use it for programming anything else than the chip on the FRDM-K64F, so you are on the right track with CMSIS-DAP.&lt;/P&gt;&lt;P&gt;As for CMSIS-DAP, you could consider use the same approach above but with OpenOCD.&amp;nbsp;&lt;A href="https://mcuoneclipse.com/2016/04/09/freertos-thread-debugging-with-eclipse-and-openocd/" target="_blank"&gt;https://mcuoneclipse.com/2016/04/09/freertos-thread-debugging-with-eclipse-and-openocd/&lt;/A&gt;&amp;nbsp;describes how you could add it to Eclipse or use it standalone.&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, 17 Nov 2020 07:23:08 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/Flash-tool-SWD-JTAG/m-p/1184296#M58850</guid>
      <dc:creator>ErichStyger</dc:creator>
      <dc:date>2020-11-17T07:23:08Z</dc:date>
    </item>
    <item>
      <title>Re: Flash tool SWD/JTAG</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/Flash-tool-SWD-JTAG/m-p/1184299#M58851</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/142231"&gt;@LArmstrong1985&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;thinking more about it, I think you could use the LinkServer for your DAPlink in command line mode. I see if I can collect some instructions for you to use (need to dig out my FRDM-K64F board for this).&lt;/P&gt;&lt;P&gt;Stay tuned,&lt;/P&gt;&lt;P&gt;Erich&lt;/P&gt;</description>
      <pubDate>Tue, 17 Nov 2020 07:26:16 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/Flash-tool-SWD-JTAG/m-p/1184299#M58851</guid>
      <dc:creator>ErichStyger</dc:creator>
      <dc:date>2020-11-17T07:26:16Z</dc:date>
    </item>
    <item>
      <title>Re: Flash tool SWD/JTAG</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/Flash-tool-SWD-JTAG/m-p/1194184#M59032</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/142231"&gt;@LArmstrong1985&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;good news: you can get your board programmed in a standalone or script way. See&amp;nbsp;&lt;A href="https://mcuoneclipse.com/2020/12/05/standalone-and-command-line-programmer-with-mcuxpresso/" target="_blank"&gt;https://mcuoneclipse.com/2020/12/05/standalone-and-command-line-programmer-with-mcuxpresso/&lt;/A&gt;&amp;nbsp;how do this with any MCUXpresso supported board and debug probe, which includes of course your FRDM-K64F.&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>Sat, 05 Dec 2020 13:06:26 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/Flash-tool-SWD-JTAG/m-p/1194184#M59032</guid>
      <dc:creator>ErichStyger</dc:creator>
      <dc:date>2020-12-05T13:06:26Z</dc:date>
    </item>
  </channel>
</rss>

