<?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 Is it possible to implement USB CDC using Kinetis SDK? in Kinetis Microcontrollers</title>
    <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/Is-it-possible-to-implement-USB-CDC-using-Kinetis-SDK/m-p/393225#M21525</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi everybody,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I can't find KSDK component for USB CDC class in the components library. Is it possible to implement USB CDC using KSDK?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 11 Jun 2015 15:04:28 GMT</pubDate>
    <dc:creator>b51427</dc:creator>
    <dc:date>2015-06-11T15:04:28Z</dc:date>
    <item>
      <title>Is it possible to implement USB CDC using Kinetis SDK?</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/Is-it-possible-to-implement-USB-CDC-using-Kinetis-SDK/m-p/393225#M21525</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi everybody,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I can't find KSDK component for USB CDC class in the components library. Is it possible to implement USB CDC using KSDK?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 11 Jun 2015 15:04:28 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/Is-it-possible-to-implement-USB-CDC-using-Kinetis-SDK/m-p/393225#M21525</guid>
      <dc:creator>b51427</dc:creator>
      <dc:date>2015-06-11T15:04:28Z</dc:date>
    </item>
    <item>
      <title>Re: Is it possible to implement USB CDC using Kinetis SDK?</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/Is-it-possible-to-implement-USB-CDC-using-Kinetis-SDK/m-p/393226#M21526</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello &lt;STRONG class="font-color-meta"&gt;&lt;SPAN class="replyToName"&gt;Muhammad Saad Nawaz&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;SPAN class="replyToName"&gt;,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="replyToName"&gt;yes, it is possible. You can create own component with using &lt;A href="http://www.freescale.com/webapp/sps/site/prod_summary.jsp?code=PE_CDE" title="http://www.freescale.com/webapp/sps/site/prod_summary.jsp?code=PE_CDE"&gt;Processor Expert Software: CDE|Freescale&lt;/A&gt; (Component Development Environment) and inheritance (e.g. you can heritage &lt;SPAN style="color: #3d3d3d;"&gt;fsl_usb_descriptors component). &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="replyToName" style="color: #3d3d3d;"&gt;For more details please see &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="CS" style="font-size: 11pt; color: #3d3d3d;"&gt;KDS_3.0.0\eclipse\ProcessorExpert\Help\&lt;STRONG&gt;CDE_Getting_Started_Guide.pdf&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 11pt; color: #3d3d3d;"&gt;KDS_3.0.0\eclipse\ProcessorExpert\Help\&lt;STRONG&gt;CDE_RTOS_User_Guide.pdf&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 11pt; color: #3d3d3d;"&gt;KDS_3.0.0\eclipse\ProcessorExpert\Help\&lt;STRONG&gt;CDE_User_Guide.pdf&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 11pt; color: #3d3d3d;"&gt;I hope this helps,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 11pt; color: #3d3d3d;"&gt;Iva&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 03 Jul 2015 11:38:28 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/Is-it-possible-to-implement-USB-CDC-using-Kinetis-SDK/m-p/393226#M21526</guid>
      <dc:creator>ivadorazinova</dc:creator>
      <dc:date>2015-07-03T11:38:28Z</dc:date>
    </item>
    <item>
      <title>Re: Is it possible to implement USB CDC using Kinetis SDK?</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/Is-it-possible-to-implement-USB-CDC-using-Kinetis-SDK/m-p/393227#M21527</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Iva,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I see fsl_usb_descriptors and fsl_usb_framework components in KSDK 1.2 but no device class component for USB CDC. Is there a already developed component available for it?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Saad&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 03 Jul 2015 16:38:20 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/Is-it-possible-to-implement-USB-CDC-using-Kinetis-SDK/m-p/393227#M21527</guid>
      <dc:creator>b51427</dc:creator>
      <dc:date>2015-07-03T16:38:20Z</dc:date>
    </item>
    <item>
      <title>Re: Is it possible to implement USB CDC using Kinetis SDK?</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/Is-it-possible-to-implement-USB-CDC-using-Kinetis-SDK/m-p/393228#M21528</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Saad,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;unfortunately no. There is no USB CDC support.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Have a nice day!&lt;/P&gt;&lt;P&gt;Iva&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Jul 2015 12:49:14 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/Is-it-possible-to-implement-USB-CDC-using-Kinetis-SDK/m-p/393228#M21528</guid>
      <dc:creator>ivadorazinova</dc:creator>
      <dc:date>2015-07-08T12:49:14Z</dc:date>
    </item>
  </channel>
</rss>

