<?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: EVOLUTE LPC55S16 HS-USB ISSUE CRITICAL in LPC Microcontrollers</title>
    <link>https://community.nxp.com/t5/LPC-Microcontrollers/EVOLUTE-LPC55S16-HS-USB-ISSUE-CRITICAL/m-p/1493114#M49660</link>
    <description>&lt;P&gt;1. Did you test O1 and O2?&lt;/P&gt;
&lt;P&gt;2. Please test the demo with O3 on latest SDK2.12.0, as far as I know it fixed some problem of previous versions, including USB samples.&lt;/P&gt;</description>
    <pubDate>Thu, 21 Jul 2022 07:14:33 GMT</pubDate>
    <dc:creator>ZhangJennie</dc:creator>
    <dc:date>2022-07-21T07:14:33Z</dc:date>
    <item>
      <title>EVOLUTE LPC55S16 HS-USB ISSUE CRITICAL</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/EVOLUTE-LPC55S16-HS-USB-ISSUE-CRITICAL/m-p/1492911#M49652</link>
      <description>&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;we need the functionality of USB. they are using "lpcxpresso55s16_dev_composite_cdc_vcom_cdc_vcom_lite_bm". where as we are using HS-USB. As per recomended which is only used for USB - Field Programming not FS-USB. If we change the code to HS-USB it's not working in O2 optimize, kindly look into the code and give us solution.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;in addition to this we tested&amp;nbsp;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;lpcxpresso55s16_dev_cdc_vcom_bm SDK Code we are getting the error in serial as shown in the attached&amp;nbsp;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="EVOLUTE HS o2 Optimization.jpg" style="width: 856px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/187338iCA21BF83D0663936/image-size/large?v=v2&amp;amp;px=999" role="button" title="EVOLUTE HS o2 Optimization.jpg" alt="EVOLUTE HS o2 Optimization.jpg" /&gt;&lt;/span&gt;&lt;/STRONG&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 21 Jul 2022 01:50:57 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/EVOLUTE-LPC55S16-HS-USB-ISSUE-CRITICAL/m-p/1492911#M49652</guid>
      <dc:creator>Adarsh1</dc:creator>
      <dc:date>2022-07-21T01:50:57Z</dc:date>
    </item>
    <item>
      <title>Re: EVOLUTE LPC55S16 HS-USB ISSUE CRITICAL</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/EVOLUTE-LPC55S16-HS-USB-ISSUE-CRITICAL/m-p/1492982#M49656</link>
      <description>&lt;P&gt;Hi&amp;nbsp;Adarsh1&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Normally the default demo code is FS USB. To change to HS USB:&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Chang file :usb_device_config.h&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;/*! @brief LPC USB IP3511 FS instance count */&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;#define&lt;/STRONG&gt; USB_DEVICE_CONFIG_LPCIP3511FS (0U)&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;/*! @brief LPC USB IP3511 HS instance count */&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;#define&lt;/STRONG&gt; USB_DEVICE_CONFIG_LPCIP3511HS (1U)&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Did you do the same?&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If yes, How if works with default optimization level (-O0)? Do you mean this problem occurs when optimization change from -O0 to -O3?&lt;/P&gt;
&lt;P&gt;Did you test O1 and O2?&lt;/P&gt;
&lt;P&gt;Please let me know your testing result, I could get a board to test it later.&lt;/P&gt;
&lt;P&gt;Thanks,&lt;/P&gt;
&lt;P&gt;Jun Zhang&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 21 Jul 2022 03:35:54 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/EVOLUTE-LPC55S16-HS-USB-ISSUE-CRITICAL/m-p/1492982#M49656</guid>
      <dc:creator>ZhangJennie</dc:creator>
      <dc:date>2022-07-21T03:35:54Z</dc:date>
    </item>
    <item>
      <title>Re: EVOLUTE LPC55S16 HS-USB ISSUE CRITICAL</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/EVOLUTE-LPC55S16-HS-USB-ISSUE-CRITICAL/m-p/1493062#M49659</link>
      <description>&lt;P&gt;Dear Jun Zhang,&lt;/P&gt;&lt;P&gt;Thanks for quick response, because this is critical project,&lt;/P&gt;&lt;P&gt;We are testing "lpcxpresso55s16_dev_composite_cdc_vcom_cdc_vcom_lite_bm" with O2 optimization with this SDK example HS USB we are testing we are seeing both the serial terminal disconnected, but O0 optimization both serial terminal are connected.&lt;/P&gt;</description>
      <pubDate>Thu, 21 Jul 2022 06:25:46 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/EVOLUTE-LPC55S16-HS-USB-ISSUE-CRITICAL/m-p/1493062#M49659</guid>
      <dc:creator>Adarsh1</dc:creator>
      <dc:date>2022-07-21T06:25:46Z</dc:date>
    </item>
    <item>
      <title>Re: EVOLUTE LPC55S16 HS-USB ISSUE CRITICAL</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/EVOLUTE-LPC55S16-HS-USB-ISSUE-CRITICAL/m-p/1493114#M49660</link>
      <description>&lt;P&gt;1. Did you test O1 and O2?&lt;/P&gt;
&lt;P&gt;2. Please test the demo with O3 on latest SDK2.12.0, as far as I know it fixed some problem of previous versions, including USB samples.&lt;/P&gt;</description>
      <pubDate>Thu, 21 Jul 2022 07:14:33 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/EVOLUTE-LPC55S16-HS-USB-ISSUE-CRITICAL/m-p/1493114#M49660</guid>
      <dc:creator>ZhangJennie</dc:creator>
      <dc:date>2022-07-21T07:14:33Z</dc:date>
    </item>
  </channel>
</rss>

