<?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 Re: How do I program compiled code onto the MK20DX256VLH7 using a U-MULTILINK-FX ? in Kinetis Microcontrollers</title>
    <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/How-do-I-program-compiled-code-onto-the-MK20DX256VLH7-using-a-U/m-p/1283538#M60650</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/17173"&gt;@ErichStyger&lt;/a&gt;&amp;nbsp;, I just tried it. Can confirm that it works via Kinetis Design Studio! Very happy &lt;LI-EMOJI id="lia_slightly-smiling-face" title=":slightly_smiling_face:"&gt;&lt;/LI-EMOJI&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I could only select K20DX256M7 as the target device, and not&amp;nbsp;&amp;nbsp;&lt;SPAN&gt;MK20DX256VLH7, but it works nonetheless (I'm guessing it doesn't really matter?).&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;For other people that are interested in doing the same, see image for settings and where to upload the ELF/HEX file within Kinetis Design Studio.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Thu, 27 May 2021 14:20:08 GMT</pubDate>
    <dc:creator>daanv</dc:creator>
    <dc:date>2021-05-27T14:20:08Z</dc:date>
    <item>
      <title>How do I program compiled code onto the MK20DX256VLH7 using a U-MULTILINK-FX ?</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/How-do-I-program-compiled-code-onto-the-MK20DX256VLH7-using-a-U/m-p/1275565#M60506</link>
      <description>&lt;P&gt;Hello,&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am currently using a Teensy 3.2 board, which consists of a&amp;nbsp;MK20DX256VLH7 as its main MCU. I am compiling the code for it using Arduino IDE, and uploading code to it via Arduino IDE (USB).&lt;/P&gt;&lt;P&gt;Now I have made a new breakout board, whereby I have have removed the USB connector (and the accompanying USB communication chip) and exposed the JTAG pins. Then I want to take the elf/hex files that have been compiled using the Arduino IDE, and then upload them to to the&amp;nbsp;MK20DX256VLH7 using JTAG pins and the&amp;nbsp;U-MULTILINK-FX programmer. So, how do I do this?&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have tried using MCUXpresso, but I find it very difficult to work with this. Specifically:&amp;nbsp;&lt;/P&gt;&lt;P&gt;- there is no SDK for the&amp;nbsp;MK20DX256VLH7. That brought me to &lt;A href="https://community.nxp.com/t5/Kinetis-Microcontrollers/Is-the-MK20DX256VLH7-Obsolete/m-p/1093745" target="_self"&gt;this&amp;nbsp; post. &lt;/A&gt;There it is recommended to use CodeWarrior/IAR. Should I be using that instead of MCUXpresso?&amp;nbsp;&lt;/P&gt;&lt;P&gt;- I can't access the "debug" / "flash GUI" buttons without first selecting a board/SDK it seems (which is impossible because there is no board/SDK for the MK20DX256VLH7).&lt;/P&gt;&lt;P&gt;Many thanks!&amp;nbsp; &amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 12 May 2021 10:30:11 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/How-do-I-program-compiled-code-onto-the-MK20DX256VLH7-using-a-U/m-p/1275565#M60506</guid>
      <dc:creator>daanv</dc:creator>
      <dc:date>2021-05-12T10:30:11Z</dc:date>
    </item>
    <item>
      <title>Re: How do I program compiled code onto the MK20DX256VLH7 using a U-MULTILINK-FX ?</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/How-do-I-program-compiled-code-onto-the-MK20DX256VLH7-using-a-U/m-p/1275581#M60507</link>
      <description>&lt;P&gt;Hi &lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/186623"&gt;@daanv&lt;/a&gt; ,&lt;/P&gt;&lt;P&gt;You could use the Kinetis Design Studio (no SDK needed for that one).&lt;/P&gt;&lt;P&gt;Or you can use the PEMicro GDB Server inside MCUXpresso IDE and use it from the command line, see how to use the pegdbserver here: &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;&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>Wed, 12 May 2021 10:50:24 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/How-do-I-program-compiled-code-onto-the-MK20DX256VLH7-using-a-U/m-p/1275581#M60507</guid>
      <dc:creator>ErichStyger</dc:creator>
      <dc:date>2021-05-12T10:50:24Z</dc:date>
    </item>
    <item>
      <title>Re: How do I program compiled code onto the MK20DX256VLH7 using a U-MULTILINK-FX ?</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/How-do-I-program-compiled-code-onto-the-MK20DX256VLH7-using-a-U/m-p/1275612#M60509</link>
      <description>&lt;P&gt;Great thanks! I will try it out asap when I'm near my hardware and let you know how it fares!&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 12 May 2021 11:53:26 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/How-do-I-program-compiled-code-onto-the-MK20DX256VLH7-using-a-U/m-p/1275612#M60509</guid>
      <dc:creator>daanv</dc:creator>
      <dc:date>2021-05-12T11:53:26Z</dc:date>
    </item>
    <item>
      <title>Re: How do I program compiled code onto the MK20DX256VLH7 using a U-MULTILINK-FX ?</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/How-do-I-program-compiled-code-onto-the-MK20DX256VLH7-using-a-U/m-p/1283538#M60650</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/17173"&gt;@ErichStyger&lt;/a&gt;&amp;nbsp;, I just tried it. Can confirm that it works via Kinetis Design Studio! Very happy &lt;LI-EMOJI id="lia_slightly-smiling-face" title=":slightly_smiling_face:"&gt;&lt;/LI-EMOJI&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I could only select K20DX256M7 as the target device, and not&amp;nbsp;&amp;nbsp;&lt;SPAN&gt;MK20DX256VLH7, but it works nonetheless (I'm guessing it doesn't really matter?).&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;For other people that are interested in doing the same, see image for settings and where to upload the ELF/HEX file within Kinetis Design Studio.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 27 May 2021 14:20:08 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/How-do-I-program-compiled-code-onto-the-MK20DX256VLH7-using-a-U/m-p/1283538#M60650</guid>
      <dc:creator>daanv</dc:creator>
      <dc:date>2021-05-27T14:20:08Z</dc:date>
    </item>
  </channel>
</rss>

