<?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>LPC Microcontrollers中的主题 Re: LPC43S57 USB1 Host Configuration issue</title>
    <link>https://community.nxp.com/t5/LPC-Microcontrollers/LPC43S57-USB1-Host-Configuration-issue/m-p/2172631#M58782</link>
    <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/254905"&gt;@HeatherUlrich&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Did you change USB1 from Host to Device mode and develop the &lt;CODE&gt;device_cdc&lt;/CODE&gt; project?&lt;BR /&gt;If yes, you can first run the CDC demo under LPCOpen on your board to test it.&lt;BR /&gt;This will help confirm whether there are any issues with your hardware.&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;Thank you.&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;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Fri, 19 Sep 2025 08:23:55 GMT</pubDate>
    <dc:creator>Alice_Yang</dc:creator>
    <dc:date>2025-09-19T08:23:55Z</dc:date>
    <item>
      <title>LPC43S57 USB1 Host Configuration issue</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/LPC43S57-USB1-Host-Configuration-issue/m-p/2167949#M58753</link>
      <description>&lt;P&gt;Hi&lt;/P&gt;&lt;DIV class=""&gt;&amp;nbsp; &amp;nbsp; We are trying to use USB1 peripheral of LPC43S57 controller as USB host to connect a device in customer board. We are using KEIL MDK to configure the USB stack and USB driver.&lt;/DIV&gt;&lt;DIV class=""&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV class=""&gt;When we call USBH_Initialize(1) function it returns an error indicating "Controller does not exist". We tried to search on the internet regarding the USB1 Hardware connections, and we observed that in many places it is mentioned that USB1 peripheral will not work without external PHY. However, the datasheet indicates that it supports on chip full speed PHY.&amp;nbsp;&lt;/DIV&gt;&lt;DIV class=""&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV class=""&gt;Can you clarify for us if the USB1 does have on chip full speed PHY?&lt;/DIV&gt;&lt;DIV class=""&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV class=""&gt;&lt;SPAN&gt;The USB1_VBUS pin is not used since it is a Host and the device we are connecting is a self powered device.&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV class=""&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV class=""&gt;Also please find below the snapshot of the USB1 connection we have done as Host&lt;/DIV&gt;&lt;DIV class=""&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV class=""&gt;Regards&lt;/DIV&gt;&lt;DIV class=""&gt;Sabarish Kumar&lt;/DIV&gt;</description>
      <pubDate>Thu, 11 Sep 2025 15:29:01 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/LPC43S57-USB1-Host-Configuration-issue/m-p/2167949#M58753</guid>
      <dc:creator>Sabarish</dc:creator>
      <dc:date>2025-09-11T15:29:01Z</dc:date>
    </item>
    <item>
      <title>Re: LPC43S57 USB1 Host Configuration issue</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/LPC43S57-USB1-Host-Configuration-issue/m-p/2169642#M58762</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/218441"&gt;@Sabarish&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;In USB Full-speed mode, use CLK_USB1 to generate a clock for USB1 interface, no need external PHY. While&amp;nbsp;In High-speed mode, the external PHY generates the clock for the USB1 interface, and the USB1_ULPI_CLK must be enabled on pins PC_0 or P8_8 through their respective pin configuration registers in the system configuration block.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Please check that the ​​USB1_DP​​ and ​​USB1_DM​​ signals are correctly connected to the device. Additionally, ensure that the software configuration is properly set up. For reference, you can refer to the ​​USB-host demo​​ provided in the ​​LPCopen​​ library.&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Alice_Yang_0-1757931704656.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/356959iC620323CE8E36CBD/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Alice_Yang_0-1757931704656.png" alt="Alice_Yang_0-1757931704656.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;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 15 Sep 2025 10:23:14 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/LPC43S57-USB1-Host-Configuration-issue/m-p/2169642#M58762</guid>
      <dc:creator>Alice_Yang</dc:creator>
      <dc:date>2025-09-15T10:23:14Z</dc:date>
    </item>
    <item>
      <title>Re: LPC43S57 USB1 Host Configuration issue</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/LPC43S57-USB1-Host-Configuration-issue/m-p/2169717#M58765</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;A href="https://community.nxp.com/t5/user/viewprofilepage/user-id/27788" target="_blank"&gt;@Alice_Yang&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; I have already configured&amp;nbsp;&lt;SPAN&gt;CLK_USB1 to generate the clock for USB1 interface for 60MHZ. I have Configured USB1 as device(Full Speed mode) and connected to the PC. In LPC43S57 USB controller I can able to see the USB is attached as A device in USB Status register but in PC I can't able to see any COM port or any other USB device is connected. I Have Configured USB0 as device and connected to PC it is detected as COM port and not working with USB1 configuration.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;I have attached&amp;nbsp; USB1 device configuration image for your reference&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Regards&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Sabarish Kumar&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 15 Sep 2025 12:31:25 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/LPC43S57-USB1-Host-Configuration-issue/m-p/2169717#M58765</guid>
      <dc:creator>Sabarish</dc:creator>
      <dc:date>2025-09-15T12:31:25Z</dc:date>
    </item>
    <item>
      <title>Re: LPC43S57 USB1 Host Configuration issue</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/LPC43S57-USB1-Host-Configuration-issue/m-p/2170857#M58770</link>
      <description>&lt;P&gt;&lt;SPAN&gt;&lt;A href="https://slopegamerun.com" target="_self"&gt;@Slope Game&lt;/A&gt;&amp;nbsp;Anyway, speaking of things crashing spectacularly, I once spent an entire weekend wrestling with a dodgy microcontroller that refused to enumerate correctly. Turns out a single misconfigured clock speed was the culprit, cascading into a chain of unexpected errors that was a real&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;of debugging. It was incredibly frustrating.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 17 Sep 2025 06:13:35 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/LPC43S57-USB1-Host-Configuration-issue/m-p/2170857#M58770</guid>
      <dc:creator>HeatherUlrich</dc:creator>
      <dc:date>2025-09-17T06:13:35Z</dc:date>
    </item>
    <item>
      <title>Re: LPC43S57 USB1 Host Configuration issue</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/LPC43S57-USB1-Host-Configuration-issue/m-p/2172631#M58782</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/254905"&gt;@HeatherUlrich&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Did you change USB1 from Host to Device mode and develop the &lt;CODE&gt;device_cdc&lt;/CODE&gt; project?&lt;BR /&gt;If yes, you can first run the CDC demo under LPCOpen on your board to test it.&lt;BR /&gt;This will help confirm whether there are any issues with your hardware.&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;Thank you.&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;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 19 Sep 2025 08:23:55 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/LPC43S57-USB1-Host-Configuration-issue/m-p/2172631#M58782</guid>
      <dc:creator>Alice_Yang</dc:creator>
      <dc:date>2025-09-19T08:23:55Z</dc:date>
    </item>
    <item>
      <title>Re: LPC43S57 USB1 Host Configuration issue</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/LPC43S57-USB1-Host-Configuration-issue/m-p/2257768#M59056</link>
      <description>&lt;P&gt;Okay, let's unpack this USB conundrum! Is it the internal PHY or some hardware quirk messing things up? That controller error is always a headache. Finding the right USB configuration can feel like navigating a maze. Once, I was wrestling with a stubborn Arduino setup, trying to get it to communicate with a sensor for a project. Spent hours tracing wires and debugging code only to realize a simple power supply issue was the root cause, completely sidelining my @&lt;A href="https://geometrydashlitefree.com" target="_self"&gt;geometry dash&lt;/A&gt;&amp;nbsp;-filled afternoon. Sometimes, the obvious escapes us, right?&lt;/P&gt;</description>
      <pubDate>Tue, 09 Dec 2025 08:23:48 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/LPC43S57-USB1-Host-Configuration-issue/m-p/2257768#M59056</guid>
      <dc:creator>RogerTrahan</dc:creator>
      <dc:date>2025-12-09T08:23:48Z</dc:date>
    </item>
    <item>
      <title>Re: LPC43S57 USB1 Host Configuration issue</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/LPC43S57-USB1-Host-Configuration-issue/m-p/2281848#M59140</link>
      <description>&lt;P&gt;&lt;SPAN&gt;That's a tricky issue with the USBH_Initialize function! I remember facing similar hardware connection problems before. Sometimes, even seemingly minor details in the setup can cause headaches. While I can't offer specific hardware debugging advice here, have you considered checking out the &lt;STRONG&gt;&lt;A href="https://geometrydash-pc.com/" target="_self"&gt;Geometry Dash&lt;/A&gt;&lt;/STRONG&gt; forums? The community there is surprisingly knowledgeable about all sorts of technical challenges, and someone might have encountered a similar problem with USB device initialization.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 06 Jan 2026 07:14:36 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/LPC43S57-USB1-Host-Configuration-issue/m-p/2281848#M59140</guid>
      <dc:creator>JonathanAshton</dc:creator>
      <dc:date>2026-01-06T07:14:36Z</dc:date>
    </item>
    <item>
      <title>Re: LPC43S57 USB1 Host Configuration issue</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/LPC43S57-USB1-Host-Configuration-issue/m-p/2314452#M59374</link>
      <description>&lt;P&gt;It sounds like you're facing a tricky hardware configuration issue! I've definitely been there with USB setups. Regarding the on-chip PHY, double-checking the specific silicon revision and errata sheet for your chip might provide clarity. While you're troubleshooting, testing your reaction time and mouse skills on a &lt;STRONG&gt;&lt;A href="https://cpstestpro.com/" target="_self"&gt;CPS test&lt;/A&gt;&lt;/STRONG&gt; website could be a fun distraction. It helps sharpen focus! Hope you resolve your USB issue soon!&lt;/P&gt;</description>
      <pubDate>Mon, 09 Feb 2026 08:34:52 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/LPC43S57-USB1-Host-Configuration-issue/m-p/2314452#M59374</guid>
      <dc:creator>LeoKing</dc:creator>
      <dc:date>2026-02-09T08:34:52Z</dc:date>
    </item>
  </channel>
</rss>

