<?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 LPC-Link2 CMSIS-DAP firmware source in LPC Microcontrollers</title>
    <link>https://community.nxp.com/t5/LPC-Microcontrollers/LPC-Link2-CMSIS-DAP-firmware-source/m-p/564560#M16911</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by pockpock on Thu Oct 30 08:36:50 MST 2014&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;Hi,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I'm using the CMSIS-DAP firmware with the LPC-Link2. I'd like to add some features (like a virtual COM port). I understand there is a reference implementation with available source code, which not directly related to the LPC-Link2s firmware. But I was looking for the source code anyway and found this repository which has a LPC43xx target:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&lt;A class="jive-link-external-small" href="https://community.nxp.com/external-link.jspa?url=https%3A%2F%2Fgithub.com%2Fx893%2FCMSIS-DAP" rel="nofollow" target="_blank"&gt;https://github.com/x893/CMSIS-DAP&lt;/A&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Is it related to the original firmware? If not, is the source of the orignal firmware available somewhere?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Best regards&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 15 Jun 2016 18:49:11 GMT</pubDate>
    <dc:creator>lpcware</dc:creator>
    <dc:date>2016-06-15T18:49:11Z</dc:date>
    <item>
      <title>LPC-Link2 CMSIS-DAP firmware source</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/LPC-Link2-CMSIS-DAP-firmware-source/m-p/564560#M16911</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by pockpock on Thu Oct 30 08:36:50 MST 2014&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;Hi,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I'm using the CMSIS-DAP firmware with the LPC-Link2. I'd like to add some features (like a virtual COM port). I understand there is a reference implementation with available source code, which not directly related to the LPC-Link2s firmware. But I was looking for the source code anyway and found this repository which has a LPC43xx target:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&lt;A class="jive-link-external-small" href="https://community.nxp.com/external-link.jspa?url=https%3A%2F%2Fgithub.com%2Fx893%2FCMSIS-DAP" rel="nofollow" target="_blank"&gt;https://github.com/x893/CMSIS-DAP&lt;/A&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Is it related to the original firmware? If not, is the source of the orignal firmware available somewhere?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Best regards&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 18:49:11 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/LPC-Link2-CMSIS-DAP-firmware-source/m-p/564560#M16911</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T18:49:11Z</dc:date>
    </item>
    <item>
      <title>Re: LPC-Link2 CMSIS-DAP firmware source</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/LPC-Link2-CMSIS-DAP-firmware-source/m-p/564561#M16912</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by bavarian on Wed Nov 05 09:31:00 MST 2014&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;What is published from ARM for the LPC-Link2 can be found here:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://https://github.com/x893/CMSIS-DAP/tree/master/Firmware/LPC-Link-II"&gt;https://github.com/x893/CMSIS-DAP/tree/master/Firmware/LPC-Link-II&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;It's a Keil µVision 4.74 project, the USB_CM3.lib can be found in the µVision installation folder and in DAP_config.h the foillowing defines need to be added:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;#define DEBUG(...)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;#define INFO(...)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;#define ERROR(...)&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Or alternatively a define which really brings this out on the UART.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Regards, &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;NXP Support Team&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 18:49:12 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/LPC-Link2-CMSIS-DAP-firmware-source/m-p/564561#M16912</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T18:49:12Z</dc:date>
    </item>
  </channel>
</rss>

