<?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>topic Re: LPCOpen for LPC1788: missing INF files and USBD sources in LPC Microcontrollers</title>
    <link>https://community.nxp.com/t5/LPC-Microcontrollers/LPCOpen-for-LPC1788-missing-INF-files-and-USBD-sources/m-p/656827#M26099</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi &lt;A _jive_internal="true" data-content-finding="Community" data-userid="293577" data-username="carlobramini" href="https://community.nxp.com/people/carlobramini"&gt;Carlo Bramini&lt;/A&gt;,&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: Arial,sans-serif; font-size: small;"&gt;Thank you for your interest in NXP Semiconductor products and&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-family: 微软雅黑, sans-serif; font-size: 14px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: 21px; orphans: auto; text-align: left; text-indent: 0px; text-transform: none; white-space: normal; widows: 1; word-spacing: 0px; -webkit-text-stroke-width: 0px; display: inline !important; float: none; background-color: #ffffff;"&gt;the opportunity to serve you.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: 微软雅黑, sans-serif; font-size: 14px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: 21px; orphans: auto; text-align: left; text-indent: 0px; text-transform: none; white-space: normal; widows: 1; word-spacing: 0px; -webkit-text-stroke-width: 0px; display: inline !important; float: none; background-color: #ffffff;"&gt;1) There are not the INF files for the various USB device samples. I tried to make one myself, starting from other existing INF files, but without success. Where can I find these files for both x32 and x64 versions of Windows?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: 微软雅黑, sans-serif; font-size: 14px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: 21px; orphans: auto; text-align: left; text-indent: 0px; text-transform: none; white-space: normal; widows: 1; word-spacing: 0px; -webkit-text-stroke-width: 0px; display: inline !important; float: none; background-color: #ffffff;"&gt;&lt;A class="link-titled" href="https://www.lpcware.com/content/nxpfile/lpcopen-software-platform-usbd-library-drivers-windows" title="https://www.lpcware.com/content/nxpfile/lpcopen-software-platform-usbd-library-drivers-windows"&gt;LPCOpen software platform USBD Library drivers for Windows | www.LPCware.com&lt;/A&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: 微软雅黑, sans-serif; font-size: 14px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: 21px; orphans: auto; text-align: left; text-indent: 0px; text-transform: none; white-space: normal; widows: 1; word-spacing: 0px; -webkit-text-stroke-width: 0px; display: inline !important; float: none; background-color: #ffffff;"&gt;&amp;nbsp;2) It seems to me that it is included only a part of the lpcusblib, for handling the host mode in lpcusblib_MassStorageHost and lpcusblib_KeyboardHost samples. There is no trace of the code for handling the USBD and as far as I know, the LPC1788 has not ROM drivers for handling USB devices. There are some precompiled binaries in the LPCOpen archive, but they refuse to link and I got lot of unresolved externals. I downgraded to a GCC-4 and I was able to link successfully. Where can these missing sources be found, so that I can rebuild the libraries myself?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: 微软雅黑, sans-serif; font-size: 14px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: 21px; orphans: auto; text-align: left; text-indent: 0px; text-transform: none; white-space: normal; widows: 1; word-spacing: 0px; -webkit-text-stroke-width: 0px; display: inline !important; float: none; background-color: #ffffff;"&gt;Yes, I think so.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Have a great day,&lt;BR /&gt;TIC&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, 03 May 2017 01:58:25 GMT</pubDate>
    <dc:creator>jeremyzhou</dc:creator>
    <dc:date>2017-05-03T01:58:25Z</dc:date>
    <item>
      <title>LPCOpen for LPC1788: missing INF files and USBD sources</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/LPCOpen-for-LPC1788-missing-INF-files-and-USBD-sources/m-p/656826#M26098</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;I downloaded LPCOpen 2.10 for LPC1788, which is the latest version at the time of writing, and I tried to compile the USB CDC sample. I got some problems:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1) There are not the INF files for the various USB device samples. I tried to make one myself, starting from other existing INF files, but without success. Where can I find these files for both x32 and x64 versions of Windows?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2) It seems to me that it is included only a part of the lpcusblib, for handling the host mode in lpcusblib_MassStorageHost and lpcusblib_KeyboardHost samples. There is no trace of the code for handling the USBD and as far as I know, the LPC1788 has not ROM drivers for handling USB devices. There are some precompiled binaries in the LPCOpen archive, but they refuse to link and I got lot of unresolved externals. I downgraded to a GCC-4 and I was able to link successfully. Where can these missing sources be found, so that I can rebuild the libraries myself?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sincerely.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 02 May 2017 14:35:24 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/LPCOpen-for-LPC1788-missing-INF-files-and-USBD-sources/m-p/656826#M26098</guid>
      <dc:creator>carlobramini</dc:creator>
      <dc:date>2017-05-02T14:35:24Z</dc:date>
    </item>
    <item>
      <title>Re: LPCOpen for LPC1788: missing INF files and USBD sources</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/LPCOpen-for-LPC1788-missing-INF-files-and-USBD-sources/m-p/656827#M26099</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi &lt;A _jive_internal="true" data-content-finding="Community" data-userid="293577" data-username="carlobramini" href="https://community.nxp.com/people/carlobramini"&gt;Carlo Bramini&lt;/A&gt;,&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: Arial,sans-serif; font-size: small;"&gt;Thank you for your interest in NXP Semiconductor products and&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-family: 微软雅黑, sans-serif; font-size: 14px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: 21px; orphans: auto; text-align: left; text-indent: 0px; text-transform: none; white-space: normal; widows: 1; word-spacing: 0px; -webkit-text-stroke-width: 0px; display: inline !important; float: none; background-color: #ffffff;"&gt;the opportunity to serve you.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: 微软雅黑, sans-serif; font-size: 14px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: 21px; orphans: auto; text-align: left; text-indent: 0px; text-transform: none; white-space: normal; widows: 1; word-spacing: 0px; -webkit-text-stroke-width: 0px; display: inline !important; float: none; background-color: #ffffff;"&gt;1) There are not the INF files for the various USB device samples. I tried to make one myself, starting from other existing INF files, but without success. Where can I find these files for both x32 and x64 versions of Windows?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: 微软雅黑, sans-serif; font-size: 14px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: 21px; orphans: auto; text-align: left; text-indent: 0px; text-transform: none; white-space: normal; widows: 1; word-spacing: 0px; -webkit-text-stroke-width: 0px; display: inline !important; float: none; background-color: #ffffff;"&gt;&lt;A class="link-titled" href="https://www.lpcware.com/content/nxpfile/lpcopen-software-platform-usbd-library-drivers-windows" title="https://www.lpcware.com/content/nxpfile/lpcopen-software-platform-usbd-library-drivers-windows"&gt;LPCOpen software platform USBD Library drivers for Windows | www.LPCware.com&lt;/A&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: 微软雅黑, sans-serif; font-size: 14px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: 21px; orphans: auto; text-align: left; text-indent: 0px; text-transform: none; white-space: normal; widows: 1; word-spacing: 0px; -webkit-text-stroke-width: 0px; display: inline !important; float: none; background-color: #ffffff;"&gt;&amp;nbsp;2) It seems to me that it is included only a part of the lpcusblib, for handling the host mode in lpcusblib_MassStorageHost and lpcusblib_KeyboardHost samples. There is no trace of the code for handling the USBD and as far as I know, the LPC1788 has not ROM drivers for handling USB devices. There are some precompiled binaries in the LPCOpen archive, but they refuse to link and I got lot of unresolved externals. I downgraded to a GCC-4 and I was able to link successfully. Where can these missing sources be found, so that I can rebuild the libraries myself?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: 微软雅黑, sans-serif; font-size: 14px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: 21px; orphans: auto; text-align: left; text-indent: 0px; text-transform: none; white-space: normal; widows: 1; word-spacing: 0px; -webkit-text-stroke-width: 0px; display: inline !important; float: none; background-color: #ffffff;"&gt;Yes, I think so.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Have a great day,&lt;BR /&gt;TIC&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, 03 May 2017 01:58:25 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/LPCOpen-for-LPC1788-missing-INF-files-and-USBD-sources/m-p/656827#M26099</guid>
      <dc:creator>jeremyzhou</dc:creator>
      <dc:date>2017-05-03T01:58:25Z</dc:date>
    </item>
    <item>
      <title>Re: LPCOpen for LPC1788: missing INF files and USBD sources</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/LPCOpen-for-LPC1788-missing-INF-files-and-USBD-sources/m-p/656828#M26100</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;1) from this link, I went to the location with the LPC-Link 2 driver package:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="link-titled" href="https://www.lpcware.com/content/nxpfile/lpcxpresso-link2-usb-driver-package" title="https://www.lpcware.com/content/nxpfile/lpcxpresso-link2-usb-driver-package"&gt;LPCXpresso Link2 USB driver package | www.LPCware.com&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and, after installing it, I got this first issue resolved: after attaching the LPC1788 with usbd_lib_cdc_uart firmware, the driver has been automatically installed. I think that it would be better to put this link in the page with the download of LPCopen.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2) This is still unresolved... I'm forced to used an older GCC, although it is not a big problem, at least for now.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 05 May 2017 13:45:10 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/LPCOpen-for-LPC1788-missing-INF-files-and-USBD-sources/m-p/656828#M26100</guid>
      <dc:creator>carlobramini</dc:creator>
      <dc:date>2017-05-05T13:45:10Z</dc:date>
    </item>
  </channel>
</rss>

