<?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: LPC11U68 USB MSC+CDC device configuration in LPC Microcontrollers</title>
    <link>https://community.nxp.com/t5/LPC-Microcontrollers/LPC11U68-USB-MSC-CDC-device-configuration/m-p/1612585#M51863</link>
    <description>&lt;P&gt;See attached descriptor file. It is based on descriptor files from the LPC Open SW.&lt;/P&gt;&lt;P&gt;This is the download link:&lt;/P&gt;&lt;P&gt;&lt;A href="https://www.nxp.com/webapp/Download?colCode=lpcopen_3_03_lpcxpresso_lpcxpresso_11e68" target="_blank"&gt;https://www.nxp.com/webapp/Download?colCode=lpcopen_3_03_lpcxpresso_lpcxpresso_11e68&lt;/A&gt;&lt;/P&gt;&lt;P&gt;from this page:&lt;/P&gt;&lt;P&gt;&lt;A href="https://www.nxp.com/design/microcontrollers-developer-resources/lpcopen-libraries-and-examples/lpcopen-software-development-platform-lpc11xx:LPCOPEN-SOFTWARE-FOR-LPC11XX" target="_blank"&gt;https://www.nxp.com/design/microcontrollers-developer-resources/lpcopen-libraries-and-examples/lpcopen-software-development-platform-lpc11xx:LPCOPEN-SOFTWARE-FOR-LPC11XX&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;thanks,&lt;/P&gt;&lt;P&gt;Gabriel&lt;/P&gt;</description>
    <pubDate>Thu, 09 Mar 2023 17:22:32 GMT</pubDate>
    <dc:creator>gllake</dc:creator>
    <dc:date>2023-03-09T17:22:32Z</dc:date>
    <item>
      <title>LPC11U68 USB MSC+CDC device configuration</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/LPC11U68-USB-MSC-CDC-device-configuration/m-p/1611123#M51833</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;I am having trouble porting a working USB composite device application from the LPC54114 to the LPC11U68.&lt;/P&gt;&lt;P&gt;Problem Background:&lt;/P&gt;&lt;P&gt;In this application, the device is either enumerated as CDC only, or a composite CDC + MSC device. The problem occurs in enumerating as a composite device.&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Testing with a host machine running Windows 10&lt;/LI&gt;&lt;LI&gt;Using the LPC Open ROM API V3.03&lt;/LI&gt;&lt;LI&gt;a COM port device and Mass Storage device both appear in device manager upon enumerating the composite device, however, I cannot connect to the Vcom port in any serial terminal, and after a minute or so, Windows declares the device unrecognizable&lt;/LI&gt;&lt;LI&gt;Using a debug probe, I can see the MCU enters the hard fault handler after USB initialization, and before entering any CDC or MSC callbacks.&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;Debugging steps:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;I am familiar with the USBD ROM examples and have tried different PIDs and endpoint addresses according to the examples and also &lt;A href="https://community.element14.com/products/devtools/technicallibrary/m/files/14859" target="_self"&gt;AN11232.&lt;/A&gt;&lt;/LI&gt;&lt;LI&gt;implemented ROM driver bug workarounds: (MSC) artf45032, (CDC) artf44835. artf32219, artf32289. --see usb_init.c&lt;/LI&gt;&lt;LI&gt;checked the USB0 controller ERROR register from the hard fault handler. (reports no error)&lt;/LI&gt;&lt;LI&gt;I know from debugging that the hardfault occurs after the usb initialization function runs and before any interface callbacks are invoked.&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;I'd like to confirm that the device descriptor file and implementation of the ROM driver bug workarounds are both correct. Further debugging steps would be appreciated.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you,&lt;/P&gt;&lt;P&gt;Gabriel&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 14 Mar 2023 16:44:43 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/LPC11U68-USB-MSC-CDC-device-configuration/m-p/1611123#M51833</guid>
      <dc:creator>gllake</dc:creator>
      <dc:date>2023-03-14T16:44:43Z</dc:date>
    </item>
    <item>
      <title>Re: LPC11U68 USB MSC+CDC device configuration</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/LPC11U68-USB-MSC-CDC-device-configuration/m-p/1612198#M51855</link>
      <description>&lt;P&gt;Which&amp;nbsp;&lt;SPAN&gt;device descriptor file&amp;nbsp;are you referring to? If this is included in a NXP SW package, please let me know the package link name. I will check.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 09 Mar 2023 07:09:47 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/LPC11U68-USB-MSC-CDC-device-configuration/m-p/1612198#M51855</guid>
      <dc:creator>ZhangJennie</dc:creator>
      <dc:date>2023-03-09T07:09:47Z</dc:date>
    </item>
    <item>
      <title>Re: LPC11U68 USB MSC+CDC device configuration</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/LPC11U68-USB-MSC-CDC-device-configuration/m-p/1612585#M51863</link>
      <description>&lt;P&gt;See attached descriptor file. It is based on descriptor files from the LPC Open SW.&lt;/P&gt;&lt;P&gt;This is the download link:&lt;/P&gt;&lt;P&gt;&lt;A href="https://www.nxp.com/webapp/Download?colCode=lpcopen_3_03_lpcxpresso_lpcxpresso_11e68" target="_blank"&gt;https://www.nxp.com/webapp/Download?colCode=lpcopen_3_03_lpcxpresso_lpcxpresso_11e68&lt;/A&gt;&lt;/P&gt;&lt;P&gt;from this page:&lt;/P&gt;&lt;P&gt;&lt;A href="https://www.nxp.com/design/microcontrollers-developer-resources/lpcopen-libraries-and-examples/lpcopen-software-development-platform-lpc11xx:LPCOPEN-SOFTWARE-FOR-LPC11XX" target="_blank"&gt;https://www.nxp.com/design/microcontrollers-developer-resources/lpcopen-libraries-and-examples/lpcopen-software-development-platform-lpc11xx:LPCOPEN-SOFTWARE-FOR-LPC11XX&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;thanks,&lt;/P&gt;&lt;P&gt;Gabriel&lt;/P&gt;</description>
      <pubDate>Thu, 09 Mar 2023 17:22:32 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/LPC11U68-USB-MSC-CDC-device-configuration/m-p/1612585#M51863</guid>
      <dc:creator>gllake</dc:creator>
      <dc:date>2023-03-09T17:22:32Z</dc:date>
    </item>
    <item>
      <title>Re: LPC11U68 USB MSC+CDC device configuration</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/LPC11U68-USB-MSC-CDC-device-configuration/m-p/1612904#M51870</link>
      <description>&lt;P&gt;HI&amp;nbsp;gllake&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I checked, there's no known issue of this package &lt;SPAN&gt;descriptor file.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Thanks,&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Jun Zhang&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 10 Mar 2023 06:13:42 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/LPC11U68-USB-MSC-CDC-device-configuration/m-p/1612904#M51870</guid>
      <dc:creator>ZhangJennie</dc:creator>
      <dc:date>2023-03-10T06:13:42Z</dc:date>
    </item>
    <item>
      <title>Re: LPC11U68 USB MSC+CDC device configuration</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/LPC11U68-USB-MSC-CDC-device-configuration/m-p/1613267#M51884</link>
      <description>&lt;P&gt;Great. More specifically to my project, do you see an issue my my descriptor file cdc_desc.c or in the implementation of the ROM driver bug workarounds in usb_init.c: artf32219, artf45032, artf44835, and artf32289.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;-Gabriel&lt;/P&gt;</description>
      <pubDate>Fri, 10 Mar 2023 17:23:54 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/LPC11U68-USB-MSC-CDC-device-configuration/m-p/1613267#M51884</guid>
      <dc:creator>gllake</dc:creator>
      <dc:date>2023-03-10T17:23:54Z</dc:date>
    </item>
    <item>
      <title>Re: LPC11U68 USB MSC+CDC device configuration</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/LPC11U68-USB-MSC-CDC-device-configuration/m-p/1614851#M51898</link>
      <description>&lt;P&gt;Does your&amp;nbsp;&lt;SPAN&gt;escriptor file cdc_desc.c and usb_init.c are default NXP SW or you revised them?&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;If NXP default version, please let me knoe the link. I will check.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 14 Mar 2023 10:30:30 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/LPC11U68-USB-MSC-CDC-device-configuration/m-p/1614851#M51898</guid>
      <dc:creator>ZhangJennie</dc:creator>
      <dc:date>2023-03-14T10:30:30Z</dc:date>
    </item>
  </channel>
</rss>

