<?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: LPC54113 USB CDC VCOM building issue in LPC Microcontrollers</title>
    <link>https://community.nxp.com/t5/LPC-Microcontrollers/LPC54113-USB-CDC-VCOM-building-issue/m-p/1750191#M54602</link>
    <description>&lt;P&gt;Hi Alice,&lt;/P&gt;&lt;P&gt;Here are the steps:&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;Started a fresh version of LPC54113 dev_cdc_vcom_bm code example by clicking New-&amp;gt;import SDK example(s) menu. Then selected the LPC54114J256 SDK and board lpcxpresso54114.&amp;nbsp;&lt;/LI&gt;&lt;LI&gt;Selected usb_examples then checked dev_cdc_vcom_bm app. The application is generated and new project added to my project list.&lt;/LI&gt;&lt;LI&gt;I built the default configuration and it built successfully.&amp;nbsp;&lt;/LI&gt;&lt;LI&gt;Opened usb_device_config,h file. There are 4 devices configurations in “usb_device_config.h” which are KHCI, EHCI and LPCIP3511LS &amp;amp;&amp;nbsp;LPCIP3511HS., the default configuration is set to LPCIP3511FS. I disabled the default configuration and enabled only LPCIP3511HS as follow:&lt;/LI&gt;&lt;/OL&gt;&lt;TABLE&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD width="623"&gt;&lt;P&gt;/*! @brief LPC USB IP3511 FS instance count */&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;#define&lt;/STRONG&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;USB_DEVICE_CONFIG_LPCIP3511FS (0U)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;/*! @brief LPC USB IP3511 HS instance count */&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;#define&lt;/STRONG&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;USB_DEVICE_CONFIG_LPCIP3511HS (1U)&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp;&lt;/P&gt;&lt;P&gt;5. Cleaned the build, then re-build the project. At this point I am getting too many errors&amp;nbsp;&lt;/P&gt;&lt;P&gt;When I rebuild the application, it produces too 91 errors:&lt;/P&gt;&lt;P&gt;&lt;FONT color="#FF0000"&gt;&lt;EM&gt;05:41:35 Build Failed. 91 errors, 0 warnings. (took 1s.609ms)&lt;/EM&gt;&lt;/FONT&gt;&lt;/P&gt;</description>
    <pubDate>Wed, 01 Nov 2023 09:49:10 GMT</pubDate>
    <dc:creator>asydhom</dc:creator>
    <dc:date>2023-11-01T09:49:10Z</dc:date>
    <item>
      <title>LPC54113 USB CDC VCOM building issue</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/LPC54113-USB-CDC-VCOM-building-issue/m-p/1749715#M54595</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;We have a customer trying to implement a USB CDC VCOM app based on the code example "dev_cdc_vcom_bm". The default device configuration is LPCIP3511FS. This is the only configuration that builds and working but with packet size 64 bytes only. When the customer tried to configure different USB IP such as EHCI, KHCI or LPCIP3511HS, he got lot of compiling errors. I did try by myself and was able to see those errors. Is it expected behavior or there is something wrong. The customer wants to increase the end point packet size to 512 bytes instead of the default 64 bytes.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;P&gt;Ayman Sydhom&lt;/P&gt;</description>
      <pubDate>Tue, 31 Oct 2023 17:54:43 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/LPC54113-USB-CDC-VCOM-building-issue/m-p/1749715#M54595</guid>
      <dc:creator>asydhom</dc:creator>
      <dc:date>2023-10-31T17:54:43Z</dc:date>
    </item>
    <item>
      <title>Re: LPC54113 USB CDC VCOM building issue</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/LPC54113-USB-CDC-VCOM-building-issue/m-p/1750154#M54600</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/213484"&gt;@asydhom&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Could you please show the detail steps you changed?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;BR&lt;/P&gt;
&lt;P&gt;Alice&lt;/P&gt;</description>
      <pubDate>Wed, 01 Nov 2023 09:10:28 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/LPC54113-USB-CDC-VCOM-building-issue/m-p/1750154#M54600</guid>
      <dc:creator>Alice_Yang</dc:creator>
      <dc:date>2023-11-01T09:10:28Z</dc:date>
    </item>
    <item>
      <title>Re: LPC54113 USB CDC VCOM building issue</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/LPC54113-USB-CDC-VCOM-building-issue/m-p/1750191#M54602</link>
      <description>&lt;P&gt;Hi Alice,&lt;/P&gt;&lt;P&gt;Here are the steps:&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;Started a fresh version of LPC54113 dev_cdc_vcom_bm code example by clicking New-&amp;gt;import SDK example(s) menu. Then selected the LPC54114J256 SDK and board lpcxpresso54114.&amp;nbsp;&lt;/LI&gt;&lt;LI&gt;Selected usb_examples then checked dev_cdc_vcom_bm app. The application is generated and new project added to my project list.&lt;/LI&gt;&lt;LI&gt;I built the default configuration and it built successfully.&amp;nbsp;&lt;/LI&gt;&lt;LI&gt;Opened usb_device_config,h file. There are 4 devices configurations in “usb_device_config.h” which are KHCI, EHCI and LPCIP3511LS &amp;amp;&amp;nbsp;LPCIP3511HS., the default configuration is set to LPCIP3511FS. I disabled the default configuration and enabled only LPCIP3511HS as follow:&lt;/LI&gt;&lt;/OL&gt;&lt;TABLE&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD width="623"&gt;&lt;P&gt;/*! @brief LPC USB IP3511 FS instance count */&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;#define&lt;/STRONG&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;USB_DEVICE_CONFIG_LPCIP3511FS (0U)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;/*! @brief LPC USB IP3511 HS instance count */&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;#define&lt;/STRONG&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;USB_DEVICE_CONFIG_LPCIP3511HS (1U)&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp;&lt;/P&gt;&lt;P&gt;5. Cleaned the build, then re-build the project. At this point I am getting too many errors&amp;nbsp;&lt;/P&gt;&lt;P&gt;When I rebuild the application, it produces too 91 errors:&lt;/P&gt;&lt;P&gt;&lt;FONT color="#FF0000"&gt;&lt;EM&gt;05:41:35 Build Failed. 91 errors, 0 warnings. (took 1s.609ms)&lt;/EM&gt;&lt;/FONT&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 01 Nov 2023 09:49:10 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/LPC54113-USB-CDC-VCOM-building-issue/m-p/1750191#M54602</guid>
      <dc:creator>asydhom</dc:creator>
      <dc:date>2023-11-01T09:49:10Z</dc:date>
    </item>
    <item>
      <title>Re: LPC54113 USB CDC VCOM building issue</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/LPC54113-USB-CDC-VCOM-building-issue/m-p/1750821#M54612</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/213484"&gt;@asydhom&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;LPC5411x doesn't support high-speed USB, only one full-sped usb interface, so there will be error.&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Alice_Yang_0-1698907528022.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/248065i2F67A26AF6AC5C6D/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Alice_Yang_0-1698907528022.png" alt="Alice_Yang_0-1698907528022.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;BR&lt;/P&gt;
&lt;P&gt;Alice&lt;/P&gt;</description>
      <pubDate>Thu, 02 Nov 2023 06:45:52 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/LPC54113-USB-CDC-VCOM-building-issue/m-p/1750821#M54612</guid>
      <dc:creator>Alice_Yang</dc:creator>
      <dc:date>2023-11-02T06:45:52Z</dc:date>
    </item>
    <item>
      <title>Re: LPC54113 USB CDC VCOM building issue</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/LPC54113-USB-CDC-VCOM-building-issue/m-p/1754281#M54665</link>
      <description>&lt;P&gt;Thanks Alice.&lt;/P&gt;</description>
      <pubDate>Wed, 08 Nov 2023 14:46:54 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/LPC54113-USB-CDC-VCOM-building-issue/m-p/1754281#M54665</guid>
      <dc:creator>asydhom</dc:creator>
      <dc:date>2023-11-08T14:46:54Z</dc:date>
    </item>
  </channel>
</rss>

