<?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: use lpcusblib in LPC1788 chip</title>
    <link>https://community.nxp.com/t5/LPC-Microcontrollers/use-lpcusblib-in-LPC1788-chip/m-p/685934#M27641</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="color: #51626f; background-color: #ffffff; border: 0px;"&gt;Hi Cralos_Mendoza,&lt;/P&gt;&lt;P style="color: #51626f; background-color: #ffffff; border: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P style="color: #51626f; background-color: #ffffff; border: 0px;"&gt;&amp;nbsp;Thank you ask me , &amp;nbsp; I will upload my demo, &amp;nbsp;hardware using LPC1788 usb port2&amp;nbsp;&lt;/P&gt;&lt;P style="color: #51626f; background-color: #ffffff; border: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P style="color: #51626f; background-color: #ffffff; border: 0px;"&gt;this is my debug demo source &amp;nbsp;in baidu&amp;nbsp;netdisc&lt;/P&gt;&lt;P style="color: #51626f; background-color: #ffffff; border: 0px;"&gt;&lt;SPAN style="border: 0px; font-weight: inherit;"&gt;source link: &lt;/SPAN&gt;&lt;A data-content-finding="Community" href="https://community.nxp.com/external-link.jspa?url=https%3A%2F%2Fpan.baidu.com%2Fs%2F1i5R2mLf" rel="nofollow" style="color: #5e89c1; border: 0px; font-weight: inherit; text-decoration: none; padding: 0px calc(12px + 0.35ex) 0px 0px;" target="_blank"&gt;https://pan.baidu.com/s/1i5R2mLf&lt;/A&gt;&lt;SPAN style="border: 0px; font-weight: inherit;"&gt; password: 5788&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="color: #51626f; background-color: #ffffff; border: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P style="color: #51626f; background-color: #ffffff; border: 0px;"&gt;Trouble to help guide me &amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 25 May 2017 08:29:07 GMT</pubDate>
    <dc:creator>mini92</dc:creator>
    <dc:date>2017-05-25T08:29:07Z</dc:date>
    <item>
      <title>use lpcusblib in LPC1788 chip</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/use-lpcusblib-in-LPC1788-chip/m-p/685931#M27638</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I use lpcusblib debugging usbhost found that the program will stop in the &lt;SPAN&gt;WaitForTransferComplete&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In enumdevice get devicedescription stop &amp;nbsp; waitTransferComlete&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;static HCD_STATUS WaitForTransferComplete(uint8_t EdIdx)&lt;BR /&gt;{&lt;BR /&gt;#ifndef __TEST__ //&lt;BR /&gt; while ( HcdED(EdIdx)-&amp;gt;status == HCD_STATUS_TRANSFER_QUEUED ) {} &amp;nbsp; //while in this&lt;BR /&gt; return (HCD_STATUS) HcdED(EdIdx)-&amp;gt;status; &lt;BR /&gt;#else&lt;BR /&gt; return HCD_STATUS_OK;&lt;BR /&gt;#endif&lt;BR /&gt;}&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 19 May 2017 03:16:58 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/use-lpcusblib-in-LPC1788-chip/m-p/685931#M27638</guid>
      <dc:creator>mini92</dc:creator>
      <dc:date>2017-05-19T03:16:58Z</dc:date>
    </item>
    <item>
      <title>Re: use lpcusblib in LPC1788 chip</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/use-lpcusblib-in-LPC1788-chip/m-p/685932#M27639</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Chao Li,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Could you tell us more information about what you are trying to achieve? Which example project are you using?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best Regards,&lt;BR /&gt;Carlos Mendoza&lt;BR /&gt;Technical Support Engineer&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 May 2017 22:49:13 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/use-lpcusblib-in-LPC1788-chip/m-p/685932#M27639</guid>
      <dc:creator>Carlos_Mendoza</dc:creator>
      <dc:date>2017-05-24T22:49:13Z</dc:date>
    </item>
    <item>
      <title>Re: use lpcusblib in LPC1788 chip</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/use-lpcusblib-in-LPC1788-chip/m-p/685933#M27640</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Cralos_Mendoza,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;Thank you ask me , &amp;nbsp; I will upload my demo, &amp;nbsp;hardware using LPC1788 usb port2&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;this is my debug demo source&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;链接: &lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="https://community.nxp.com/external-link.jspa?url=https%3A%2F%2Fpan.baidu.com%2Fs%2F1i5R2mLf" rel="nofollow" target="_blank"&gt;https://pan.baidu.com/s/1i5R2mLf&lt;/A&gt;&lt;SPAN&gt; 密码: 5788&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Trouble to help guide me &amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 25 May 2017 08:22:59 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/use-lpcusblib-in-LPC1788-chip/m-p/685933#M27640</guid>
      <dc:creator>mini92</dc:creator>
      <dc:date>2017-05-25T08:22:59Z</dc:date>
    </item>
    <item>
      <title>Re: use lpcusblib in LPC1788 chip</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/use-lpcusblib-in-LPC1788-chip/m-p/685934#M27641</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="color: #51626f; background-color: #ffffff; border: 0px;"&gt;Hi Cralos_Mendoza,&lt;/P&gt;&lt;P style="color: #51626f; background-color: #ffffff; border: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P style="color: #51626f; background-color: #ffffff; border: 0px;"&gt;&amp;nbsp;Thank you ask me , &amp;nbsp; I will upload my demo, &amp;nbsp;hardware using LPC1788 usb port2&amp;nbsp;&lt;/P&gt;&lt;P style="color: #51626f; background-color: #ffffff; border: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P style="color: #51626f; background-color: #ffffff; border: 0px;"&gt;this is my debug demo source &amp;nbsp;in baidu&amp;nbsp;netdisc&lt;/P&gt;&lt;P style="color: #51626f; background-color: #ffffff; border: 0px;"&gt;&lt;SPAN style="border: 0px; font-weight: inherit;"&gt;source link: &lt;/SPAN&gt;&lt;A data-content-finding="Community" href="https://community.nxp.com/external-link.jspa?url=https%3A%2F%2Fpan.baidu.com%2Fs%2F1i5R2mLf" rel="nofollow" style="color: #5e89c1; border: 0px; font-weight: inherit; text-decoration: none; padding: 0px calc(12px + 0.35ex) 0px 0px;" target="_blank"&gt;https://pan.baidu.com/s/1i5R2mLf&lt;/A&gt;&lt;SPAN style="border: 0px; font-weight: inherit;"&gt; password: 5788&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="color: #51626f; background-color: #ffffff; border: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P style="color: #51626f; background-color: #ffffff; border: 0px;"&gt;Trouble to help guide me &amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 25 May 2017 08:29:07 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/use-lpcusblib-in-LPC1788-chip/m-p/685934#M27641</guid>
      <dc:creator>mini92</dc:creator>
      <dc:date>2017-05-25T08:29:07Z</dc:date>
    </item>
    <item>
      <title>Re: use lpcusblib in LPC1788 chip</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/use-lpcusblib-in-LPC1788-chip/m-p/685935#M27642</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Chao Li,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I would recommend you to first try modifying the lpcusblib_MassStorageHost example of lpcopen for lpc1788 and test it on an evaluation board. Please make sure you are implementing the changes described on this thread:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.nxp.com/thread/451242"&gt;https://community.nxp.com/thread/451242&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best Regards!&lt;BR /&gt;Carlos Mendoza&lt;BR /&gt;Technical Support Engineer&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 30 May 2017 14:38:04 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/use-lpcusblib-in-LPC1788-chip/m-p/685935#M27642</guid>
      <dc:creator>Carlos_Mendoza</dc:creator>
      <dc:date>2017-05-30T14:38:04Z</dc:date>
    </item>
  </channel>
</rss>

