<?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 LPC54608 DUAL USB and Device Mode question in LPC Microcontrollers</title>
    <link>https://community.nxp.com/t5/LPC-Microcontrollers/LPC54608-DUAL-USB-and-Device-Mode-question/m-p/771117#M31016</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;LPC54608 USB question's (2).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1st USB question:&lt;/P&gt;&lt;P&gt;Can i have both HS Device and a HS Controller stacks running. I think the documentation states it supports both&lt;/P&gt;&lt;P&gt;running ? Can anyone confirm ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have single instances of Device or Controller demo's that run - both not both.&lt;/P&gt;&lt;P&gt;I have a design that requires both. Is there any Demo code that exercises both stacks running.&lt;/P&gt;&lt;P&gt;I suppose i could combine 2 separate Demo's and try it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2nd USB question : For USB Device mode i need to implement the internal FS DP pullup.&lt;/P&gt;&lt;P&gt;How is this done ?&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have tried enabling&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;USB_DEVICE_CONFIG_REMOTE_WAKEUP - thinking this would assert the D+ pullup for host attachment. I desparately need the D+ signalling for device attachment as the host doesn't assert VBUS.&lt;/P&gt;&lt;P&gt;Please advise.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm using the OM13095 devel kit.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kevin&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 07 Dec 2017 07:31:11 GMT</pubDate>
    <dc:creator>k2</dc:creator>
    <dc:date>2017-12-07T07:31:11Z</dc:date>
    <item>
      <title>LPC54608 DUAL USB and Device Mode question</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/LPC54608-DUAL-USB-and-Device-Mode-question/m-p/771117#M31016</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;LPC54608 USB question's (2).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1st USB question:&lt;/P&gt;&lt;P&gt;Can i have both HS Device and a HS Controller stacks running. I think the documentation states it supports both&lt;/P&gt;&lt;P&gt;running ? Can anyone confirm ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have single instances of Device or Controller demo's that run - both not both.&lt;/P&gt;&lt;P&gt;I have a design that requires both. Is there any Demo code that exercises both stacks running.&lt;/P&gt;&lt;P&gt;I suppose i could combine 2 separate Demo's and try it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2nd USB question : For USB Device mode i need to implement the internal FS DP pullup.&lt;/P&gt;&lt;P&gt;How is this done ?&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have tried enabling&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;USB_DEVICE_CONFIG_REMOTE_WAKEUP - thinking this would assert the D+ pullup for host attachment. I desparately need the D+ signalling for device attachment as the host doesn't assert VBUS.&lt;/P&gt;&lt;P&gt;Please advise.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm using the OM13095 devel kit.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kevin&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Dec 2017 07:31:11 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/LPC54608-DUAL-USB-and-Device-Mode-question/m-p/771117#M31016</guid>
      <dc:creator>k2</dc:creator>
      <dc:date>2017-12-07T07:31:11Z</dc:date>
    </item>
    <item>
      <title>Re: LPC54608 DUAL USB and Device Mode question</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/LPC54608-DUAL-USB-and-Device-Mode-question/m-p/771118#M31017</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. Yes, it is possible, if you download the LPC54608 MCUXpresso SDK you will find the&amp;nbsp;usb_keyboard2mouse example that you can use as reference.&lt;/P&gt;&lt;P&gt;This example implements the host and the device, where the KHCI works as a host and the EHCI works as a device.&lt;BR /&gt;The host supports the keyboard device and device works as a mouse when connecting to the PC.&lt;/P&gt;&lt;P&gt;You can download the SDK from the foolowing link: &lt;A class="link-titled" href="https://mcuxpresso.nxp.com/en/welcome" title="https://mcuxpresso.nxp.com/en/welcome"&gt;Welcome | MCUXpresso SDK Builder&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2. The softConnect signal is implemented internally. An external pull-up resistor between USB_DP and VDD is not necessary. Software can control the pull-up by setting the DCON bit in the DEVCMDSTAT register. If the DCON bit is set to 1, the USB_DP line is pulled up to VDD through an internal 1.5 KOhm pull-up resistor.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I hope this helps,&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Have a great day,&lt;BR /&gt;Sol&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-----------------------------------------------------------------------------------------------------------------------&lt;BR /&gt;Note: If this post answers your question, please click the Correct Answer button. Thank you!&lt;BR /&gt;-----------------------------------------------------------------------------------------------------------------------&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Dec 2017 17:40:57 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/LPC54608-DUAL-USB-and-Device-Mode-question/m-p/771118#M31017</guid>
      <dc:creator>soledad</dc:creator>
      <dc:date>2017-12-19T17:40:57Z</dc:date>
    </item>
    <item>
      <title>Re: LPC54608 DUAL USB and Device Mode question</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/LPC54608-DUAL-USB-and-Device-Mode-question/m-p/771119#M31018</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Soledad,&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;do you if the&amp;nbsp;LPC54608 - Can USB0 support HS as a Device ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I know USB1 can. I need USB0 to be a HS device as well.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I currently have USB1 running as a HS Host and USB0 running as a FS Device.&lt;/P&gt;&lt;P&gt;This all is working.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also can you confirm that the ROM API for USB0 is limited to just FS ?&lt;/P&gt;&lt;P&gt;Seems to be.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kevin&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 19 Jan 2018 21:04:11 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/LPC54608-DUAL-USB-and-Device-Mode-question/m-p/771119#M31018</guid>
      <dc:creator>k2</dc:creator>
      <dc:date>2018-01-19T21:04:11Z</dc:date>
    </item>
  </channel>
</rss>

