<?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: LPC1343 USB CDC on windows7 in LPCXpresso IDE</title>
    <link>https://community.nxp.com/t5/LPCXpresso-IDE/LPC1343-USB-CDC-on-windows7/m-p/571445#M20599</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by fp7253 on Mon Jun 17 02:42:31 MST 2013&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;HI,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;My card is supplied with&amp;nbsp; the 5vcc usb ;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;a) If&amp;nbsp; i start the "release project"&amp;nbsp; with only the USB wire , it don't work, seven says "unknown device, disconnected"&amp;nbsp; (PID 0x0000 &amp;amp; VID 0x0000)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;b) if , first, i connect the lpc-link , then a moment later ,&amp;nbsp; my usb wire, it's well recognized.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;what is the problem ? ; if someone had already the solution, it will be fantastic.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;my remarks;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;-the software seems to be good because it work like b mode&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;-electrical consumption ?, ... a start&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;thank you&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 16 Jun 2016 02:22:18 GMT</pubDate>
    <dc:creator>lpcware</dc:creator>
    <dc:date>2016-06-16T02:22:18Z</dc:date>
    <item>
      <title>LPC1343 USB CDC on windows7</title>
      <link>https://community.nxp.com/t5/LPCXpresso-IDE/LPC1343-USB-CDC-on-windows7/m-p/571443#M20597</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by Batiste M on Tue May 28 07:45:45 MST 2013&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;Hi,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;i have my own board equipped with LPC1343F series.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;A few month ago on windowsXP i created a serial over USB set of commands which was functionning OK.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I'm now re-building my project with latest LPCXpresso version (5.2.4_2122) + my PC is now on windows7, and now the USB CDC is not working anymore. After switching to the new firmware, windows do not detect my LPC anymore and it is displayed as "Unknown Device" with error code 43.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;If I fall back to the old firmware which was compiled with an old LPCXpresso version (4.0.6_152) + windowsXP, then there is no problem, windows7 detects the device perfectly.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I assume there is something different in the compilation process due to my windows7, but i don't see where. My workspace is the exact same as before - maybe a tool option?&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Of course i'm not able to run the same with windowsXP for comparison because i'm using a corporate PC with windows7 only.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I need help!&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Jun 2016 02:22:16 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPCXpresso-IDE/LPC1343-USB-CDC-on-windows7/m-p/571443#M20597</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-16T02:22:16Z</dc:date>
    </item>
    <item>
      <title>Re: LPC1343 USB CDC on windows7</title>
      <link>https://community.nxp.com/t5/LPCXpresso-IDE/LPC1343-USB-CDC-on-windows7/m-p/571444#M20598</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by CodeRedSupport on Wed May 29 00:51:46 MST 2013&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;I assume that you did follow the advice given in this FAQ:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://"&gt;http://support.code-red-tech.com/CodeRedWiki/MigratingToNewVersion&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;When you build with LPCXpresso 5.2.4, do you see any warnings in the build console:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://"&gt;http://support.code-red-tech.com/CodeRedWiki/BuildConsole&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;When you debug your built application, what information is displayed in the debug log:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://"&gt;http://support.code-red-tech.com/CodeRedWiki/DebugLog&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;And I presume that you have installed an appropriate .inf file into your Windows 7 setup? It is possible you may need to obtain a new one / modify your old XP one in order to get this to work. We supply a .inf file in the USB serial port examples for the RDB1768 and RDB4078 boards that we provide within the product that you could use as the basis for producing one suitable for your LPC1343 setup (VID/PIDs will need modifying).&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Regards,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;CodeRedSupport&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Jun 2016 02:22:17 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPCXpresso-IDE/LPC1343-USB-CDC-on-windows7/m-p/571444#M20598</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-16T02:22:17Z</dc:date>
    </item>
    <item>
      <title>Re: LPC1343 USB CDC on windows7</title>
      <link>https://community.nxp.com/t5/LPCXpresso-IDE/LPC1343-USB-CDC-on-windows7/m-p/571445#M20599</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by fp7253 on Mon Jun 17 02:42:31 MST 2013&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;HI,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;My card is supplied with&amp;nbsp; the 5vcc usb ;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;a) If&amp;nbsp; i start the "release project"&amp;nbsp; with only the USB wire , it don't work, seven says "unknown device, disconnected"&amp;nbsp; (PID 0x0000 &amp;amp; VID 0x0000)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;b) if , first, i connect the lpc-link , then a moment later ,&amp;nbsp; my usb wire, it's well recognized.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;what is the problem ? ; if someone had already the solution, it will be fantastic.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;my remarks;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;-the software seems to be good because it work like b mode&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;-electrical consumption ?, ... a start&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;thank you&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Jun 2016 02:22:18 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPCXpresso-IDE/LPC1343-USB-CDC-on-windows7/m-p/571445#M20599</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-16T02:22:18Z</dc:date>
    </item>
    <item>
      <title>Re: LPC1343 USB CDC on windows7</title>
      <link>https://community.nxp.com/t5/LPCXpresso-IDE/LPC1343-USB-CDC-on-windows7/m-p/571446#M20600</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 Jun 17 07:12:06 MST 2013&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;Your observation a) and b) suggest that it takes longer for start-up initialization on the new firmware. And then, when the PC starts enumeration at USB plug-in, the LPC1343 doesn't finish its initialization yet. As no response returns from the LPC1343, the PC gives up enumeration.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;If your board mounts soft-connect circuitry at P0.6 (USB_CONNECT), your firmware may defer the enumeration start until it finishes initialization.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;1) Do you have this circuitry, or just a fixed 1k5 pull-up resistor on D+ line?&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;2) Which example did you start with for your CDC implementation?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Tsuneo&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Jun 2016 02:22:18 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPCXpresso-IDE/LPC1343-USB-CDC-on-windows7/m-p/571446#M20600</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-16T02:22:18Z</dc:date>
    </item>
    <item>
      <title>Re: LPC1343 USB CDC on windows7</title>
      <link>https://community.nxp.com/t5/LPCXpresso-IDE/LPC1343-USB-CDC-on-windows7/m-p/571447#M20601</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by fp7253 on Mon Jun 17 16:15:08 MST 2013&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;Hi, &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Thank you very much for your answer.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;the version is the USBCDC of the MB1700 examples which are given with the&amp;nbsp; LPXpresso software pack.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I had the pull up 1,5K resistor directly connected . After adding the transistor and softcommand wiring, the problem was the same.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;more ...&amp;nbsp; more :&amp;nbsp; circuitry for softConnect is already wired on the LPCX1769; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I&amp;nbsp; think (hope)&amp;nbsp; i have found the problem : LPCLINK is always connected at the&amp;nbsp; LPC1769 , it halt the&amp;nbsp; processor if it don't have&amp;nbsp; it's 5v supply : I have cut&amp;nbsp; the connexions between LPCLINK and LPC1769 : now, it is normally&amp;nbsp; enumerated&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;more: it is only necessary to cut the reset line et replace it&amp;nbsp; with a switch closed for debugging/programming&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Best regards&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;F.P.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Jun 2016 02:22:22 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPCXpresso-IDE/LPC1343-USB-CDC-on-windows7/m-p/571447#M20601</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-16T02:22:22Z</dc:date>
    </item>
  </channel>
</rss>

