<?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: Adding the USB CDC Stack to an existing project in CodeWarrior for MCU</title>
    <link>https://community.nxp.com/t5/CodeWarrior-for-MCU/Adding-the-USB-CDC-Stack-to-an-existing-project/m-p/256986#M9830</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;I'm not using Device Initialization, but using the Init component in combination with the FSL USB Stack 4.0.3.&lt;/P&gt;&lt;P&gt;This might be a starting point for you.&lt;/P&gt;&lt;P&gt;How this looks like is described in &lt;A href="http://mcuoneclipse.com/2012/10/07/tutorial-usb-cdc-with-the-kl25z-freedom-board/" title="http://mcuoneclipse.com/2012/10/07/tutorial-usb-cdc-with-the-kl25z-freedom-board/"&gt;Tutorial: USB CDC with the KL25Z Freedom Board | MCU on Eclipse&lt;/A&gt;&lt;/P&gt;&lt;P&gt;It supports right now KL25Z, ColdFire JM16/JM60/JM128/52259&lt;/P&gt;&lt;P&gt;Examples and the Processor Expert component code can be found on GitHub:&lt;/P&gt;&lt;P&gt;&lt;A href="https://github.com/ErichStyger/mcuoneclipse/tree/master/Examples" title="https://github.com/ErichStyger/mcuoneclipse/tree/master/Examples"&gt;mcuoneclipse/Examples at master · GitHub&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 09 Apr 2013 04:09:53 GMT</pubDate>
    <dc:creator>BlackNight</dc:creator>
    <dc:date>2013-04-09T04:09:53Z</dc:date>
    <item>
      <title>Adding the USB CDC Stack to an existing project</title>
      <link>https://community.nxp.com/t5/CodeWarrior-for-MCU/Adding-the-USB-CDC-Stack-to-an-existing-project/m-p/256985#M9829</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have a project created by using the Device Initialization. I would like to add the USB CDC Virtual Com Port example code into the existing project. Can anyone tell me how to do it? I am new in this area and this CodeWarrior development tool. The USB CDC Virtual Com Port example code comes from Freescale USB Stack v4.0.3.&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Paul&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 08 Apr 2013 21:05:22 GMT</pubDate>
      <guid>https://community.nxp.com/t5/CodeWarrior-for-MCU/Adding-the-USB-CDC-Stack-to-an-existing-project/m-p/256985#M9829</guid>
      <dc:creator>paula</dc:creator>
      <dc:date>2013-04-08T21:05:22Z</dc:date>
    </item>
    <item>
      <title>Re: Adding the USB CDC Stack to an existing project</title>
      <link>https://community.nxp.com/t5/CodeWarrior-for-MCU/Adding-the-USB-CDC-Stack-to-an-existing-project/m-p/256986#M9830</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;I'm not using Device Initialization, but using the Init component in combination with the FSL USB Stack 4.0.3.&lt;/P&gt;&lt;P&gt;This might be a starting point for you.&lt;/P&gt;&lt;P&gt;How this looks like is described in &lt;A href="http://mcuoneclipse.com/2012/10/07/tutorial-usb-cdc-with-the-kl25z-freedom-board/" title="http://mcuoneclipse.com/2012/10/07/tutorial-usb-cdc-with-the-kl25z-freedom-board/"&gt;Tutorial: USB CDC with the KL25Z Freedom Board | MCU on Eclipse&lt;/A&gt;&lt;/P&gt;&lt;P&gt;It supports right now KL25Z, ColdFire JM16/JM60/JM128/52259&lt;/P&gt;&lt;P&gt;Examples and the Processor Expert component code can be found on GitHub:&lt;/P&gt;&lt;P&gt;&lt;A href="https://github.com/ErichStyger/mcuoneclipse/tree/master/Examples" title="https://github.com/ErichStyger/mcuoneclipse/tree/master/Examples"&gt;mcuoneclipse/Examples at master · GitHub&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Apr 2013 04:09:53 GMT</pubDate>
      <guid>https://community.nxp.com/t5/CodeWarrior-for-MCU/Adding-the-USB-CDC-Stack-to-an-existing-project/m-p/256986#M9830</guid>
      <dc:creator>BlackNight</dc:creator>
      <dc:date>2013-04-09T04:09:53Z</dc:date>
    </item>
    <item>
      <title>Re: Adding the USB CDC Stack to an existing project</title>
      <link>https://community.nxp.com/t5/CodeWarrior-for-MCU/Adding-the-USB-CDC-Stack-to-an-existing-project/m-p/256987#M9831</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Erich for the information, but my existing project was not created by the Processor Expert.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Apr 2013 11:46:58 GMT</pubDate>
      <guid>https://community.nxp.com/t5/CodeWarrior-for-MCU/Adding-the-USB-CDC-Stack-to-an-existing-project/m-p/256987#M9831</guid>
      <dc:creator>paula</dc:creator>
      <dc:date>2013-04-09T11:46:58Z</dc:date>
    </item>
  </channel>
</rss>

