<?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>Kinetis Microcontrollers中的主题 Re: How to enable DbgConsole with USB CDC Interface</title>
    <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/How-to-enable-DbgConsole-with-USB-CDC-Interface/m-p/1095080#M57809</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Anton,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Unfortunately, there is no news when this feature will be added but look forward to the new MCUXpresso releases.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best Regards,&amp;nbsp;&lt;/P&gt;&lt;P&gt;Alexis Andalon&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 08 May 2020 16:36:36 GMT</pubDate>
    <dc:creator>Alexis_A</dc:creator>
    <dc:date>2020-05-08T16:36:36Z</dc:date>
    <item>
      <title>How to enable DbgConsole with USB CDC Interface</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/How-to-enable-DbgConsole-with-USB-CDC-Interface/m-p/1095076#M57805</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;MCU : MK22FN512VLH12&lt;/P&gt;&lt;P&gt;SDK : SDK_2.7.0&lt;/P&gt;&lt;P&gt;IDE:&amp;nbsp; 11.1.1_3241&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I've noticed that fsl_debug_console can be configured with USB CDC interface as endpoint, however there is no clear documentation on how to do this. New Project option allows only UART as endpoint for debug console. I've attempted to copy usb related files present in SDK/component/serial_manager to my project/component/serial_manager and added the following defines&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE class="language-c line-numbers"&gt;&lt;CODE&gt;SERIAL_PORT_TYPE_UART&lt;SPAN class="operator token"&gt;=&lt;/SPAN&gt;&lt;SPAN class="number token"&gt;0&lt;/SPAN&gt;
SERIAL_PORT_TYPE_USBCDC&lt;SPAN class="operator token"&gt;=&lt;/SPAN&gt;&lt;SPAN class="number token"&gt;1&lt;/SPAN&gt;
DEBUG_CONSOLE_TRANSFER_NON_BLOCKING&lt;SPAN class="line-numbers-rows"&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This however seems to be insufficient as. Can someone explain what additional steps are needed to make this work.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Apr 2020 12:50:54 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/How-to-enable-DbgConsole-with-USB-CDC-Interface/m-p/1095076#M57805</guid>
      <dc:creator>whata</dc:creator>
      <dc:date>2020-04-29T12:50:54Z</dc:date>
    </item>
    <item>
      <title>Re: How to enable DbgConsole with USB CDC Interface</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/How-to-enable-DbgConsole-with-USB-CDC-Interface/m-p/1095077#M57806</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;See also the following where command line interfaces on both UART and USB-CDC are standard:&lt;BR /&gt;&lt;A href="https://www.utasker.com/kinetis/FRDM-K22F.html" target="test_blank"&gt;https://www.utasker.com/kinetis/FRDM-K22F.html&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Free open source version available that allows effort-free professional solutions.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Mark&lt;BR /&gt;&lt;EM&gt;[uTasker project developer for Kinetis and i.MX RT]&lt;/EM&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Apr 2020 14:24:03 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/How-to-enable-DbgConsole-with-USB-CDC-Interface/m-p/1095077#M57806</guid>
      <dc:creator>mjbcswitzerland</dc:creator>
      <dc:date>2020-04-29T14:24:03Z</dc:date>
    </item>
    <item>
      <title>Re: How to enable DbgConsole with USB CDC Interface</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/How-to-enable-DbgConsole-with-USB-CDC-Interface/m-p/1095078#M57807</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Anton.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As you mention, the debug console&amp;nbsp;has some&amp;nbsp;files indicating the implementation of the CDC class, but this feature is not&amp;nbsp;supported yet. To use the CDC class I will suggest starting from the CDC examples included in the SDK.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best Regards,&lt;/P&gt;&lt;P&gt;Alexis Andalon&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 Apr 2020 18:46:14 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/How-to-enable-DbgConsole-with-USB-CDC-Interface/m-p/1095078#M57807</guid>
      <dc:creator>Alexis_A</dc:creator>
      <dc:date>2020-04-30T18:46:14Z</dc:date>
    </item>
    <item>
      <title>Re: How to enable DbgConsole with USB CDC Interface</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/How-to-enable-DbgConsole-with-USB-CDC-Interface/m-p/1095079#M57808</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Alexis,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you say something about release date for this feature?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BR&lt;/P&gt;&lt;P&gt;Anton&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 May 2020 20:34:34 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/How-to-enable-DbgConsole-with-USB-CDC-Interface/m-p/1095079#M57808</guid>
      <dc:creator>whata</dc:creator>
      <dc:date>2020-05-07T20:34:34Z</dc:date>
    </item>
    <item>
      <title>Re: How to enable DbgConsole with USB CDC Interface</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/How-to-enable-DbgConsole-with-USB-CDC-Interface/m-p/1095080#M57809</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Anton,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Unfortunately, there is no news when this feature will be added but look forward to the new MCUXpresso releases.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best Regards,&amp;nbsp;&lt;/P&gt;&lt;P&gt;Alexis Andalon&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 May 2020 16:36:36 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/How-to-enable-DbgConsole-with-USB-CDC-Interface/m-p/1095080#M57809</guid>
      <dc:creator>Alexis_A</dc:creator>
      <dc:date>2020-05-08T16:36:36Z</dc:date>
    </item>
    <item>
      <title>Re: How to enable DbgConsole with USB CDC Interface</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/How-to-enable-DbgConsole-with-USB-CDC-Interface/m-p/1095081#M57810</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Just a reminder that this has been available for the last 8 years in the open source uTasker project and used in millions of products (and proven stability) so no one need to wait if they need the functionality for work today.&lt;BR /&gt;&lt;BR /&gt;USB projects can also run on i.MX RT boards with zero development effort - just switch a single define over from _KINETIS to _iMX&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Mark&lt;BR /&gt;&lt;EM&gt;[uTasker project developer for Kinetis and i.MX RT]&lt;/EM&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 May 2020 17:17:59 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/How-to-enable-DbgConsole-with-USB-CDC-Interface/m-p/1095081#M57810</guid>
      <dc:creator>mjbcswitzerland</dc:creator>
      <dc:date>2020-05-08T17:17:59Z</dc:date>
    </item>
  </channel>
</rss>

