<?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: USB FOR MCF51 in CodeWarrior for MCU</title>
    <link>https://community.nxp.com/t5/CodeWarrior-for-MCU/USB-FOR-MCF51/m-p/242935#M9422</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;CDC_MCF51JM128_MCU10.3.zip seems to have gone missing?&lt;/P&gt;&lt;P&gt;"&lt;SPAN style="color: #000000; font-family: 'Times New Roman'; font-size: medium;"&gt;The requested URL /EmbeddedComponents/Examples/Example_PE_CDC_V1JM128/CDC_MCF51JM128_MCU10.3.zip was not found on this server.&lt;/SPAN&gt;"&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 27 Feb 2013 02:26:43 GMT</pubDate>
    <dc:creator>JimDon</dc:creator>
    <dc:date>2013-02-27T02:26:43Z</dc:date>
    <item>
      <title>USB FOR MCF51</title>
      <link>https://community.nxp.com/t5/CodeWarrior-for-MCU/USB-FOR-MCF51/m-p/242927#M9414</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am starting a project and want to put in USB.&amp;nbsp; I need a small foot print.&amp;nbsp; I have no idea where to start because there is too much information,&amp;nbsp; I am looking to have my USB appear as a regular COM port on the PC.&amp;nbsp; I beleive this is called virtual com port.&amp;nbsp; Its an MCF51JM project.&amp;nbsp;&amp;nbsp; I have a few questions ?&amp;nbsp; Are there virtual com port code examples for code warrior 10 out there ?&amp;nbsp;&amp;nbsp; What is the difference between CMX stack and freescale stack.&amp;nbsp; Should I start with one of those&amp;nbsp; ?&amp;nbsp; Whats the best reference material ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Jan 2013 23:33:15 GMT</pubDate>
      <guid>https://community.nxp.com/t5/CodeWarrior-for-MCU/USB-FOR-MCF51/m-p/242927#M9414</guid>
      <dc:creator>SecondTechCo</dc:creator>
      <dc:date>2013-01-30T23:33:15Z</dc:date>
    </item>
    <item>
      <title>Re: USB FOR MCF51</title>
      <link>https://community.nxp.com/t5/CodeWarrior-for-MCU/USB-FOR-MCF51/m-p/242928#M9415</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Using USB-to-Serial is called CDC (Communication Device Class).&lt;/P&gt;&lt;P&gt;I suggest you start with the DEMOJM (&lt;A href="http://www.freescale.com/webapp/sps/site/prod_summary.jsp?code=DEMOJM&amp;amp;fsrch=1&amp;amp;sr=1" title="http://www.freescale.com/webapp/sps/site/prod_summary.jsp?code=DEMOJM&amp;amp;fsrch=1&amp;amp;sr=1"&gt;Flexis JM Demonstration Board Product Summary Page&lt;/A&gt;) board for which many examples are available.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I used the CMX stack (for USB host class), but I do not recommend using it: it has not been updated for a long time.&lt;/P&gt;&lt;P&gt;I recommend that you start with the Freescale USB stack (current version is V4.0.3): &lt;A href="http://www.freescale.com/webapp/sps/site/prod_summary.jsp?code=MEDICALUSB" title="http://www.freescale.com/webapp/sps/site/prod_summary.jsp?code=MEDICALUSB"&gt;USB Stack Product Summary Page&lt;/A&gt;&lt;/P&gt;&lt;P&gt;It comes with many examples for many boards, and has Processor Expert component included.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you are interested in another version with Eclipse+Processor Expert, then here are CDC related posts: &lt;A href="http://mcuoneclipse.com/category/processor-expert/embedded-components/usb/" title="http://mcuoneclipse.com/category/processor-expert/embedded-components/usb/"&gt;USB on MCU on Eclipse&lt;/A&gt;, and additional example projects are here: &lt;A href="http://www.steinerberg.com/EmbeddedComponents/Examples/Example_PE_CDC_V1JM128/home.htm" title="http://www.steinerberg.com/EmbeddedComponents/Examples/Example_PE_CDC_V1JM128/home.htm"&gt;PE_CDC_V1JM128&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 31 Jan 2013 04:44:53 GMT</pubDate>
      <guid>https://community.nxp.com/t5/CodeWarrior-for-MCU/USB-FOR-MCF51/m-p/242928#M9415</guid>
      <dc:creator>BlackNight</dc:creator>
      <dc:date>2013-01-31T04:44:53Z</dc:date>
    </item>
    <item>
      <title>Re: USB FOR MCF51</title>
      <link>https://community.nxp.com/t5/CodeWarrior-for-MCU/USB-FOR-MCF51/m-p/242929#M9416</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In the manual for the new stack (USBUG revision 12).&amp;nbsp; It says: &lt;/P&gt;&lt;P&gt;Virtual Communication&lt;/P&gt;&lt;P&gt;(COM) Demo&lt;/P&gt;&lt;P&gt;This chapter provides the setup and running Communication Device Class (CDC) demo&lt;/P&gt;&lt;P&gt;using USB stack – Kinetis k40, S08, CFV1, and CFV2 devices are used as examples.&lt;/P&gt;&lt;P&gt;&lt;SPAN class="mce_paste_marker"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In this manual, there is no such chapter and nothing about a virtual com.&amp;nbsp;&amp;nbsp;&amp;nbsp; So is there more information anywhere on where to find this virtual com demo and the information on setup the manual describes ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 Feb 2013 13:09:27 GMT</pubDate>
      <guid>https://community.nxp.com/t5/CodeWarrior-for-MCU/USB-FOR-MCF51/m-p/242929#M9416</guid>
      <dc:creator>SecondTechCo</dc:creator>
      <dc:date>2013-02-26T13:09:27Z</dc:date>
    </item>
    <item>
      <title>Re: USB FOR MCF51</title>
      <link>https://community.nxp.com/t5/CodeWarrior-for-MCU/USB-FOR-MCF51/m-p/242930#M9417</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The application is simple - need the sample to be a com port in Windows&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 Feb 2013 13:11:50 GMT</pubDate>
      <guid>https://community.nxp.com/t5/CodeWarrior-for-MCU/USB-FOR-MCF51/m-p/242930#M9417</guid>
      <dc:creator>SecondTechCo</dc:creator>
      <dc:date>2013-02-26T13:11:50Z</dc:date>
    </item>
    <item>
      <title>Re: USB FOR MCF51</title>
      <link>https://community.nxp.com/t5/CodeWarrior-for-MCU/USB-FOR-MCF51/m-p/242931#M9418</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I found what I am looking for in the USBHOSTUG.PDF. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 Feb 2013 14:03:03 GMT</pubDate>
      <guid>https://community.nxp.com/t5/CodeWarrior-for-MCU/USB-FOR-MCF51/m-p/242931#M9418</guid>
      <dc:creator>SecondTechCo</dc:creator>
      <dc:date>2013-02-26T14:03:03Z</dc:date>
    </item>
    <item>
      <title>Re: USB FOR MCF51</title>
      <link>https://community.nxp.com/t5/CodeWarrior-for-MCU/USB-FOR-MCF51/m-p/242932#M9419</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have the demojm board.&amp;nbsp; I found the CDC class demo from the Freescale USB Stack 4.0.3.&amp;nbsp;&amp;nbsp; The Demo compiled and runs fine but when it trys to install on Windows (7), Windows doesnt find the CDC driver for it .&amp;nbsp; I beleive the problem may be that there is not INF file to tell windows to use the generic CDC driver for this device.&amp;nbsp;&amp;nbsp; Has anyone tried the CDC peripheral demo and run into the same thing ?&amp;nbsp;&amp;nbsp; If so, is there an inf file for the project.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 Feb 2013 20:14:52 GMT</pubDate>
      <guid>https://community.nxp.com/t5/CodeWarrior-for-MCU/USB-FOR-MCF51/m-p/242932#M9419</guid>
      <dc:creator>SecondTechCo</dc:creator>
      <dc:date>2013-02-26T20:14:52Z</dc:date>
    </item>
    <item>
      <title>Re: USB FOR MCF51</title>
      <link>https://community.nxp.com/t5/CodeWarrior-for-MCU/USB-FOR-MCF51/m-p/242933#M9420</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I had to create my own (merged) .inf file for this, and create it with Processor Expert out of the USB Stack 4.0.2 (or 4.0.3). Project is described on&amp;nbsp; &lt;A href="http://mcuoneclipse.com/2012/03/10/usb-or-not-cdc-with-processor-expert/" title="http://mcuoneclipse.com/2012/03/10/usb-or-not-cdc-with-processor-expert/"&gt;USB or not: CDC with Processor Expert&lt;BR /&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;and most actual component sources are on &lt;A href="https://github.com/ErichStyger/mcuoneclipse"&gt;GitHub&lt;/A&gt;, and projects are here: &lt;A href="http://www.steinerberg.com/EmbeddedComponents/Examples/Example_PE_CDC_V1JM128/home.htm" title="http://www.steinerberg.com/EmbeddedComponents/Examples/Example_PE_CDC_V1JM128/home.htm"&gt;PE_CDC_V1JM128&lt;/A&gt;.&lt;/P&gt;&lt;P&gt;I have attached the .inf file I'm using.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 Feb 2013 20:27:07 GMT</pubDate>
      <guid>https://community.nxp.com/t5/CodeWarrior-for-MCU/USB-FOR-MCF51/m-p/242933#M9420</guid>
      <dc:creator>BlackNight</dc:creator>
      <dc:date>2013-02-26T20:27:07Z</dc:date>
    </item>
    <item>
      <title>Re: USB FOR MCF51</title>
      <link>https://community.nxp.com/t5/CodeWarrior-for-MCU/USB-FOR-MCF51/m-p/242934#M9421</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks !&amp;nbsp; I eventually found this link too.&lt;A href="https://community.nxp.com/message/53331"&gt;USB CDC INF FIle for Vista 64&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 Feb 2013 20:35:29 GMT</pubDate>
      <guid>https://community.nxp.com/t5/CodeWarrior-for-MCU/USB-FOR-MCF51/m-p/242934#M9421</guid>
      <dc:creator>SecondTechCo</dc:creator>
      <dc:date>2013-02-26T20:35:29Z</dc:date>
    </item>
    <item>
      <title>Re: USB FOR MCF51</title>
      <link>https://community.nxp.com/t5/CodeWarrior-for-MCU/USB-FOR-MCF51/m-p/242935#M9422</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;CDC_MCF51JM128_MCU10.3.zip seems to have gone missing?&lt;/P&gt;&lt;P&gt;"&lt;SPAN style="color: #000000; font-family: 'Times New Roman'; font-size: medium;"&gt;The requested URL /EmbeddedComponents/Examples/Example_PE_CDC_V1JM128/CDC_MCF51JM128_MCU10.3.zip was not found on this server.&lt;/SPAN&gt;"&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Feb 2013 02:26:43 GMT</pubDate>
      <guid>https://community.nxp.com/t5/CodeWarrior-for-MCU/USB-FOR-MCF51/m-p/242935#M9422</guid>
      <dc:creator>JimDon</dc:creator>
      <dc:date>2013-02-27T02:26:43Z</dc:date>
    </item>
    <item>
      <title>Re: USB FOR MCF51</title>
      <link>https://community.nxp.com/t5/CodeWarrior-for-MCU/USB-FOR-MCF51/m-p/242936#M9423</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you are looking for a sample project the current one in the Freescale USB stack seems to work great for a virtual com port.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Feb 2013 03:32:11 GMT</pubDate>
      <guid>https://community.nxp.com/t5/CodeWarrior-for-MCU/USB-FOR-MCF51/m-p/242936#M9423</guid>
      <dc:creator>SecondTechCo</dc:creator>
      <dc:date>2013-02-27T03:32:11Z</dc:date>
    </item>
    <item>
      <title>Re: USB FOR MCF51</title>
      <link>https://community.nxp.com/t5/CodeWarrior-for-MCU/USB-FOR-MCF51/m-p/242937#M9424</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Well for one thing I was telling Erich his link seems broken.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Have you stress tested the current FSL USB stack CDC device? If you send in as tight a loop as you can what kind of throughput do you see? It's possible (but not easy) to get 400K to 600K bytes per second from a CDC device, but you need to have the code to do the right things. Although you can only have a 64 byte packet, you can can tell the poll have more than&amp;nbsp; that and the driver will do more reads during that poll.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Or have you just exchanged&amp;nbsp; characters with a terminal program?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Feb 2013 03:57:23 GMT</pubDate>
      <guid>https://community.nxp.com/t5/CodeWarrior-for-MCU/USB-FOR-MCF51/m-p/242937#M9424</guid>
      <dc:creator>JimDon</dc:creator>
      <dc:date>2013-02-27T03:57:23Z</dc:date>
    </item>
    <item>
      <title>Re: USB FOR MCF51</title>
      <link>https://community.nxp.com/t5/CodeWarrior-for-MCU/USB-FOR-MCF51/m-p/242938#M9425</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Jim,&lt;/P&gt;&lt;P&gt;thanks, I have fixed the broken links.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Feb 2013 05:19:43 GMT</pubDate>
      <guid>https://community.nxp.com/t5/CodeWarrior-for-MCU/USB-FOR-MCF51/m-p/242938#M9425</guid>
      <dc:creator>BlackNight</dc:creator>
      <dc:date>2013-02-27T05:19:43Z</dc:date>
    </item>
  </channel>
</rss>

