<?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>MQX Software SolutionsのトピックMQX 3.8.1 usb cdc device not enumerating</title>
    <link>https://community.nxp.com/t5/MQX-Software-Solutions/MQX-3-8-1-usb-cdc-device-not-enumerating/m-p/168920#M1772</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I recently upgraded from MQX 3.8 to 3.8.1 and my usb cdc is not enumerating on my PC anymore.&amp;nbsp; Previously it all worked fine, but now I cannot see the device enumerate at all.&amp;nbsp; I am using USBView to see the devices attached to my PC and using 3.8 my device would enumerate properly and load the .inf driver and communicate properly.&amp;nbsp; Now nothing happens.&amp;nbsp; I have followed the instructions in the 3.8.1 release notes about adding the library search path and everything builds correctly.&amp;nbsp; I am wondering what changed to break what was previously working.&amp;nbsp; I am in the process now of trying this on a KwikStik to determine if it works on a demo board and is not just something to do with my own PCB.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any information or suggestions would be greatly appreciated!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For reference, I am using:&lt;/P&gt;&lt;P&gt;K40DX256ZVLQ10&lt;/P&gt;&lt;P&gt;MQX 3.8.1&lt;/P&gt;&lt;P&gt;CW 10.2&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 08 Nov 2012 15:54:50 GMT</pubDate>
    <dc:creator>travis_l</dc:creator>
    <dc:date>2012-11-08T15:54:50Z</dc:date>
    <item>
      <title>MQX 3.8.1 usb cdc device not enumerating</title>
      <link>https://community.nxp.com/t5/MQX-Software-Solutions/MQX-3-8-1-usb-cdc-device-not-enumerating/m-p/168920#M1772</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I recently upgraded from MQX 3.8 to 3.8.1 and my usb cdc is not enumerating on my PC anymore.&amp;nbsp; Previously it all worked fine, but now I cannot see the device enumerate at all.&amp;nbsp; I am using USBView to see the devices attached to my PC and using 3.8 my device would enumerate properly and load the .inf driver and communicate properly.&amp;nbsp; Now nothing happens.&amp;nbsp; I have followed the instructions in the 3.8.1 release notes about adding the library search path and everything builds correctly.&amp;nbsp; I am wondering what changed to break what was previously working.&amp;nbsp; I am in the process now of trying this on a KwikStik to determine if it works on a demo board and is not just something to do with my own PCB.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any information or suggestions would be greatly appreciated!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For reference, I am using:&lt;/P&gt;&lt;P&gt;K40DX256ZVLQ10&lt;/P&gt;&lt;P&gt;MQX 3.8.1&lt;/P&gt;&lt;P&gt;CW 10.2&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 08 Nov 2012 15:54:50 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MQX-Software-Solutions/MQX-3-8-1-usb-cdc-device-not-enumerating/m-p/168920#M1772</guid>
      <dc:creator>travis_l</dc:creator>
      <dc:date>2012-11-08T15:54:50Z</dc:date>
    </item>
    <item>
      <title>Re: MQX 3.8.1 usb cdc device not enumerating</title>
      <link>https://community.nxp.com/t5/MQX-Software-Solutions/MQX-3-8-1-usb-cdc-device-not-enumerating/m-p/168921#M1773</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Just tried this on my KwikStik and it appears to work, now I just need to find the difference...&amp;nbsp;&amp;nbsp; ARRRGH!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 08 Nov 2012 20:27:38 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MQX-Software-Solutions/MQX-3-8-1-usb-cdc-device-not-enumerating/m-p/168921#M1773</guid>
      <dc:creator>travis_l</dc:creator>
      <dc:date>2012-11-08T20:27:38Z</dc:date>
    </item>
    <item>
      <title>Re: MQX 3.8.1 usb cdc device not enumerating</title>
      <link>https://community.nxp.com/t5/MQX-Software-Solutions/MQX-3-8-1-usb-cdc-device-not-enumerating/m-p/168922#M1774</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Found it!&amp;nbsp;&amp;nbsp; The updated demo app has a call to install the usb device driver right before calling USB_Class_CDC_Init()&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if (MQX_OK != _usb_device_driver_install(USBCFG_DEFAULT_DEVICE_CONTROLLER))&lt;/P&gt;&lt;P&gt;{&lt;/P&gt;&lt;P&gt;&amp;nbsp; printf("Driver could not be installed\n");&lt;/P&gt;&lt;P&gt;&amp;nbsp; return;&lt;/P&gt;&lt;P&gt;}&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I missed any mention of this in the release notes but it appears to be working now.&lt;/P&gt;&lt;P&gt;&lt;SPAN class="mce_paste_marker"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 08 Nov 2012 21:11:49 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MQX-Software-Solutions/MQX-3-8-1-usb-cdc-device-not-enumerating/m-p/168922#M1774</guid>
      <dc:creator>travis_l</dc:creator>
      <dc:date>2012-11-08T21:11:49Z</dc:date>
    </item>
  </channel>
</rss>

