<?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: Implementing USB CDC virtual com on a custom board in Kinetis Software Development Kit</title>
    <link>https://community.nxp.com/t5/Kinetis-Software-Development-Kit/Implementing-USB-CDC-virtual-com-on-a-custom-board/m-p/475004#M3922</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Have a look here, it may give you some tips.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://centaurian.co.uk/tag/cdc/" title="http://centaurian.co.uk/tag/cdc/"&gt;CDC | Centaurian&lt;/A&gt; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 30 Jan 2016 10:52:55 GMT</pubDate>
    <dc:creator>therealfreegeek</dc:creator>
    <dc:date>2016-01-30T10:52:55Z</dc:date>
    <item>
      <title>Implementing USB CDC virtual com on a custom board</title>
      <link>https://community.nxp.com/t5/Kinetis-Software-Development-Kit/Implementing-USB-CDC-virtual-com-on-a-custom-board/m-p/475003#M3921</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN lang="EN-GB" style="font-size: 10.5pt; font-family: Helvetica, sans-serif;"&gt;Hi&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="EN-GB" style="font-size: 10.5pt; font-family: Helvetica, sans-serif;"&gt;I am trying to add USB virtual com port to a custom board using the MK66FX controller. I have searched the forum and internet, but have not succeeded in finding any good instructions on how to do this. There are a lot of information about usb on Kinetic, but most seems to be for evaluation boards or older versions of the SDK no longer supported. &lt;/SPAN&gt;&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN lang="EN-GB" style="font-size: 10.5pt; font-family: Helvetica, sans-serif;"&gt;I am using:&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN lang="EN-GB" style="font-size: 10.5pt; font-family: Helvetica, sans-serif;"&gt;KDS3.0&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="EN-GB" style="font-size: 10.5pt; font-family: Helvetica, sans-serif;"&gt;KSDK1.3&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN lang="EN-GB" style="font-size: 10.5pt; font-family: Helvetica, sans-serif;"&gt;MQX Standard&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN lang="EN-GB" style="font-size: 10.5pt; font-family: Helvetica, sans-serif;"&gt;For the moment my project contains the following USB related components:&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="133917_133917.png"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/121031iD9F7BA3670A23008/image-size/large?v=v2&amp;amp;px=999" role="button" title="133917_133917.png" alt="133917_133917.png" /&gt;&lt;/span&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="pastedImage_1.png"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/35675i5B9734F638D6F6C7/image-size/large?v=v2&amp;amp;px=999" role="button" title="pastedImage_1.png" alt="pastedImage_1.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="133918_133918.png"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/121032i602F466D63611898/image-size/large?v=v2&amp;amp;px=999" role="button" title="133918_133918.png" alt="133918_133918.png" /&gt;&lt;/span&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="pastedImage_2.png"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/35744i9A670B66B1E8A6F9/image-size/large?v=v2&amp;amp;px=999" role="button" title="pastedImage_2.png" alt="pastedImage_2.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;This compiles and runs, but not surprisingly nothing exciting happening. &lt;/P&gt;&lt;P&gt;There is obviously missing a lot to complete the CDC virtual com function, but I am a little stuck and hope that someone can point me in the right direction to go from here, or maybe I have already started out the wrong way? &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 Jan 2016 21:23:06 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Software-Development-Kit/Implementing-USB-CDC-virtual-com-on-a-custom-board/m-p/475003#M3921</guid>
      <dc:creator>olavbirkeland</dc:creator>
      <dc:date>2016-01-29T21:23:06Z</dc:date>
    </item>
    <item>
      <title>Re: Implementing USB CDC virtual com on a custom board</title>
      <link>https://community.nxp.com/t5/Kinetis-Software-Development-Kit/Implementing-USB-CDC-virtual-com-on-a-custom-board/m-p/475004#M3922</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Have a look here, it may give you some tips.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://centaurian.co.uk/tag/cdc/" title="http://centaurian.co.uk/tag/cdc/"&gt;CDC | Centaurian&lt;/A&gt; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 30 Jan 2016 10:52:55 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Software-Development-Kit/Implementing-USB-CDC-virtual-com-on-a-custom-board/m-p/475004#M3922</guid>
      <dc:creator>therealfreegeek</dc:creator>
      <dc:date>2016-01-30T10:52:55Z</dc:date>
    </item>
    <item>
      <title>Re: Implementing USB CDC virtual com on a custom board</title>
      <link>https://community.nxp.com/t5/Kinetis-Software-Development-Kit/Implementing-USB-CDC-virtual-com-on-a-custom-board/m-p/475005#M3923</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Olav Birkeland,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The latest ksdk 2.0 support FRDM-K66F , so maybe you can use it as a starting point for your custom board.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="pastedImage_0.png"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/21420iDC12F8548DCDD441/image-size/large?v=v2&amp;amp;px=999" role="button" title="pastedImage_0.png" alt="pastedImage_0.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Have a great day,&lt;BR /&gt;Kan&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;NXP Technical Support&lt;BR /&gt;-----------------------------------------------------------------------------------------------------------------------&lt;BR /&gt;Note: If this post answers your question, please click the Correct Answer button. Thank you!&lt;BR /&gt;-----------------------------------------------------------------------------------------------------------------------&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 02 Feb 2016 03:36:47 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Software-Development-Kit/Implementing-USB-CDC-virtual-com-on-a-custom-board/m-p/475005#M3923</guid>
      <dc:creator>Kan_Li</dc:creator>
      <dc:date>2016-02-02T03:36:47Z</dc:date>
    </item>
    <item>
      <title>Re: Implementing USB CDC virtual com on a custom board</title>
      <link>https://community.nxp.com/t5/Kinetis-Software-Development-Kit/Implementing-USB-CDC-virtual-com-on-a-custom-board/m-p/475006#M3924</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="font-size: 10.5pt; font-family: Helvetica, sans-serif;"&gt;Thanks this was exactly what I &lt;/SPAN&gt;was looking for. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10.5pt; font-family: Helvetica, sans-serif;"&gt;However, it still does not work.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10.5pt; font-family: Helvetica, sans-serif;"&gt;When I try to add the fsl_debug_console to my project, I get the following error from PE:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10.5pt; font-family: Helvetica, sans-serif;"&gt; “Common using “fsl_debug_console” and “MQX Standart” RTOS version components is not allowed. “MQX Standard” RTOS component contains own serial “nio” debug console driver”&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10.5pt; font-family: Helvetica, sans-serif;"&gt;Is it not possible to have use fsl_debug_console when running MQX standard?&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 02 Feb 2016 10:32:30 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Software-Development-Kit/Implementing-USB-CDC-virtual-com-on-a-custom-board/m-p/475006#M3924</guid>
      <dc:creator>olavbirkeland</dc:creator>
      <dc:date>2016-02-02T10:32:30Z</dc:date>
    </item>
    <item>
      <title>Re: Implementing USB CDC virtual com on a custom board</title>
      <link>https://community.nxp.com/t5/Kinetis-Software-Development-Kit/Implementing-USB-CDC-virtual-com-on-a-custom-board/m-p/475007#M3925</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Olav,&lt;/P&gt;&lt;P&gt;Standard MQX does has its own printf/scanf/etc.. functions and does not work with debug_console component.&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;David &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 02 Feb 2016 15:37:49 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Software-Development-Kit/Implementing-USB-CDC-virtual-com-on-a-custom-board/m-p/475007#M3925</guid>
      <dc:creator>DavidS</dc:creator>
      <dc:date>2016-02-02T15:37:49Z</dc:date>
    </item>
  </channel>
</rss>

