<?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: VBUS Sensing in LPC Microcontrollers</title>
    <link>https://community.nxp.com/t5/LPC-Microcontrollers/VBUS-Sensing/m-p/525227#M7863</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by larsen on Sat Jan 19 18:57:40 MST 2013&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;did you try to measure the actual voltage on that node using a voltmeter. This could give a hint.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;To do this in a simple way:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Attach a loose USB cable which you have cut in two to get access to the wires to your USB slave device with your LPC11U35. The VBUS is the red wire and GND the black.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Measure the open voltage with a voltmeter. To signal low it should be &amp;lt;0.8V. Now try to short the wires. This makes sure that the VBUS is 0. Your LPC11U35 should now read 0 on the relevant pin. If not - something more than a missing pull-down is definitely wrong &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 15 Jun 2016 16:53:05 GMT</pubDate>
    <dc:creator>lpcware</dc:creator>
    <dc:date>2016-06-15T16:53:05Z</dc:date>
    <item>
      <title>VBUS Sensing</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/VBUS-Sensing/m-p/525225#M7861</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by Muis on Tue Jan 08 06:18:42 MST 2013&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;Im trying to detect upon booting a LPC11U35 wether a cable is inserted, by looking at P0.3 (VBUS), but it always returns 1 (HIGH). The manual states it should return 0 (LOW) when there is no power on VBUS, so what could be the problem?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 16:53:04 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/VBUS-Sensing/m-p/525225#M7861</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T16:53:04Z</dc:date>
    </item>
    <item>
      <title>Re: VBUS Sensing</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/VBUS-Sensing/m-p/525226#M7862</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by wmues on Wed Jan 09 01:42:18 MST 2013&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;A missing pulldown resistor at P0.3? Pullup enabled in IOCON registers?&lt;/SPAN&gt;&lt;BR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 16:53:05 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/VBUS-Sensing/m-p/525226#M7862</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T16:53:05Z</dc:date>
    </item>
    <item>
      <title>Re: VBUS Sensing</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/VBUS-Sensing/m-p/525227#M7863</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by larsen on Sat Jan 19 18:57:40 MST 2013&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;did you try to measure the actual voltage on that node using a voltmeter. This could give a hint.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;To do this in a simple way:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Attach a loose USB cable which you have cut in two to get access to the wires to your USB slave device with your LPC11U35. The VBUS is the red wire and GND the black.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Measure the open voltage with a voltmeter. To signal low it should be &amp;lt;0.8V. Now try to short the wires. This makes sure that the VBUS is 0. Your LPC11U35 should now read 0 on the relevant pin. If not - something more than a missing pull-down is definitely wrong &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 16:53:05 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/VBUS-Sensing/m-p/525227#M7863</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T16:53:05Z</dc:date>
    </item>
    <item>
      <title>Re: VBUS Sensing</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/VBUS-Sensing/m-p/525228#M7864</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by Muis on Sat Jan 19 22:08:27 MST 2013&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks for your help, but the problem was already solved. I thought that VBUS sensing would work 'out of the box' on the LPC11U35 quickstart board, but I needed to add a resistor, after that it worked.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 16:53:06 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/VBUS-Sensing/m-p/525228#M7864</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T16:53:06Z</dc:date>
    </item>
  </channel>
</rss>

