<?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: MK20DX128VFM5 chip usage consultation in Kinetis Microcontrollers</title>
    <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/MK20DX128VFM5-chip-usage-consultation/m-p/1683836#M65265</link>
    <description>&lt;P&gt;For example the MCU-Link:&lt;/P&gt;&lt;P&gt;&lt;A href="https://mcuoneclipse.com/2020/11/29/new-mcu-link-debug-probe-from-nxp/" target="_blank"&gt;https://mcuoneclipse.com/2020/11/29/new-mcu-link-debug-probe-from-nxp/&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Or the Pro version:&lt;/P&gt;&lt;P&gt;&lt;A href="https://mcuoneclipse.com/2021/10/17/new-mcu-link-pro-debug-probe-with-energy-measurement/" target="_blank"&gt;https://mcuoneclipse.com/2021/10/17/new-mcu-link-pro-debug-probe-with-energy-measurement/&lt;/A&gt;&lt;/P&gt;&lt;P&gt;You find them on Mouser/etc or directly from NXP.com&lt;/P&gt;</description>
    <pubDate>Fri, 07 Jul 2023 09:08:20 GMT</pubDate>
    <dc:creator>ErichStyger</dc:creator>
    <dc:date>2023-07-07T09:08:20Z</dc:date>
    <item>
      <title>MK20DX128VFM5 chip usage consultation</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/MK20DX128VFM5-chip-usage-consultation/m-p/1679393#M65231</link>
      <description>&lt;P&gt;I am a newbie and have a lot of doubts, and I would very much like to get the help of your seniors.&lt;/P&gt;&lt;P&gt;I am using the MK20DX128VFM5 chip, and when I connect the computer directly through USB, the computer does not recognize any device, and when I press the reset button to enter, there is no phenomenon.&lt;/P&gt;&lt;P&gt;So I started measuring the REST-B pin of the chip, and I had applied it high, but the chip would force the signal low. When I change a chip that someone else has used, press and hold the reset button to enter, a high level signal appears on the REST-B pin, and the computer can recognize the device and display 'BOOTLOADER'.But when I drag the firmware, the device still doesn't respond.&lt;/P&gt;&lt;P&gt;What do I need to do to make my computer recognize the correct device and be able to refresh the program? I'm not sure if I overlooked some important steps during the operation.&lt;/P&gt;&lt;P&gt;Anyone who can provide answers or documentation would be appreciated.&lt;/P&gt;</description>
      <pubDate>Fri, 30 Jun 2023 08:03:40 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/MK20DX128VFM5-chip-usage-consultation/m-p/1679393#M65231</guid>
      <dc:creator>zhaofan123</dc:creator>
      <dc:date>2023-06-30T08:03:40Z</dc:date>
    </item>
    <item>
      <title>Re: MK20DX128VFM5 chip usage consultation</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/MK20DX128VFM5-chip-usage-consultation/m-p/1679434#M65232</link>
      <description>&lt;P&gt;Hi &lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/219686"&gt;@zhaofan123&lt;/a&gt; ,&lt;/P&gt;&lt;P&gt;your device does not have a USB bootloader on it in the ROM. You need to program it first with an application running the USB stack.&lt;/P&gt;&lt;P&gt;I hope this helps,&lt;/P&gt;&lt;P&gt;Erich&lt;/P&gt;</description>
      <pubDate>Fri, 30 Jun 2023 08:43:48 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/MK20DX128VFM5-chip-usage-consultation/m-p/1679434#M65232</guid>
      <dc:creator>ErichStyger</dc:creator>
      <dc:date>2023-06-30T08:43:48Z</dc:date>
    </item>
    <item>
      <title>Re: MK20DX128VFM5 chip usage consultation</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/MK20DX128VFM5-chip-usage-consultation/m-p/1679510#M65233</link>
      <description>Thank you very much for your reply. I am using ADuCM3029 chip together. If I use programming, how should I operate it? Do you have any relevant technical manuals or process instructions? Because I have not covered these before and am still in the learning stage, I am not very familiar with this knowledge. I look forward to your reply.</description>
      <pubDate>Fri, 30 Jun 2023 09:40:31 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/MK20DX128VFM5-chip-usage-consultation/m-p/1679510#M65233</guid>
      <dc:creator>zhaofan123</dc:creator>
      <dc:date>2023-06-30T09:40:31Z</dc:date>
    </item>
    <item>
      <title>Re: MK20DX128VFM5 chip usage consultation</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/MK20DX128VFM5-chip-usage-consultation/m-p/1679577#M65234</link>
      <description>&lt;P&gt;That K20DX128 is not supported by the NXP MCUXpresso SDK, so you would have to use the Kinetis Design Studio for it.&lt;/P&gt;&lt;P&gt;You might check some articles about it on my blog (&lt;A href="https://mcuoneclipse.com" target="_blank"&gt;https://mcuoneclipse.com&lt;/A&gt;), or check the examples I have posted on GitHub: &lt;A href="https://github.com/ErichStyger/mcuoneclipse/tree/master/Examples/KDS/FRDM-K20D50M" target="_blank"&gt;https://github.com/ErichStyger/mcuoneclipse/tree/master/Examples/KDS/FRDM-K20D50M&lt;/A&gt;&lt;/P&gt;&lt;P&gt;I hope this helps,&lt;/P&gt;&lt;P&gt;Erich&lt;/P&gt;</description>
      <pubDate>Fri, 30 Jun 2023 10:53:01 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/MK20DX128VFM5-chip-usage-consultation/m-p/1679577#M65234</guid>
      <dc:creator>ErichStyger</dc:creator>
      <dc:date>2023-06-30T10:53:01Z</dc:date>
    </item>
    <item>
      <title>Re: MK20DX128VFM5 chip usage consultation</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/MK20DX128VFM5-chip-usage-consultation/m-p/1679580#M65235</link>
      <description>Thank you again for your reply. I will study and try.</description>
      <pubDate>Fri, 30 Jun 2023 10:58:55 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/MK20DX128VFM5-chip-usage-consultation/m-p/1679580#M65235</guid>
      <dc:creator>zhaofan123</dc:creator>
      <dc:date>2023-06-30T10:58:55Z</dc:date>
    </item>
    <item>
      <title>Re: MK20DX128VFM5 chip usage consultation</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/MK20DX128VFM5-chip-usage-consultation/m-p/1683230#M65254</link>
      <description>&lt;P&gt;I've read a lot about it lately, including your blog, but I still don't know.&lt;/P&gt;&lt;P&gt;I use KDS and Keil together based on your blog. Finally, a .uvprojx file was generated in KDS and successfully opened in Keil.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="1.png" style="width: 498px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/231147i24501E1CECE35ECE/image-size/large?v=v2&amp;amp;px=999" role="button" title="1.png" alt="1.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;But when I set it up, I can't find the device.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="2.png" style="width: 778px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/231148iC31728FF6F1DF423/image-size/large?v=v2&amp;amp;px=999" role="button" title="2.png" alt="2.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;I've installed all kinds of software, but I still don't know how to program an empty chip. Would love to get your help very much, any response from you will improve the efficiency of my learning.&lt;/P&gt;&lt;P&gt;Also, I would like to state to you that I am unable to download the program in GitHub and that the program you posted appears to be for IAR use. Is this correct?&lt;/P&gt;</description>
      <pubDate>Thu, 06 Jul 2023 13:39:31 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/MK20DX128VFM5-chip-usage-consultation/m-p/1683230#M65254</guid>
      <dc:creator>zhaofan123</dc:creator>
      <dc:date>2023-07-06T13:39:31Z</dc:date>
    </item>
    <item>
      <title>Re: MK20DX128VFM5 chip usage consultation</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/MK20DX128VFM5-chip-usage-consultation/m-p/1683243#M65255</link>
      <description>&lt;P&gt;I have not used IAR or Keil for years. But I'm using KDS for the K20DX128, and I suggest you use KDS for it.&lt;/P&gt;</description>
      <pubDate>Thu, 06 Jul 2023 13:59:07 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/MK20DX128VFM5-chip-usage-consultation/m-p/1683243#M65255</guid>
      <dc:creator>ErichStyger</dc:creator>
      <dc:date>2023-07-06T13:59:07Z</dc:date>
    </item>
    <item>
      <title>Re: MK20DX128VFM5 chip usage consultation</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/MK20DX128VFM5-chip-usage-consultation/m-p/1683256#M65256</link>
      <description>&lt;P&gt;Glad to hear from you. As shown in the figure below, I am trying to use KDS now, when I create a new project and match my target chip, what should I continue to do?&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="3.png" style="width: 597px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/231150iBA64AB3270D76D2E/image-size/large?v=v2&amp;amp;px=999" role="button" title="3.png" alt="3.png" /&gt;&lt;/span&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="4.png" style="width: 999px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/231151i1FCB01E46E1F6CBB/image-size/large?v=v2&amp;amp;px=999" role="button" title="4.png" alt="4.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Can you please tell me what to do next, or give me some links to learn?&lt;/P&gt;</description>
      <pubDate>Thu, 06 Jul 2023 14:13:56 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/MK20DX128VFM5-chip-usage-consultation/m-p/1683256#M65256</guid>
      <dc:creator>zhaofan123</dc:creator>
      <dc:date>2023-07-06T14:13:56Z</dc:date>
    </item>
    <item>
      <title>Re: MK20DX128VFM5 chip usage consultation</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/MK20DX128VFM5-chip-usage-consultation/m-p/1683270#M65257</link>
      <description>There is one more thing I would like to confirm with you. Is the USB bootloader for MK20DX128VFM5 chip the default? Or do I need to create different USB bootloaders based on different functional requirements?</description>
      <pubDate>Thu, 06 Jul 2023 14:23:51 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/MK20DX128VFM5-chip-usage-consultation/m-p/1683270#M65257</guid>
      <dc:creator>zhaofan123</dc:creator>
      <dc:date>2023-07-06T14:23:51Z</dc:date>
    </item>
    <item>
      <title>Re: MK20DX128VFM5 chip usage consultation</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/MK20DX128VFM5-chip-usage-consultation/m-p/1683588#M65259</link>
      <description>&lt;P&gt;The K20 has no ROM bootloader. You need to implement one for your needs.&lt;/P&gt;</description>
      <pubDate>Fri, 07 Jul 2023 03:38:35 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/MK20DX128VFM5-chip-usage-consultation/m-p/1683588#M65259</guid>
      <dc:creator>ErichStyger</dc:creator>
      <dc:date>2023-07-07T03:38:35Z</dc:date>
    </item>
    <item>
      <title>Re: MK20DX128VFM5 chip usage consultation</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/MK20DX128VFM5-chip-usage-consultation/m-p/1683627#M65260</link>
      <description>Do you have any K20 programs available for KDS here? I would like to make some references and modifications.</description>
      <pubDate>Fri, 07 Jul 2023 05:04:30 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/MK20DX128VFM5-chip-usage-consultation/m-p/1683627#M65260</guid>
      <dc:creator>zhaofan123</dc:creator>
      <dc:date>2023-07-07T05:04:30Z</dc:date>
    </item>
    <item>
      <title>Re: MK20DX128VFM5 chip usage consultation</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/MK20DX128VFM5-chip-usage-consultation/m-p/1683651#M65261</link>
      <description>&lt;P&gt;sure!&lt;/P&gt;&lt;P&gt;here you go:&lt;/P&gt;&lt;P&gt;&lt;A href="https://github.com/ErichStyger/mcuoneclipse/tree/master/Examples/KDS/tinyK20" target="_blank"&gt;https://github.com/ErichStyger/mcuoneclipse/tree/master/Examples/KDS/tinyK20&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://github.com/ErichStyger/mcuoneclipse/tree/master/Examples/KDS/FRDM-K20D50M" target="_blank"&gt;https://github.com/ErichStyger/mcuoneclipse/tree/master/Examples/KDS/FRDM-K20D50M&lt;/A&gt;&lt;/P&gt;&lt;P&gt;The tinyK20 board is basically a stripped down circuit from the FRDM boards, see&lt;/P&gt;&lt;P&gt;&lt;A href="https://mcuoneclipse.com/2015/05/17/tinyk20-open-source-arm-debuguniversal-board-first-prototypes/" target="_blank"&gt;https://mcuoneclipse.com/2015/05/17/tinyk20-open-source-arm-debuguniversal-board-first-prototypes/&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 07 Jul 2023 05:45:55 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/MK20DX128VFM5-chip-usage-consultation/m-p/1683651#M65261</guid>
      <dc:creator>ErichStyger</dc:creator>
      <dc:date>2023-07-07T05:45:55Z</dc:date>
    </item>
    <item>
      <title>Re: MK20DX128VFM5 chip usage consultation</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/MK20DX128VFM5-chip-usage-consultation/m-p/1683790#M65262</link>
      <description>I have one more question I would like to get your confirmation. When I load the bootloader for the K20, can I load it directly with USB? Or do I need to use the SWD interface to burn the program?</description>
      <pubDate>Fri, 07 Jul 2023 08:31:57 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/MK20DX128VFM5-chip-usage-consultation/m-p/1683790#M65262</guid>
      <dc:creator>zhaofan123</dc:creator>
      <dc:date>2023-07-07T08:31:57Z</dc:date>
    </item>
    <item>
      <title>Re: MK20DX128VFM5 chip usage consultation</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/MK20DX128VFM5-chip-usage-consultation/m-p/1683816#M65263</link>
      <description>&lt;P&gt;You need initially a debug probe with SWD.&lt;/P&gt;&lt;P&gt;See for example &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;</description>
      <pubDate>Fri, 07 Jul 2023 08:51:51 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/MK20DX128VFM5-chip-usage-consultation/m-p/1683816#M65263</guid>
      <dc:creator>ErichStyger</dc:creator>
      <dc:date>2023-07-07T08:51:51Z</dc:date>
    </item>
    <item>
      <title>Re: MK20DX128VFM5 chip usage consultation</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/MK20DX128VFM5-chip-usage-consultation/m-p/1683831#M65264</link>
      <description>Where can I buy a debug probe with SWD? Can I trouble you to provide a link to this?</description>
      <pubDate>Fri, 07 Jul 2023 09:03:36 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/MK20DX128VFM5-chip-usage-consultation/m-p/1683831#M65264</guid>
      <dc:creator>zhaofan123</dc:creator>
      <dc:date>2023-07-07T09:03:36Z</dc:date>
    </item>
    <item>
      <title>Re: MK20DX128VFM5 chip usage consultation</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/MK20DX128VFM5-chip-usage-consultation/m-p/1683836#M65265</link>
      <description>&lt;P&gt;For example the MCU-Link:&lt;/P&gt;&lt;P&gt;&lt;A href="https://mcuoneclipse.com/2020/11/29/new-mcu-link-debug-probe-from-nxp/" target="_blank"&gt;https://mcuoneclipse.com/2020/11/29/new-mcu-link-debug-probe-from-nxp/&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Or the Pro version:&lt;/P&gt;&lt;P&gt;&lt;A href="https://mcuoneclipse.com/2021/10/17/new-mcu-link-pro-debug-probe-with-energy-measurement/" target="_blank"&gt;https://mcuoneclipse.com/2021/10/17/new-mcu-link-pro-debug-probe-with-energy-measurement/&lt;/A&gt;&lt;/P&gt;&lt;P&gt;You find them on Mouser/etc or directly from NXP.com&lt;/P&gt;</description>
      <pubDate>Fri, 07 Jul 2023 09:08:20 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/MK20DX128VFM5-chip-usage-consultation/m-p/1683836#M65265</guid>
      <dc:creator>ErichStyger</dc:creator>
      <dc:date>2023-07-07T09:08:20Z</dc:date>
    </item>
    <item>
      <title>Re: MK20DX128VFM5 chip usage consultation</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/MK20DX128VFM5-chip-usage-consultation/m-p/1683844#M65266</link>
      <description>If I want to use J-link for debugging, is this feasible?</description>
      <pubDate>Fri, 07 Jul 2023 09:14:30 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/MK20DX128VFM5-chip-usage-consultation/m-p/1683844#M65266</guid>
      <dc:creator>zhaofan123</dc:creator>
      <dc:date>2023-07-07T09:14:30Z</dc:date>
    </item>
    <item>
      <title>Re: MK20DX128VFM5 chip usage consultation</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/MK20DX128VFM5-chip-usage-consultation/m-p/1683886#M65267</link>
      <description>&lt;P&gt;yes, of course.&lt;/P&gt;</description>
      <pubDate>Fri, 07 Jul 2023 10:10:23 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/MK20DX128VFM5-chip-usage-consultation/m-p/1683886#M65267</guid>
      <dc:creator>ErichStyger</dc:creator>
      <dc:date>2023-07-07T10:10:23Z</dc:date>
    </item>
    <item>
      <title>Re: MK20DX128VFM5 chip usage consultation</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/MK20DX128VFM5-chip-usage-consultation/m-p/1684230#M65269</link>
      <description>I found these links in the process of learning:&lt;BR /&gt;&lt;A href="https://community.nxp.com/t5/University-Programs-Knowledge/uTasker-Bootloader-Porting-Guide/ta-p/1117231" target="_blank"&gt;https://community.nxp.com/t5/University-Programs-Knowledge/uTasker-Bootloader-Porting-Guide/ta-p/1117231&lt;/A&gt;&lt;BR /&gt;&lt;A href="https://www.utasker.com/kinetis/FRDM-K20D50M.html" target="_blank"&gt;https://www.utasker.com/kinetis/FRDM-K20D50M.html&lt;/A&gt;&lt;BR /&gt;Does this help me to burn the ROM bootloader?</description>
      <pubDate>Sun, 09 Jul 2023 07:46:09 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/MK20DX128VFM5-chip-usage-consultation/m-p/1684230#M65269</guid>
      <dc:creator>zhaofan123</dc:creator>
      <dc:date>2023-07-09T07:46:09Z</dc:date>
    </item>
    <item>
      <title>Re: MK20DX128VFM5 chip usage consultation</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/MK20DX128VFM5-chip-usage-consultation/m-p/1695351#M65342</link>
      <description>Hello, I now get the USB bootloader for MK20 chip, but it is a hexadecimal file type. I have purchased MCU-Link, what software should I download to program the chip? Looking forward to hearing from you.</description>
      <pubDate>Sun, 30 Jul 2023 07:49:32 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/MK20DX128VFM5-chip-usage-consultation/m-p/1695351#M65342</guid>
      <dc:creator>zhaofan123</dc:creator>
      <dc:date>2023-07-30T07:49:32Z</dc:date>
    </item>
  </channel>
</rss>

