<?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>8-bit MicrocontrollersのトピックProblem with USB v2.0 for CDC Serial Demo Code</title>
    <link>https://community.nxp.com/t5/8-bit-Microcontrollers/Problem-with-USB-v2-0-for-CDC-Serial-Demo-Code/m-p/182956#M13491</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;DIV&gt; &lt;/DIV&gt;&lt;DIV&gt;I'm having a real problem with the code on cdc-serial-demo. I'm trying to configure the device descriptors on cdcs_usb_config.c specifically on the USB version part. The default is 0x0110 for USB ver1.1 but I want to make it 0x0200 for USB ver2.0. However when i tried this, a "!" symbol on the com port where the USB is connected appears and says&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN style="color: #ff0000;"&gt;The device cannot start.(code 10)&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;So what seems to be the problem for this? Do i need to add additional codes or does the .inf file has something to do with this?&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;Please help me on this guys.&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;Thanks!&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 01 Sep 2008 13:34:51 GMT</pubDate>
    <dc:creator>raven</dc:creator>
    <dc:date>2008-09-01T13:34:51Z</dc:date>
    <item>
      <title>Problem with USB v2.0 for CDC Serial Demo Code</title>
      <link>https://community.nxp.com/t5/8-bit-Microcontrollers/Problem-with-USB-v2-0-for-CDC-Serial-Demo-Code/m-p/182956#M13491</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;DIV&gt; &lt;/DIV&gt;&lt;DIV&gt;I'm having a real problem with the code on cdc-serial-demo. I'm trying to configure the device descriptors on cdcs_usb_config.c specifically on the USB version part. The default is 0x0110 for USB ver1.1 but I want to make it 0x0200 for USB ver2.0. However when i tried this, a "!" symbol on the com port where the USB is connected appears and says&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN style="color: #ff0000;"&gt;The device cannot start.(code 10)&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;So what seems to be the problem for this? Do i need to add additional codes or does the .inf file has something to do with this?&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;Please help me on this guys.&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;Thanks!&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 01 Sep 2008 13:34:51 GMT</pubDate>
      <guid>https://community.nxp.com/t5/8-bit-Microcontrollers/Problem-with-USB-v2-0-for-CDC-Serial-Demo-Code/m-p/182956#M13491</guid>
      <dc:creator>raven</dc:creator>
      <dc:date>2008-09-01T13:34:51Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with USB v2.0 for CDC Serial Demo Code</title>
      <link>https://community.nxp.com/t5/8-bit-Microcontrollers/Problem-with-USB-v2-0-for-CDC-Serial-Demo-Code/m-p/182957#M13492</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;Hello Raven,&lt;BR /&gt;&lt;BR /&gt;The USB standard descriptors (as well as all requests and responses) use little-endian ordering, so the 2.00 must be written as 0x0002!&lt;BR /&gt;&lt;BR /&gt;Also, I think you mistyped the default value (in my case it is 0x0101).&lt;BR /&gt;&lt;BR /&gt;I tried it here and it worked ok.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Sep 2008 22:09:04 GMT</pubDate>
      <guid>https://community.nxp.com/t5/8-bit-Microcontrollers/Problem-with-USB-v2-0-for-CDC-Serial-Demo-Code/m-p/182957#M13492</guid>
      <dc:creator>fabio</dc:creator>
      <dc:date>2008-09-03T22:09:04Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with USB v2.0 for CDC Serial Demo Code</title>
      <link>https://community.nxp.com/t5/8-bit-Microcontrollers/Problem-with-USB-v2-0-for-CDC-Serial-Demo-Code/m-p/182958#M13493</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;Hi Fabio,&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;But here is the trick part.. I've done an experiment with the hex code and here's what i've found out.&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;1. When I tried writing 0x01&lt;FONT color="#ff0000"&gt;YY&lt;/FONT&gt; &lt;FONT color="#FF3300"&gt;&lt;/FONT&gt;to the hex code (the&amp;nbsp;&lt;FONT color="#ff0000"&gt;YY&lt;/FONT&gt;&amp;nbsp; is any number combination from 00-99), the&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; computer can recognize the device and the device works properly.&lt;/DIV&gt;&lt;DIV&gt;2. When I tried writing 0x00&lt;FONT color="#ff0000"&gt;YY&lt;/FONT&gt; to the hex code (the&amp;nbsp;&lt;FONT color="#ff0000"&gt;YY&lt;/FONT&gt;&amp;nbsp;is number combination from 00-99), the&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; computer can recognize the device and it works well.&lt;/DIV&gt;&lt;DIV&gt;3. When I tried writing 0x&lt;FONT color="#ff0000"&gt;ZZ&lt;/FONT&gt;YY to the hex code ( the &lt;FONT color="#ff0000"&gt;ZZ&lt;/FONT&gt; is any number combination from 02-99), the&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; computer cannot recognize the device and it says &lt;FONT color="#FF6600"&gt;The device cannot start(code 10)&lt;/FONT&gt;. What is the main&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; reason for this?&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 04 Sep 2008 08:26:47 GMT</pubDate>
      <guid>https://community.nxp.com/t5/8-bit-Microcontrollers/Problem-with-USB-v2-0-for-CDC-Serial-Demo-Code/m-p/182958#M13493</guid>
      <dc:creator>raven</dc:creator>
      <dc:date>2008-09-04T08:26:47Z</dc:date>
    </item>
  </channel>
</rss>

