<?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のトピックUSB0_VBUS active components</title>
    <link>https://community.nxp.com/t5/LPC-Microcontrollers/USB0-VBUS-active-components/m-p/524590#M7226</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by tvink on Wed Mar 18 13:38:38 MST 2015&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;Hi,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Having trouble reading section 22.5.1 in the LPC18xx users manual.&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I am using USB0 for a device connection with a type A connector.&amp;nbsp; My unit can be USB powered.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;The paragraph says that I may need to add active components to disconnect the link when VDDIO&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;is not present.&amp;nbsp; Not sure what that means for my application.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;My VDDIO comes from an LDO hung on USB_VBUS so it may lag it a little ( probably only 10s of nanoseconds ).&amp;nbsp; However &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;VDDIO is always present once the USB power is available.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Do I need to disconnect USB0_VBUS from the USB supplied 5V power durring the power up sequence?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks&lt;/SPAN&gt;&lt;BR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 15 Jun 2016 16:51:11 GMT</pubDate>
    <dc:creator>lpcware</dc:creator>
    <dc:date>2016-06-15T16:51:11Z</dc:date>
    <item>
      <title>USB0_VBUS active components</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/USB0-VBUS-active-components/m-p/524590#M7226</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by tvink on Wed Mar 18 13:38:38 MST 2015&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;Hi,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Having trouble reading section 22.5.1 in the LPC18xx users manual.&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I am using USB0 for a device connection with a type A connector.&amp;nbsp; My unit can be USB powered.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;The paragraph says that I may need to add active components to disconnect the link when VDDIO&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;is not present.&amp;nbsp; Not sure what that means for my application.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;My VDDIO comes from an LDO hung on USB_VBUS so it may lag it a little ( probably only 10s of nanoseconds ).&amp;nbsp; However &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;VDDIO is always present once the USB power is available.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Do I need to disconnect USB0_VBUS from the USB supplied 5V power durring the power up sequence?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks&lt;/SPAN&gt;&lt;BR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 16:51:11 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/USB0-VBUS-active-components/m-p/524590#M7226</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T16:51:11Z</dc:date>
    </item>
    <item>
      <title>Re: USB0_VBUS active components</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/USB0-VBUS-active-components/m-p/524591#M7227</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by xianghuiwang on Wed Mar 18 16:30:16 MST 2015&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;Consider the time is very short when VDDIO lags behind VBUS, this is probably fine.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;regards,&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 16:51:12 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/USB0-VBUS-active-components/m-p/524591#M7227</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T16:51:12Z</dc:date>
    </item>
    <item>
      <title>Re: USB0_VBUS active components</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/USB0-VBUS-active-components/m-p/524592#M7228</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by tvink on Thu Mar 19 05:23:35 MST 2015&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks!&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 16:51:12 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/USB0-VBUS-active-components/m-p/524592#M7228</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T16:51:12Z</dc:date>
    </item>
  </channel>
</rss>

