<?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のトピックUSB Host examples on LPCXpresso546xx - RevC</title>
    <link>https://community.nxp.com/t5/LPC-Microcontrollers/USB-Host-examples-on-LPCXpresso546xx-RevC/m-p/725590#M29336</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;I have an LPCXpresso546xx RevC board with an LPC54628 chip on it. I have been trying to get USB host working but am having no success with the MCUXpresso 3.2.0&amp;nbsp;SDK examples.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I can get &lt;STRONG&gt;device&lt;/STRONG&gt; examples working no problem but the &lt;STRONG&gt;host&lt;/STRONG&gt; examples all say "host init done" and then sit there doing nothing. Putting breakpoints at various points eg. the kUSB_HostEventAttatch case never trigger.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have used various leads and tried various examples. I can see the High Speed port powers up but that is it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Has anyone else seen these examples work?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also it is not clear to me how I would configure these examples to run on the Full speed interface (as will eventually be needing). The device examples are all obvious in the usb_device_config.h file.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Andy&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 15 Dec 2017 18:33:29 GMT</pubDate>
    <dc:creator>andrewfisher</dc:creator>
    <dc:date>2017-12-15T18:33:29Z</dc:date>
    <item>
      <title>USB Host examples on LPCXpresso546xx - RevC</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/USB-Host-examples-on-LPCXpresso546xx-RevC/m-p/725590#M29336</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;I have an LPCXpresso546xx RevC board with an LPC54628 chip on it. I have been trying to get USB host working but am having no success with the MCUXpresso 3.2.0&amp;nbsp;SDK examples.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I can get &lt;STRONG&gt;device&lt;/STRONG&gt; examples working no problem but the &lt;STRONG&gt;host&lt;/STRONG&gt; examples all say "host init done" and then sit there doing nothing. Putting breakpoints at various points eg. the kUSB_HostEventAttatch case never trigger.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have used various leads and tried various examples. I can see the High Speed port powers up but that is it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Has anyone else seen these examples work?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also it is not clear to me how I would configure these examples to run on the Full speed interface (as will eventually be needing). The device examples are all obvious in the usb_device_config.h file.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Andy&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 15 Dec 2017 18:33:29 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/USB-Host-examples-on-LPCXpresso546xx-RevC/m-p/725590#M29336</guid>
      <dc:creator>andrewfisher</dc:creator>
      <dc:date>2017-12-15T18:33:29Z</dc:date>
    </item>
    <item>
      <title>Re: USB Host examples on LPCXpresso546xx - RevC</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/USB-Host-examples-on-LPCXpresso546xx-RevC/m-p/725591#M29337</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have now found that the host_lpm_hid_mouse_bm and &lt;SPAN&gt;host_lpm_hid_mouse_&lt;/SPAN&gt;freertos at least see attach and detach events although no moment data is shown (not sure if it should be). So this at least shows connectivity is working.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can someone tell me what the _lpm_ in the above names refers to?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I still have no luck with the other host examples though.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Andy&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 15 Dec 2017 18:42:28 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/USB-Host-examples-on-LPCXpresso546xx-RevC/m-p/725591#M29337</guid>
      <dc:creator>andrewfisher</dc:creator>
      <dc:date>2017-12-15T18:42:28Z</dc:date>
    </item>
    <item>
      <title>Re: USB Host examples on LPCXpresso546xx - RevC</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/USB-Host-examples-on-LPCXpresso546xx-RevC/m-p/725592#M29338</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Andy,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sorry for the later reply.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I do a test with [lpcxpresso54608_usb_examples_host_msd_fatfs_bm] project with [SDK_2.3.0_LPCXpresso54608] software package.&lt;/P&gt;&lt;P&gt;It need to make a modification at &amp;lt;usb_host_config.h&amp;gt; file:&lt;/P&gt;&lt;P&gt;#define USB_HOST_CONFIG_OHCI (0U)&lt;BR /&gt;#define USB_HOST_CONFIG_IP3516HS (1U)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The LPCXpresso54608 board with below jumper setting:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="pastedImage_1.png"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/30854i1469A13B965173AB/image-size/large?v=v2&amp;amp;px=999" role="button" title="pastedImage_1.png" alt="pastedImage_1.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;After that, I could get this demo run at USB1 HS port:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="pastedImage_2.png"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/31081i4143FC15EA9C64B4/image-size/large?v=v2&amp;amp;px=999" role="button" title="pastedImage_2.png" alt="pastedImage_2.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Wish it helps.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Have a great day,&lt;BR /&gt;Mike&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-----------------------------------------------------------------------------------------------------------------------&lt;BR /&gt;Note: If this post answers your question, please click the Correct Answer button. Thank you!&lt;BR /&gt;-----------------------------------------------------------------------------------------------------------------------&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Dec 2017 09:43:19 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/USB-Host-examples-on-LPCXpresso546xx-RevC/m-p/725592#M29338</guid>
      <dc:creator>Hui_Ma</dc:creator>
      <dc:date>2017-12-20T09:43:19Z</dc:date>
    </item>
  </channel>
</rss>

