<?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: USB CDC DEVICE PEx driver?</title>
    <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/USB-CDC-DEVICE-PEx-driver/m-p/196843#M2702</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Luis,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I found no device driver in the USB stack folders.&amp;nbsp; The only .inf file I could find was for the DFU demo.&amp;nbsp; No driver is generated within the Eclipse IDE AFAIK.&amp;nbsp; Please be more specific.&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There was no #endif at line 513 of usb_descriptor.h in my version of the stack.&amp;nbsp; Not sure what the pragma is supposed to do but I added it - it produced no discernable effect.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-rob&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 04 Dec 2012 13:23:08 GMT</pubDate>
    <dc:creator>robertmilne</dc:creator>
    <dc:date>2012-12-04T13:23:08Z</dc:date>
    <item>
      <title>USB CDC DEVICE PEx driver?</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/USB-CDC-DEVICE-PEx-driver/m-p/196840#M2699</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;I have built and loaded the USB_CDC_DEVICE_MQX_Lite_MKL25Z128 project in CW10.3 for the FRDM board however I cannot communicate with the board because my PC does not recognize the "USB CDC DEVICE PEx" device.&amp;nbsp; I've looked high and low for a driver but to no avail.&amp;nbsp; Does anyone have advise on how I can get CDC working without having to use the K20 and OpenSDA?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-rob&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 Dec 2012 21:08:29 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/USB-CDC-DEVICE-PEx-driver/m-p/196840#M2699</guid>
      <dc:creator>robertmilne</dc:creator>
      <dc:date>2012-12-03T21:08:29Z</dc:date>
    </item>
    <item>
      <title>Re: USB CDC DEVICE PEx driver?</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/USB-CDC-DEVICE-PEx-driver/m-p/196841#M2700</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;USB stack 4.0.2 was validated with a previous build of CW10.3. That is the reason because after importing the MQXLite CDC project you have a build error. You can remove the error deleting the latest #endif in&lt;/P&gt;&lt;P align="left"&gt;&lt;/P&gt;&lt;P&gt;\USB_CDC_DEVICE_MQX_Lite_MKL25Z128\Sources\usb_descriptor.h. &lt;/P&gt;&lt;P&gt;(line 513)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But you need an extra fix, please add:&amp;nbsp;&amp;nbsp; #pragma pack() &lt;/P&gt;&lt;P align="left"&gt; &lt;STRONG&gt;&lt;STRONG style="font-size: 12pt;"&gt; &lt;/STRONG&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;at the end of file&amp;nbsp; Generated_Code\usb_devapi.h&amp;nbsp; (line 329)&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;Build and Debug, now CDC device should be detected. You can find the Driver is in the USB stack folders.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This will be fixed soon.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Luis&lt;/P&gt;&lt;P&gt;&lt;SPAN class="mce_paste_marker"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 Dec 2012 23:15:31 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/USB-CDC-DEVICE-PEx-driver/m-p/196841#M2700</guid>
      <dc:creator>LuisCasado</dc:creator>
      <dc:date>2012-12-03T23:15:31Z</dc:date>
    </item>
    <item>
      <title>Re: USB CDC DEVICE PEx driver?</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/USB-CDC-DEVICE-PEx-driver/m-p/196842#M2701</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Rob,&lt;/P&gt;&lt;P&gt;you might have a look at this alternative solution:&lt;/P&gt;&lt;P&gt;&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;&lt;A href="http://mcuoneclipse.com/2012/11/16/usb-cdc-and-sci-side-by-side-with-the-freedom-board/" title="http://mcuoneclipse.com/2012/11/16/usb-cdc-and-sci-side-by-side-with-the-freedom-board/"&gt;USB CDC and SCI: Side-by-Side with the Freedom Board | MCU on Eclipse&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://mcuoneclipse.com/2012/10/27/using-the-8-mhz-crystal-on-the-frdm-kl25z-freedom-board/" title="http://mcuoneclipse.com/2012/10/27/using-the-8-mhz-crystal-on-the-frdm-kl25z-freedom-board/"&gt;Using the 8 MHz Crystal on the FRDM-KL25Z Freedom Board | MCU on Eclipse&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps,&lt;/P&gt;&lt;P&gt;Erich&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Dec 2012 04:54:04 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/USB-CDC-DEVICE-PEx-driver/m-p/196842#M2701</guid>
      <dc:creator>BlackNight</dc:creator>
      <dc:date>2012-12-04T04:54:04Z</dc:date>
    </item>
    <item>
      <title>Re: USB CDC DEVICE PEx driver?</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/USB-CDC-DEVICE-PEx-driver/m-p/196843#M2702</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Luis,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I found no device driver in the USB stack folders.&amp;nbsp; The only .inf file I could find was for the DFU demo.&amp;nbsp; No driver is generated within the Eclipse IDE AFAIK.&amp;nbsp; Please be more specific.&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There was no #endif at line 513 of usb_descriptor.h in my version of the stack.&amp;nbsp; Not sure what the pragma is supposed to do but I added it - it produced no discernable effect.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-rob&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Dec 2012 13:23:08 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/USB-CDC-DEVICE-PEx-driver/m-p/196843#M2702</guid>
      <dc:creator>robertmilne</dc:creator>
      <dc:date>2012-12-04T13:23:08Z</dc:date>
    </item>
    <item>
      <title>Re: USB CDC DEVICE PEx driver?</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/USB-CDC-DEVICE-PEx-driver/m-p/196844#M2703</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Erich,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I did stumble upon your excellent website last night and got part way through your bare-metal FRDM CDC project before exhaustion overcame me.&amp;nbsp; I'll try again today.&amp;nbsp; One thing I noticed as I was configuring PE was the difference in the clock controls.&amp;nbsp; No "low power" option appeared and many other settings were different.&amp;nbsp; Did you use 10.3 in your tutorial?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;A few hours later...&lt;/P&gt;&lt;P&gt;OK, I got it to work.&amp;nbsp; I had to substitute USB1... with CDC1... calls in the CDC_Run routine to get it to compile.&amp;nbsp; There were errors reported for the file FSL_USB_Stack.chg but they didn't prevent the creation of the .elf.&amp;nbsp; Your program seems more responsive than the USB_CDC_DEVICE_MQX_Lite_MKL25Z128 example app - not sure if it is the way the USB stack is configured or latencies introduced by the RTOS.&amp;nbsp; In any case thanks for leading me through Processor Expert for the first time.&amp;nbsp; I normally write everything from scratch and avoid wizard tools.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-rob&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Dec 2012 13:28:40 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/USB-CDC-DEVICE-PEx-driver/m-p/196844#M2703</guid>
      <dc:creator>robertmilne</dc:creator>
      <dc:date>2012-12-04T13:28:40Z</dc:date>
    </item>
    <item>
      <title>Re: USB CDC DEVICE PEx driver?</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/USB-CDC-DEVICE-PEx-driver/m-p/196845#M2704</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;Using this project:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;C:\Freescale\Freescale USB Stack v4.0.2\ProcessorExpert\MKL25Z128\USB_CDC_DEVICE_MQX_Lite_MKL25Z128.zip&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And this driver:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;C:\Freescale\Freescale USB Stack v4.0.2\Source\Device\app\cdc\inf&lt;/P&gt;&lt;P&gt; &lt;BR /&gt;Best Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Luis&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Dec 2012 13:44:35 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/USB-CDC-DEVICE-PEx-driver/m-p/196845#M2704</guid>
      <dc:creator>LuisCasado</dc:creator>
      <dc:date>2012-12-04T13:44:35Z</dc:date>
    </item>
    <item>
      <title>Re: USB CDC DEVICE PEx driver?</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/USB-CDC-DEVICE-PEx-driver/m-p/196846#M2705</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Luis,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Yay!&amp;nbsp; I can see the echoed characters in my serial terminal.&amp;nbsp; Thanks for the driver path.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-rob&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Dec 2012 13:52:11 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/USB-CDC-DEVICE-PEx-driver/m-p/196846#M2705</guid>
      <dc:creator>robertmilne</dc:creator>
      <dc:date>2012-12-04T13:52:11Z</dc:date>
    </item>
  </channel>
</rss>

