<?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: Is VBUS input required for device mode?</title>
    <link>https://community.nxp.com/t5/LPC-Microcontrollers/Is-VBUS-input-required-for-device-mode/m-p/523449#M6085</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by Tsuneo on Tue Jul 16 03:09:52 MST 2013&lt;/STRONG&gt;&lt;BR /&gt;&lt;HR /&gt;&lt;SPAN style="color: #0000ff;"&gt;&lt;STRONG&gt;Quote: &lt;/STRONG&gt;&lt;BR /&gt;User Manual indicates that USB_VBUS is internally pulled high when pin is not assigned to that function. Does this just mean that the USB device system will always think that the device is connected?&lt;/SPAN&gt;&lt;HR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Yes.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;It's fine for bus-powered devices, because the running firmware means that the bus power is supplied. There is no need to detect VBUS voltage explicitly at the USB connector.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;For self-powered devices, however, VBUS detection is necessary. Just while VBUS voltage presents, D+ pull-up resistor (ie. USB_CONNECT) is enabled, as the requirement of USB2.0 spec (*1). Also VBUS detection is required to suppress spurious USB interrupts by floating D+/D- lines.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;(*1) &lt;/SPAN&gt;&lt;I&gt;&lt;STRONG&gt;7.1.5.1 Low-/Full-speed Device Speed Identification (on usb_20.pdf)&lt;/STRONG&gt;&lt;BR /&gt;The voltage source on the pull-up resistor must be derived from or controlled by the power supplied on the USB cable such that when VBUS is removed, the pull-up resistor does not supply current on the data line to which it is attached.&lt;/I&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Tsuneo&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 15 Jun 2016 16:43:24 GMT</pubDate>
    <dc:creator>lpcware</dc:creator>
    <dc:date>2016-06-15T16:43:24Z</dc:date>
    <item>
      <title>Is VBUS input required for device mode?</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/Is-VBUS-input-required-for-device-mode/m-p/523448#M6084</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by jdupre on Mon Jul 15 10:20:28 MST 2013&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;I have a LPC17xx system with USB2 configured as host.&amp;nbsp; I'd like USB1 to be in device mode.&amp;nbsp; Unfortunately, USB_PWRD2 and USB_VBUS are on the same pin.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;User Manual indicates that USB_VBUS is internally pulled high when pin is not assigned to that function.&amp;nbsp; Does this just mean that the USB device system will always think that the device is connected?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;In my case, the USB device port will either be connected to a power supply, or to a computer.&amp;nbsp; (i.e the system gets power from the USB device port in all cases-- there is no other power supply.)&amp;nbsp; Do I really need to detect VBUS for USB device mode to work?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 16:43:23 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/Is-VBUS-input-required-for-device-mode/m-p/523448#M6084</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T16:43:23Z</dc:date>
    </item>
    <item>
      <title>Re: Is VBUS input required for device mode?</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/Is-VBUS-input-required-for-device-mode/m-p/523449#M6085</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by Tsuneo on Tue Jul 16 03:09:52 MST 2013&lt;/STRONG&gt;&lt;BR /&gt;&lt;HR /&gt;&lt;SPAN style="color: #0000ff;"&gt;&lt;STRONG&gt;Quote: &lt;/STRONG&gt;&lt;BR /&gt;User Manual indicates that USB_VBUS is internally pulled high when pin is not assigned to that function. Does this just mean that the USB device system will always think that the device is connected?&lt;/SPAN&gt;&lt;HR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Yes.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;It's fine for bus-powered devices, because the running firmware means that the bus power is supplied. There is no need to detect VBUS voltage explicitly at the USB connector.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;For self-powered devices, however, VBUS detection is necessary. Just while VBUS voltage presents, D+ pull-up resistor (ie. USB_CONNECT) is enabled, as the requirement of USB2.0 spec (*1). Also VBUS detection is required to suppress spurious USB interrupts by floating D+/D- lines.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;(*1) &lt;/SPAN&gt;&lt;I&gt;&lt;STRONG&gt;7.1.5.1 Low-/Full-speed Device Speed Identification (on usb_20.pdf)&lt;/STRONG&gt;&lt;BR /&gt;The voltage source on the pull-up resistor must be derived from or controlled by the power supplied on the USB cable such that when VBUS is removed, the pull-up resistor does not supply current on the data line to which it is attached.&lt;/I&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Tsuneo&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 16:43:24 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/Is-VBUS-input-required-for-device-mode/m-p/523449#M6085</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T16:43:24Z</dc:date>
    </item>
  </channel>
</rss>

