<?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: cold boot LPC1347 USB not initialized in LPCXpresso IDE</title>
    <link>https://community.nxp.com/t5/LPCXpresso-IDE/cold-boot-LPC1347-USB-not-initialized/m-p/538984#M6325</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 Wed Nov 07 16:57:01 MST 2012&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;gt; No, there were no error messages or anything.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I thought It would be caused by the timing around D+ pull-up, but this assumption was denied.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;gt; I tried using a two second delay on startup before initializing the USB driver and that seems to be working OK&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;New assumption is that it takes for a while until VDD supply is stabilized.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Is the device supplied by the USB VBUS?&lt;/SPAN&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 23:12:34 GMT</pubDate>
    <dc:creator>lpcware</dc:creator>
    <dc:date>2016-06-15T23:12:34Z</dc:date>
    <item>
      <title>cold boot LPC1347 USB not initialized</title>
      <link>https://community.nxp.com/t5/LPCXpresso-IDE/cold-boot-LPC1347-USB-not-initialized/m-p/538979#M6320</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by ECamino on Mon Nov 05 06:51:47 MST 2012&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;Hi, &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;We have a composite device that does not seem to be connected to the PC on a cold boot.&amp;nbsp; We have to reset the device to get it to ennumerate.&amp;nbsp; It is ennumerated in a soft boot (Windows restart).&amp;nbsp; Why doesn't it ennumerate automatically on&amp;nbsp; a cold boot?&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;EC&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 23:12:31 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPCXpresso-IDE/cold-boot-LPC1347-USB-not-initialized/m-p/538979#M6320</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T23:12:31Z</dc:date>
    </item>
    <item>
      <title>Re: cold boot LPC1347 USB not initialized</title>
      <link>https://community.nxp.com/t5/LPCXpresso-IDE/cold-boot-LPC1347-USB-not-initialized/m-p/538980#M6321</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 Mon Nov 05 09:25:10 MST 2012&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;Sound like timing issue on start-up initialization around USB.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;You'll get more detailed suggestion, when you give a little more information on your board / firmware configuration.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;1) External D+ pull-up resistor&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Is this resistor a fixed one ?&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;or is it switched by /USB_CONNECT port pin?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;2) USB stack&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;What is the USB example on which you've started up ?&lt;/SPAN&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 23:12:32 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPCXpresso-IDE/cold-boot-LPC1347-USB-not-initialized/m-p/538980#M6321</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T23:12:32Z</dc:date>
    </item>
    <item>
      <title>Re: cold boot LPC1347 USB not initialized</title>
      <link>https://community.nxp.com/t5/LPCXpresso-IDE/cold-boot-LPC1347-USB-not-initialized/m-p/538981#M6322</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by ECamino on Mon Nov 05 11:49:44 MST 2012&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;Hi Tsuneo,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;There is a PNP network on the D+ (not our design).&amp;nbsp; The base signal is on PIO0_6.&amp;nbsp; There is a note on their schem that says "Soft connect for reenumeration".&amp;nbsp; The LPC DEMO ROM_USB_CDC will ennumerate with this hardware with a cold boot.&amp;nbsp; But the heavily modifed demo code for this application doesn't.&amp;nbsp; Both fw have this init code so I don't know why one works and the other won't?:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;[B][SIZE=2][COLOR=#7f0055][SIZE=2][COLOR=#7f0055][LEFT]void[/B][/COLOR][/SIZE][/COLOR][/SIZE][SIZE=2] [B]USB_dev_init[/B]([/SIZE][B][SIZE=2][COLOR=#7f0055][SIZE=2][COLOR=#7f0055]void[/B][/COLOR][/SIZE][/COLOR][/SIZE][SIZE=2]){&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;[/SIZE][SIZE=2][COLOR=#005032][SIZE=2][COLOR=#005032] ErrorCode_t[/COLOR][/SIZE][/COLOR][/SIZE][SIZE=2] ret;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;[/SIZE][SIZE=2][COLOR=#005032][SIZE=2][COLOR=#005032] USB_CORE_DESCS_T[/COLOR][/SIZE][/COLOR][/SIZE][SIZE=2] desc;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;[/SIZE][SIZE=2][COLOR=#3f7f5f][SIZE=2][COLOR=#3f7f5f]// get USB API table pointer[/LEFT]&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;[/COLOR][/SIZE][/COLOR][/SIZE][SIZE=2][LEFT] pUsbApi = ([/SIZE][SIZE=2][COLOR=#005032][SIZE=2][COLOR=#005032]USBD_API_T[/COLOR][/SIZE][/COLOR][/SIZE][SIZE=2]*)((*([/SIZE][SIZE=2][COLOR=#005032][SIZE=2][COLOR=#005032]ROM[/COLOR][/SIZE][/COLOR][/SIZE][SIZE=2] **)(0x1FFF1FF8))-&amp;gt;[/SIZE][SIZE=2][COLOR=#0000c0][SIZE=2][COLOR=#0000c0]pUSBD[/COLOR][/SIZE][/COLOR][/SIZE][SIZE=2]);&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;[/SIZE][SIZE=2][COLOR=#3f7f5f][SIZE=2][COLOR=#3f7f5f]// enable clocks and [U]pinmux[/U] for [U]usb[/LEFT]&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;[/U][/COLOR][/SIZE][/COLOR][/SIZE][SIZE=2][LEFT][/SIZE][SIZE=2][COLOR=#3f7f5f][SIZE=2][COLOR=#3f7f5f]// Enable AHB clock to the GPIO domain.[/LEFT]&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;[/COLOR][/SIZE][/COLOR][/SIZE][SIZE=2][LEFT] LPC_SYSCON-&amp;gt;[/SIZE][SIZE=2][COLOR=#0000c0][SIZE=2][COLOR=#0000c0]SYSAHBCLKCTRL[/COLOR][/SIZE][/COLOR][/SIZE][SIZE=2] |= (1&amp;lt;&amp;lt;6);&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;[/SIZE][SIZE=2][COLOR=#3f7f5f][SIZE=2][COLOR=#3f7f5f]// Enable AHB clock to the USB block and USB RAM.[/LEFT]&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;[/COLOR][/SIZE][/COLOR][/SIZE][SIZE=2][LEFT] LPC_SYSCON-&amp;gt;[/SIZE][SIZE=2][COLOR=#0000c0][SIZE=2][COLOR=#0000c0]SYSAHBCLKCTRL[/COLOR][/SIZE][/COLOR][/SIZE][SIZE=2] |= ((0x1&amp;lt;&amp;lt;14)|(0x1&amp;lt;&amp;lt;27));&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;[/SIZE][SIZE=2][COLOR=#3f7f5f][SIZE=2][COLOR=#3f7f5f]// Pull-down is needed, or internally, VBUS will be floating. This is to[/LEFT]&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;[/COLOR][/SIZE][/COLOR][/SIZE][SIZE=2][LEFT][/SIZE][SIZE=2][COLOR=#3f7f5f][SIZE=2][COLOR=#3f7f5f]// address the wrong status in VBUSDebouncing bit in CmdStatus register (applies to [U]rev[/U] A)[/LEFT]&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;[/COLOR][/SIZE][/COLOR][/SIZE][SIZE=2][LEFT] LPC_IOCON-&amp;gt;[/SIZE][SIZE=2][COLOR=#0000c0][SIZE=2][COLOR=#0000c0]PIO0_3[/COLOR][/SIZE][/COLOR][/SIZE][SIZE=2] &amp;amp;= ~0x1F;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; LPC_IOCON-&amp;gt;[/SIZE][SIZE=2][COLOR=#0000c0][SIZE=2][COLOR=#0000c0]PIO0_3[/COLOR][/SIZE][/COLOR][/SIZE][SIZE=2] |= (0x01&amp;lt;&amp;lt;0); [/SIZE][SIZE=2][COLOR=#3f7f5f][SIZE=2][COLOR=#3f7f5f]// Secondary function VBUS[/LEFT]&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;[/COLOR][/SIZE][/COLOR][/SIZE][SIZE=2][LEFT] LPC_IOCON-&amp;gt;[/SIZE][SIZE=2][COLOR=#0000c0][SIZE=2][COLOR=#0000c0]PIO0_6[/COLOR][/SIZE][/COLOR][/SIZE][SIZE=2] &amp;amp;= ~0x07;[/LEFT]&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; LPC_IOCON-&amp;gt;[/SIZE][SIZE=2][COLOR=#0000c0][SIZE=2][COLOR=#0000c0]PIO0_6[/COLOR][/SIZE][/COLOR][/SIZE][SIZE=2] |= (0x01&amp;lt;&amp;lt;0); [/SIZE][SIZE=2][COLOR=#3f7f5f][SIZE=2][COLOR=#3f7f5f]// Secondary function SoftConn[/COLOR][/SIZE][/COLOR][/SIZE]&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;[SIZE=2][COLOR=#3f7f5f][SIZE=2][COLOR=#3f7f5f].[/COLOR][/SIZE][/COLOR][/SIZE]&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;[SIZE=2][COLOR=#3f7f5f][SIZE=2][COLOR=#3f7f5f].[/COLOR][/SIZE][/COLOR][/SIZE]&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;[SIZE=2][COLOR=#3f7f5f][SIZE=2][COLOR=#3f7f5f].[/COLOR][/SIZE][/COLOR][/SIZE]&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;[SIZE=2][COLOR=#3f7f5f][SIZE=2][COLOR=#3f7f5f] &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;[/COLOR][/SIZE][/COLOR][/SIZE]&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 23:12:32 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPCXpresso-IDE/cold-boot-LPC1347-USB-not-initialized/m-p/538981#M6322</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T23:12:32Z</dc:date>
    </item>
    <item>
      <title>Re: cold boot LPC1347 USB not initialized</title>
      <link>https://community.nxp.com/t5/LPCXpresso-IDE/cold-boot-LPC1347-USB-not-initialized/m-p/538982#M6323</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 Nov 06 10:52:02 MST 2012&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;Umm..&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I tested NXP_LPC1347_2012_02_22\ROM_USB_cdc example.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I don't see any glitch on D+ line, before pUsbApi-&amp;gt;hw-&amp;gt;Connect() is called.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;gt; We have a composite device that does not seem to be connected to the PC on a cold boot.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Do you see "Unknown Device" warning on Windows?&lt;/SPAN&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 23:12:33 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPCXpresso-IDE/cold-boot-LPC1347-USB-not-initialized/m-p/538982#M6323</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T23:12:33Z</dc:date>
    </item>
    <item>
      <title>Re: cold boot LPC1347 USB not initialized</title>
      <link>https://community.nxp.com/t5/LPCXpresso-IDE/cold-boot-LPC1347-USB-not-initialized/m-p/538983#M6324</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by ECamino on Wed Nov 07 08:08:13 MST 2012&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks Tsuneo!&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;No, there were no error messages or anything.&amp;nbsp; It was just "not there" in Device Manager.&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I tried using a two second delay on startup before initializing the USB driver and that seems to be working OK.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;EC&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 23:12:34 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPCXpresso-IDE/cold-boot-LPC1347-USB-not-initialized/m-p/538983#M6324</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T23:12:34Z</dc:date>
    </item>
    <item>
      <title>Re: cold boot LPC1347 USB not initialized</title>
      <link>https://community.nxp.com/t5/LPCXpresso-IDE/cold-boot-LPC1347-USB-not-initialized/m-p/538984#M6325</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 Wed Nov 07 16:57:01 MST 2012&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;gt; No, there were no error messages or anything.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I thought It would be caused by the timing around D+ pull-up, but this assumption was denied.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;gt; I tried using a two second delay on startup before initializing the USB driver and that seems to be working OK&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;New assumption is that it takes for a while until VDD supply is stabilized.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Is the device supplied by the USB VBUS?&lt;/SPAN&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 23:12:34 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPCXpresso-IDE/cold-boot-LPC1347-USB-not-initialized/m-p/538984#M6325</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T23:12:34Z</dc:date>
    </item>
    <item>
      <title>Re: cold boot LPC1347 USB not initialized</title>
      <link>https://community.nxp.com/t5/LPCXpresso-IDE/cold-boot-LPC1347-USB-not-initialized/m-p/538985#M6326</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by ECamino on Mon Nov 12 11:21:06 MST 2012&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;gt;New assumption is that it takes for a while until VDD supply is stabilized.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Is the device supplied by the USB VBUS?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Yes it's powered by the bus.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 23:12:35 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPCXpresso-IDE/cold-boot-LPC1347-USB-not-initialized/m-p/538985#M6326</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T23:12:35Z</dc:date>
    </item>
    <item>
      <title>Re: cold boot LPC1347 USB not initialized</title>
      <link>https://community.nxp.com/t5/LPCXpresso-IDE/cold-boot-LPC1347-USB-not-initialized/m-p/538986#M6327</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by daniel.widyanto on Tue Nov 13 23:32:51 MST 2012&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;For newer PC, during the cold boot, the BIOS may initiate USB enumeration during POST. Probably the BIOS detecting something wrong with your USB device. Hence, decided to turn off the USB port where your USB device is connected and Windows probably skip that USB port, since the BIOS pass to it in off condition.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Use USB traffic capture to capture cold boot enumeration and Windows enumeration.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 23:12:35 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPCXpresso-IDE/cold-boot-LPC1347-USB-not-initialized/m-p/538986#M6327</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T23:12:35Z</dc:date>
    </item>
    <item>
      <title>Re: cold boot LPC1347 USB not initialized</title>
      <link>https://community.nxp.com/t5/LPCXpresso-IDE/cold-boot-LPC1347-USB-not-initialized/m-p/538987#M6328</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 Wed Nov 14 06:14:52 MST 2012&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;If you would have a hardware bus analyzer, it could show better clue.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;But if you don't have any, try this test.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Insert a USB hub with external power supply, between the PC and your device.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;PC &amp;lt;==&amp;gt; self-powered hub &amp;lt;==&amp;gt; your device&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;In this setup, cold start the PC.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;A self-powered hub supplies 5V to your device, while the PC is in power off.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;If it is power supply problem of your board, this setup should stabilize it.&lt;/SPAN&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 23:12:36 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPCXpresso-IDE/cold-boot-LPC1347-USB-not-initialized/m-p/538987#M6328</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T23:12:36Z</dc:date>
    </item>
    <item>
      <title>Re: cold boot LPC1347 USB not initialized</title>
      <link>https://community.nxp.com/t5/LPCXpresso-IDE/cold-boot-LPC1347-USB-not-initialized/m-p/538988#M6329</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 Wed Nov 14 22:13:03 MST 2012&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;[I]&amp;gt; I tried using a two second delay on startup before initializing the USB driver and that seems to be working OK.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;gt; Yes it's powered by the bus.[/I]&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The capacity of the VDD regulator on your board wouldn't be enough to charge up capacitors on the VDD rail, quickly. Or you have too large capacitor on the VDD rail. Because of current limit of the VDD regulator, it takes so long until VDD is stabilized. While VDD is rising, USB PLL doesn't lock certainly.&lt;/SPAN&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 23:12:37 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPCXpresso-IDE/cold-boot-LPC1347-USB-not-initialized/m-p/538988#M6329</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T23:12:37Z</dc:date>
    </item>
  </channel>
</rss>

