<?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>LPC MicrocontrollersのトピックRe: LPCOpen usbd_lib_composite example doesn't work properly on USB 3.0 port</title>
    <link>https://community.nxp.com/t5/LPC-Microcontrollers/LPCOpen-usbd-lib-composite-example-doesn-t-work-properly-on-USB/m-p/520360#M3601</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by jayudhandha on Tue Jan 13 03:10:52 MST 2015&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;Hey i am interfacing USB with LPC 1769. Please send me your code so that i can do it. And which things i should not down in it.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thank you in advance. :-)&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 15 Jun 2016 17:42:11 GMT</pubDate>
    <dc:creator>lpcware</dc:creator>
    <dc:date>2016-06-15T17:42:11Z</dc:date>
    <item>
      <title>LPCOpen usbd_lib_composite example doesn't work properly on USB 3.0 port</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/LPCOpen-usbd-lib-composite-example-doesn-t-work-properly-on-USB/m-p/520358#M3599</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by AJochum on Mon Jan 12 12:18:51 MST 2015&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;Hello,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;today I found out, that the usbd_lib_composite example doesn't work properly when I connect the LPC1769 development board with a USB 3.0 port, on USB 2.0 port everything works fine.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;The problem here is, when I connect to the virtual com port I can send one string of any length to the LPC board and that'll will be echoed correctly. The following strings won't be echoed anymore.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;The VCOM_bulk_in_hdlr handler won't be called anymore now, no matter what I do, the board itself still receives strings/messages and VCOM_bulk_out_hdlr is called.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Interestingly the usbd_lib_cdc and usbd_lib_cdc_uart examples work without any problems on the USB 3.0 port. Does anybody have an idea what's wrong with the composite device for USB 3.0 and can&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;maybe someone else with USB 3.0 port test if this is not only a problem on my notebooks USB&amp;nbsp; 3.0 port?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;-Edit: &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I've tested this on Windows 8.1 with the latest firmware for my notebook.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 17:42:10 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/LPCOpen-usbd-lib-composite-example-doesn-t-work-properly-on-USB/m-p/520358#M3599</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T17:42:10Z</dc:date>
    </item>
    <item>
      <title>Re: LPCOpen usbd_lib_composite example doesn't work properly on USB 3.0 port</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/LPCOpen-usbd-lib-composite-example-doesn-t-work-properly-on-USB/m-p/520359#M3600</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by TheFallGuy on Tue Jan 13 01:34:43 MST 2015&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;More likely to be a problem with your USB3 port. There have been lots of problems with USB3 ports from different vendors. We have tried many different PCs/USB3 ports and found that some work as expected and some don't. Often there is a motherboard update that can help, but sometimes you are just stuck with crappy hardware...&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;BTW: The example works on my USB3 port (Dell)&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 17:42:11 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/LPCOpen-usbd-lib-composite-example-doesn-t-work-properly-on-USB/m-p/520359#M3600</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T17:42:11Z</dc:date>
    </item>
    <item>
      <title>Re: LPCOpen usbd_lib_composite example doesn't work properly on USB 3.0 port</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/LPCOpen-usbd-lib-composite-example-doesn-t-work-properly-on-USB/m-p/520360#M3601</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by jayudhandha on Tue Jan 13 03:10:52 MST 2015&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;Hey i am interfacing USB with LPC 1769. Please send me your code so that i can do it. And which things i should not down in it.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thank you in advance. :-)&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 17:42:11 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/LPCOpen-usbd-lib-composite-example-doesn-t-work-properly-on-USB/m-p/520360#M3601</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T17:42:11Z</dc:date>
    </item>
    <item>
      <title>Re: LPCOpen usbd_lib_composite example doesn't work properly on USB 3.0 port</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/LPCOpen-usbd-lib-composite-example-doesn-t-work-properly-on-USB/m-p/520361#M3602</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by AJochum on Tue Jan 13 12:38:32 MST 2015&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;Hmpf ok so I can't do anything to get this working on my notebooks USB 3.0 port. There is no firmware/BIOS update for it..&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Thank you for your information!&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;@jayudhandha I just used the LPCOpen example for the 1769 development board which you can get here:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&lt;A class="jive-link-external-small" href="https://community.nxp.com/external-link.jspa?url=http%3A%2F%2Fwww.lpcware.com%2Fcontent%2Fnxpfile%2Flpcopen-software-development-platform-lpc17xx-packages" rel="nofollow" target="_blank"&gt;http://www.lpcware.com/content/nxpfile/lpcopen-software-development-platform-lpc17xx-packages&lt;/A&gt;&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 17:42:12 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/LPCOpen-usbd-lib-composite-example-doesn-t-work-properly-on-USB/m-p/520361#M3602</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T17:42:12Z</dc:date>
    </item>
  </channel>
</rss>

