<?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: LPCXpresso LPC1343 board bootloader not recognized by PC USB port in LPCXpresso IDE</title>
    <link>https://community.nxp.com/t5/LPCXpresso-IDE/LPCXpresso-LPC1343-board-bootloader-not-recognized-by-PC-USB/m-p/535093#M4444</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by CC58 on Tue Jun 12 14:05:02 MST 2012&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;Tried the Soft Connect circuit, but still had problem.&amp;nbsp; Then ran across AN10904 that shows USB pinout.&amp;nbsp; I had USB polarity wrong.&amp;nbsp; Used a pinout found on internet site. My bad. Can see USB drive on PC now.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 16 Jun 2016 00:21:41 GMT</pubDate>
    <dc:creator>lpcware</dc:creator>
    <dc:date>2016-06-16T00:21:41Z</dc:date>
    <item>
      <title>LPCXpresso LPC1343 board bootloader not recognized by PC USB port</title>
      <link>https://community.nxp.com/t5/LPCXpresso-IDE/LPCXpresso-LPC1343-board-bootloader-not-recognized-by-PC-USB/m-p/535090#M4441</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by CC58 on Sat May 26 11:48:42 MST 2012&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;I acquired a LPCXpresso LPC1343 board. It works fine with compiler/debugger using supplied USB connector.&amp;nbsp; I want to execute ROM based bootloader so wired up a second USB connector and connected PIO0_1 to GND, connected PIO0_3 to VDD.&amp;nbsp; Added 1.5K pullup resistor from USB_DP to VDD.&amp;nbsp; PC says unrecognized device no matter how many times I plug it in.&amp;nbsp; Tried two PCs; Windows7 and XP.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Out of frustration I bought a second LPC1343 board and it does not work either.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;This should be easy.&amp;nbsp; What am I doing wrong?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt; :(&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Jun 2016 00:21:39 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPCXpresso-IDE/LPCXpresso-LPC1343-board-bootloader-not-recognized-by-PC-USB/m-p/535090#M4441</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-16T00:21:39Z</dc:date>
    </item>
    <item>
      <title>Re: LPCXpresso LPC1343 board bootloader not recognized by PC USB port</title>
      <link>https://community.nxp.com/t5/LPCXpresso-IDE/LPCXpresso-LPC1343-board-bootloader-not-recognized-by-PC-USB/m-p/535091#M4442</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by Ex-Zero on Sat May 26 14:48:37 MST 2012&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;LPCXpressoGettingStarted:&lt;/SPAN&gt;&lt;BR /&gt;&lt;HR /&gt;&lt;SPAN style="color: #0000ff;"&gt;&lt;STRONG&gt;Quote: &lt;/STRONG&gt;&lt;BR /&gt;&lt;BR /&gt;Note: This simple connection does not implement NXP Soft-Connect to allow soft disconnection and connection to the USB bus. Because of this, the USB connection must be plugged into the PC near the time the USB peripheral is initialized, or after. If the USB port is connected when the LPC USB peripheral is not initialized, the pullup resistor will notify the PC that a USB device is present, yet the microcontroller will not respond because it has not been initialized. This will trigger windows to generate an error regarding a malfunctioning USB device. Unplug and re-plug the device to dismiss the error.&lt;BR /&gt;&lt;/SPAN&gt;&lt;HR /&gt;&lt;SPAN&gt;I would strongly recommend to use a FET to switch D+ pullup. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Schematic: &lt;/SPAN&gt;&lt;A href="http://"&gt;http://flic.kr/p/9eHZfj&lt;/A&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Jun 2016 00:21:40 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPCXpresso-IDE/LPCXpresso-LPC1343-board-bootloader-not-recognized-by-PC-USB/m-p/535091#M4442</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-16T00:21:40Z</dc:date>
    </item>
    <item>
      <title>Re: LPCXpresso LPC1343 board bootloader not recognized by PC USB port</title>
      <link>https://community.nxp.com/t5/LPCXpresso-IDE/LPCXpresso-LPC1343-board-bootloader-not-recognized-by-PC-USB/m-p/535092#M4443</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by gbm on Sat May 26 23:33:21 MST 2012&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;Read the LPC134x errata on USB loader. There is a problem with uninitialized variable. Extra time or software intervention is required for the loader to run.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Jun 2016 00:21:40 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPCXpresso-IDE/LPCXpresso-LPC1343-board-bootloader-not-recognized-by-PC-USB/m-p/535092#M4443</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-16T00:21:40Z</dc:date>
    </item>
    <item>
      <title>Re: LPCXpresso LPC1343 board bootloader not recognized by PC USB port</title>
      <link>https://community.nxp.com/t5/LPCXpresso-IDE/LPCXpresso-LPC1343-board-bootloader-not-recognized-by-PC-USB/m-p/535093#M4444</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by CC58 on Tue Jun 12 14:05:02 MST 2012&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;Tried the Soft Connect circuit, but still had problem.&amp;nbsp; Then ran across AN10904 that shows USB pinout.&amp;nbsp; I had USB polarity wrong.&amp;nbsp; Used a pinout found on internet site. My bad. Can see USB drive on PC now.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Jun 2016 00:21:41 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPCXpresso-IDE/LPCXpresso-LPC1343-board-bootloader-not-recognized-by-PC-USB/m-p/535093#M4444</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-16T00:21:41Z</dc:date>
    </item>
  </channel>
</rss>

