<?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: lpc4337 USB connect to multiple devices</title>
    <link>https://community.nxp.com/t5/LPC-Microcontrollers/lpc4337-USB-connect-to-multiple-devices/m-p/523240#M5876</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by tinyusb on Fri Mar 07 21:28:14 MST 2014&lt;/STRONG&gt;&lt;BR /&gt;&lt;HR /&gt;&lt;SPAN style="color: #0000ff;"&gt;&lt;STRONG&gt;Quote: waltwallach&lt;/STRONG&gt;&lt;BR /&gt;I would like to see your inerim code for hub mounting.&lt;/SPAN&gt;&lt;HR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;It is quite messy currently, I am doing quite a restructure. It will take some time to do a merge back to public repo.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;BTW, what is your evaluation board ? &lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 15 Jun 2016 16:44:08 GMT</pubDate>
    <dc:creator>lpcware</dc:creator>
    <dc:date>2016-06-15T16:44:08Z</dc:date>
    <item>
      <title>lpc4337 USB connect to multiple devices</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/lpc4337-USB-connect-to-multiple-devices/m-p/523237#M5873</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by jhall0819 on Thu Feb 06 09:47:32 MST 2014&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;I am using the LPC4337 in a USB application that needs to connect via USB0 (host) port to 4 downstream devices. My board has a Cypress CY7C65632 hub controller connected to USB0. I have used LPCopen examples for a single device connected to USB1 - works fine. questions:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;1. Does the N_PORTS field (fixed a 1) in the HCSPARAMS register indicate the USB controller only supports 1 down stream device. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;2. If so is there a software workaround to support multiple device.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;3. Can anybody recommend another library or application note that would show how to support multiple devices&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks&lt;/SPAN&gt;&lt;BR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 16:44:06 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/lpc4337-USB-connect-to-multiple-devices/m-p/523237#M5873</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T16:44:06Z</dc:date>
    </item>
    <item>
      <title>Re: lpc4337 USB connect to multiple devices</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/lpc4337-USB-connect-to-multiple-devices/m-p/523238#M5874</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by tinyusb on Thu Feb 13 22:16:04 MST 2014&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;1. USB controller can support as many devices as the USB specs say. I have already get hub working with lpc43xx successfully&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;2. There is no need for walkaround, but you need to implement hub driver for enumeration&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;3. I am actually writing my own lib for usb that support the hub, it is due to release in the next couple months (actually it should be already released, but I got stuck into many things lately and have no time to do it.)&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;If you could not hang on that long, I can send/upload the interim version just for testing the hub mounting.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 16:44:07 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/lpc4337-USB-connect-to-multiple-devices/m-p/523238#M5874</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T16:44:07Z</dc:date>
    </item>
    <item>
      <title>Re: lpc4337 USB connect to multiple devices</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/lpc4337-USB-connect-to-multiple-devices/m-p/523239#M5875</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by waltwallach on Fri Mar 07 14:02:09 MST 2014&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;I would like to see your inerim code for hub mounting.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 16:44:08 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/lpc4337-USB-connect-to-multiple-devices/m-p/523239#M5875</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T16:44:08Z</dc:date>
    </item>
    <item>
      <title>Re: lpc4337 USB connect to multiple devices</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/lpc4337-USB-connect-to-multiple-devices/m-p/523240#M5876</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by tinyusb on Fri Mar 07 21:28:14 MST 2014&lt;/STRONG&gt;&lt;BR /&gt;&lt;HR /&gt;&lt;SPAN style="color: #0000ff;"&gt;&lt;STRONG&gt;Quote: waltwallach&lt;/STRONG&gt;&lt;BR /&gt;I would like to see your inerim code for hub mounting.&lt;/SPAN&gt;&lt;HR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;It is quite messy currently, I am doing quite a restructure. It will take some time to do a merge back to public repo.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;BTW, what is your evaluation board ? &lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 16:44:08 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/lpc4337-USB-connect-to-multiple-devices/m-p/523240#M5876</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T16:44:08Z</dc:date>
    </item>
    <item>
      <title>Re: lpc4337 USB connect to multiple devices</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/lpc4337-USB-connect-to-multiple-devices/m-p/523241#M5877</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by waltwallach on Sat Mar 08 12:22:45 MST 2014&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;I am looking for a guide, not to use the code as is. I need to extend existing code to support hubs. So messy is ok.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I am using lpc1837_xpresso.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Walt&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 16:44:09 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/lpc4337-USB-connect-to-multiple-devices/m-p/523241#M5877</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T16:44:09Z</dc:date>
    </item>
  </channel>
</rss>

