<?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: Does it work USB ROM API with USB HS on LPC54xxx? in LPC Microcontrollers</title>
    <link>https://community.nxp.com/t5/LPC-Microcontrollers/Does-it-work-USB-ROM-API-with-USB-HS-on-LPC54xxx/m-p/1042694#M40512</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI&amp;nbsp;&lt;A _jive_internal="true" data-content-finding="Community" data-userid="273160" data-username="mikebo" href="https://community.nxp.com/people/mikebo" style="color: #3d9ce7; background-color: #ffffff; border: 0px; font-weight: 600; text-decoration: none; font-size: 11.9994px;"&gt;Mikhail Modin&lt;/A&gt;&lt;SPAN style="color: #646464; background-color: #ffffff;"&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;For&amp;nbsp;&lt;SPAN style="color: #51626f; background-color: #ffffff;"&gt;LPC54xxx, we only have USB demo code enclosed in MCUXpresso SDK.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #51626f; background-color: #ffffff;"&gt;&lt;A class="link-titled" href="https://mcuxpresso.nxp.com/en/builder" title="https://mcuxpresso.nxp.com/en/builder"&gt;https://mcuxpresso.nxp.com/en/builder&lt;/A&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="color: #51626f; background-color: #ffffff; border: 0px;"&gt;By default that USB demo code is for FS&amp;nbsp;USB0. If you need HS USB1, you need enable high speed mode with below code:&lt;/P&gt;&lt;P style="color: #51626f; background-color: #ffffff; border: 0px;"&gt;/*! @brief LPC USB IP3511 FS instance count */&lt;BR /&gt;#define USB_DEVICE_CONFIG_LPCIP3511FS (0U)&lt;/P&gt;&lt;P style="color: #51626f; background-color: #ffffff; border: 0px;"&gt;/*! @brief LPC USB IP3511 HS instance count */&lt;BR /&gt;#define USB_DEVICE_CONFIG_LPCIP3511HS (1U)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;rebuild project.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Make sure you have external power supply to the board when use HS USB.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #51626f; background-color: #ffffff;"&gt;Have a nice day.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #51626f; background-color: #ffffff;"&gt;Jun Zhang&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 20 May 2020 01:20:49 GMT</pubDate>
    <dc:creator>ZhangJennie</dc:creator>
    <dc:date>2020-05-20T01:20:49Z</dc:date>
    <item>
      <title>Does it work USB ROM API with USB HS on LPC54xxx?</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/Does-it-work-USB-ROM-API-with-USB-HS-on-LPC54xxx/m-p/1042693#M40511</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I can't find any example with HS USB on LPC54xxx and USB ROM API.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 May 2020 09:11:46 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/Does-it-work-USB-ROM-API-with-USB-HS-on-LPC54xxx/m-p/1042693#M40511</guid>
      <dc:creator>mikebo</dc:creator>
      <dc:date>2020-05-19T09:11:46Z</dc:date>
    </item>
    <item>
      <title>Re: Does it work USB ROM API with USB HS on LPC54xxx?</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/Does-it-work-USB-ROM-API-with-USB-HS-on-LPC54xxx/m-p/1042694#M40512</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI&amp;nbsp;&lt;A _jive_internal="true" data-content-finding="Community" data-userid="273160" data-username="mikebo" href="https://community.nxp.com/people/mikebo" style="color: #3d9ce7; background-color: #ffffff; border: 0px; font-weight: 600; text-decoration: none; font-size: 11.9994px;"&gt;Mikhail Modin&lt;/A&gt;&lt;SPAN style="color: #646464; background-color: #ffffff;"&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;For&amp;nbsp;&lt;SPAN style="color: #51626f; background-color: #ffffff;"&gt;LPC54xxx, we only have USB demo code enclosed in MCUXpresso SDK.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #51626f; background-color: #ffffff;"&gt;&lt;A class="link-titled" href="https://mcuxpresso.nxp.com/en/builder" title="https://mcuxpresso.nxp.com/en/builder"&gt;https://mcuxpresso.nxp.com/en/builder&lt;/A&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="color: #51626f; background-color: #ffffff; border: 0px;"&gt;By default that USB demo code is for FS&amp;nbsp;USB0. If you need HS USB1, you need enable high speed mode with below code:&lt;/P&gt;&lt;P style="color: #51626f; background-color: #ffffff; border: 0px;"&gt;/*! @brief LPC USB IP3511 FS instance count */&lt;BR /&gt;#define USB_DEVICE_CONFIG_LPCIP3511FS (0U)&lt;/P&gt;&lt;P style="color: #51626f; background-color: #ffffff; border: 0px;"&gt;/*! @brief LPC USB IP3511 HS instance count */&lt;BR /&gt;#define USB_DEVICE_CONFIG_LPCIP3511HS (1U)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;rebuild project.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Make sure you have external power supply to the board when use HS USB.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #51626f; background-color: #ffffff;"&gt;Have a nice day.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #51626f; background-color: #ffffff;"&gt;Jun Zhang&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 May 2020 01:20:49 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/Does-it-work-USB-ROM-API-with-USB-HS-on-LPC54xxx/m-p/1042694#M40512</guid>
      <dc:creator>ZhangJennie</dc:creator>
      <dc:date>2020-05-20T01:20:49Z</dc:date>
    </item>
  </channel>
</rss>

