<?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>LPC MicrocontrollersのトピックHow to use a MCULINK to programmer a LPC55s66 Microcontroller</title>
    <link>https://community.nxp.com/t5/LPC-Microcontrollers/How-to-use-a-MCULINK-to-programmer-a-LPC55s66-Microcontroller/m-p/1484192#M49451</link>
    <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;I would like to know how can I programmer a LPC55s66 using this MCULINK. I also made my on custom board taking as a reference the circuit diagram of LPC55s69 (I see that LPC55s66 and LPC55s69 are the same family and each other has same features.&amp;nbsp; I tried to use the VCOM header to pass the blink code example to my custom board using the MCUXPRESS program but i cant it send me some errors like It can not connect to core.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Jimmywder03_0-1656958462988.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/185497i94E9EF40A9F2DFDF/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Jimmywder03_0-1656958462988.png" alt="Jimmywder03_0-1656958462988.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;I dont know if I want to use the VCOM of my MCULINK , I will need to use a different programm to pass the code or i dont know if i can pass the code using the MCUXPRESSO programm.&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;It would be much appreciated!&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Kind regards,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Mon, 04 Jul 2022 18:28:57 GMT</pubDate>
    <dc:creator>Jimmywder03</dc:creator>
    <dc:date>2022-07-04T18:28:57Z</dc:date>
    <item>
      <title>How to use a MCULINK to programmer a LPC55s66 Microcontroller</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/How-to-use-a-MCULINK-to-programmer-a-LPC55s66-Microcontroller/m-p/1484192#M49451</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;I would like to know how can I programmer a LPC55s66 using this MCULINK. I also made my on custom board taking as a reference the circuit diagram of LPC55s69 (I see that LPC55s66 and LPC55s69 are the same family and each other has same features.&amp;nbsp; I tried to use the VCOM header to pass the blink code example to my custom board using the MCUXPRESS program but i cant it send me some errors like It can not connect to core.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Jimmywder03_0-1656958462988.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/185497i94E9EF40A9F2DFDF/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Jimmywder03_0-1656958462988.png" alt="Jimmywder03_0-1656958462988.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;I dont know if I want to use the VCOM of my MCULINK , I will need to use a different programm to pass the code or i dont know if i can pass the code using the MCUXPRESSO programm.&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;It would be much appreciated!&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Kind regards,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 04 Jul 2022 18:28:57 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/How-to-use-a-MCULINK-to-programmer-a-LPC55s66-Microcontroller/m-p/1484192#M49451</guid>
      <dc:creator>Jimmywder03</dc:creator>
      <dc:date>2022-07-04T18:28:57Z</dc:date>
    </item>
    <item>
      <title>Re: How to use a MCULINK to programmer a LPC55s66 Microcontroller</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/How-to-use-a-MCULINK-to-programmer-a-LPC55s66-Microcontroller/m-p/1484446#M49464</link>
      <description>&lt;P&gt;Hi&lt;/P&gt;
&lt;P&gt;MCU-link doesn't use vcom debug, SWD is the debug interface&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="ZhangJennie_0-1657006267187.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/185548iF5B2964E192B1170/image-size/medium?v=v2&amp;amp;px=400" role="button" title="ZhangJennie_0-1657006267187.png" alt="ZhangJennie_0-1657006267187.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;Please refer this video of how to use MCU-Link with SWD&lt;/P&gt;
&lt;P&gt;&lt;A href="https://www.nxp.com/document/guide/getting-started-with-the-mcu-link:GS-MCU-LINK" target="_blank"&gt;https://www.nxp.com/document/guide/getting-started-with-the-mcu-link:GS-MCU-LINK&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Hope this helps,&lt;/P&gt;
&lt;P&gt;Jun Zhang&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 05 Jul 2022 07:32:16 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/How-to-use-a-MCULINK-to-programmer-a-LPC55s66-Microcontroller/m-p/1484446#M49464</guid>
      <dc:creator>ZhangJennie</dc:creator>
      <dc:date>2022-07-05T07:32:16Z</dc:date>
    </item>
  </channel>
</rss>

