<?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: LPCOpen USB Virtual Serial ROM Driver Project Not Working  in LPC Microcontrollers</title>
    <link>https://community.nxp.com/t5/LPC-Microcontrollers/LPCOpen-USB-Virtual-Serial-ROM-Driver-Project-Not-Working/m-p/524780#M7416</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by drs on Thu Aug 29 17:19:10 MST 2013&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;The VirtualSerial example for the LPC1347 LPCOpen Platform v1.03 using the USB ROM drivers appears to be buggy and in need of attention. We will attempt to address this problem in the near future.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&lt;SPAN&gt;Until then you may want to reference the same example in nxpUSBlib (&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="https://community.nxp.com/external-link.jspa?url=http%3A%2F%2Fwww.lpcware.com%2Fcontent%2Fproject%2Fnxpusblib" rel="nofollow" target="_blank"&gt;http://www.lpcware.com/content/project/nxpusblib&lt;/A&gt;&lt;SPAN&gt;) which I have confirmed work properly when using the USB ROM drivers.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 15 Jun 2016 16:50:40 GMT</pubDate>
    <dc:creator>lpcware</dc:creator>
    <dc:date>2016-06-15T16:50:40Z</dc:date>
    <item>
      <title>LPCOpen USB Virtual Serial ROM Driver Project Not Working</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/LPCOpen-USB-Virtual-Serial-ROM-Driver-Project-Not-Working/m-p/524777#M7413</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by sarangkalbande on Tue Aug 27 06:13:55 MST 2013&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;Hi all,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I am working on LPC 11U37 uc and tried USB project from LPCOpen(Virtual serial ).&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I am using ROM USB Drivers from the project.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;the main logic is like&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;int main(void)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;{&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;SetupHardware();&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;for (;; ) {&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;#if defined(USB_DEVICE_ROM_DRIVER)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;UsbdCdc_IO_Buffer_Sync_Task();&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;#endif&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;#if (CDC_TASK_SELECT == ECHO_CHARACTER_TASK)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;EchoCharacter();&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;#else&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;CDC_Bridge_Task();&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;#endif&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;}&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;}&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Now here PC detects USB as a COM Port but echo character function is not working?&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;even I have tried sending data directly using &lt;/SPAN&gt;&lt;STRONG&gt;UsbdCdc_SendData(UsbBuff,4);&lt;/STRONG&gt;&lt;SPAN&gt; this function&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;but same result.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;what could be the problem?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 16:50:37 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/LPCOpen-USB-Virtual-Serial-ROM-Driver-Project-Not-Working/m-p/524777#M7413</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T16:50:37Z</dc:date>
    </item>
    <item>
      <title>Re: LPCOpen USB Virtual Serial ROM Driver Project Not Working</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/LPCOpen-USB-Virtual-Serial-ROM-Driver-Project-Not-Working/m-p/524778#M7414</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by usb10185 on Wed Aug 28 10:06:30 MST 2013&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;Hi,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&lt;SPAN&gt;To verify your hardware, maybe try flashing the HEX files in this zip: &lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="https://community.nxp.com/external-link.jspa?url=http%3A%2F%2Fwww.lpcware.com%2Fcontent%2Fblog%2Fusb-cdcacm-drivers-windows" rel="nofollow" target="_blank"&gt;http://www.lpcware.com/content/blog/usb-cdcacm-drivers-windows&lt;/A&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;There is an associated inf file in the zip.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&lt;SPAN&gt;There are also working examples USB ROM here: &lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="https://community.nxp.com/external-link.jspa?url=http%3A%2F%2Fwww.lpcware.com%2Fcontent%2Fnxpfile%2Fsample-code-bundle-lpc11uxx-peripherals-using-keils-mdk-arm-0" rel="nofollow" target="_blank"&gt;http://www.lpcware.com/content/nxpfile/sample-code-bundle-lpc11uxx-peripherals-using-keils-mdk-arm-0&lt;/A&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;in the folder: LPC11Uxx Keil examples New release V1.05-LPCware\USBROMDriver\USB_CDC\&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Ken&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 16:50:38 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/LPCOpen-USB-Virtual-Serial-ROM-Driver-Project-Not-Working/m-p/524778#M7414</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T16:50:38Z</dc:date>
    </item>
    <item>
      <title>Re: LPCOpen USB Virtual Serial ROM Driver Project Not Working</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/LPCOpen-USB-Virtual-Serial-ROM-Driver-Project-Not-Working/m-p/524779#M7415</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by sarangkalbande on Thu Aug 29 04:30:01 MST 2013&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;Hi,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks for the reply.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I have tried flashing your hex file 11uxx.hex and even replaced the .inf file.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;the project works fine,It detects the device and echoes the character even I have tried&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;this with the firmware in my workspace,It works fine too but the problem is when I select ROM USB Driver,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;It do not work.It detects the device but echo this do not work for USB ROM&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 16:50:39 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/LPCOpen-USB-Virtual-Serial-ROM-Driver-Project-Not-Working/m-p/524779#M7415</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T16:50:39Z</dc:date>
    </item>
    <item>
      <title>Re: LPCOpen USB Virtual Serial ROM Driver Project Not Working</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/LPCOpen-USB-Virtual-Serial-ROM-Driver-Project-Not-Working/m-p/524780#M7416</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by drs on Thu Aug 29 17:19:10 MST 2013&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;The VirtualSerial example for the LPC1347 LPCOpen Platform v1.03 using the USB ROM drivers appears to be buggy and in need of attention. We will attempt to address this problem in the near future.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&lt;SPAN&gt;Until then you may want to reference the same example in nxpUSBlib (&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="https://community.nxp.com/external-link.jspa?url=http%3A%2F%2Fwww.lpcware.com%2Fcontent%2Fproject%2Fnxpusblib" rel="nofollow" target="_blank"&gt;http://www.lpcware.com/content/project/nxpusblib&lt;/A&gt;&lt;SPAN&gt;) which I have confirmed work properly when using the USB ROM drivers.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 16:50:40 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/LPCOpen-USB-Virtual-Serial-ROM-Driver-Project-Not-Working/m-p/524780#M7416</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T16:50:40Z</dc:date>
    </item>
    <item>
      <title>Re: LPCOpen USB Virtual Serial ROM Driver Project Not Working</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/LPCOpen-USB-Virtual-Serial-ROM-Driver-Project-Not-Working/m-p/524781#M7417</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by sarangkalbande on Thu Aug 29 22:39:11 MST 2013&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;thanks..can you please confirm whether the below example for USB_CDC ROM is working one&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&lt;SPAN&gt;There are also working examples USB ROM here: &lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="https://community.nxp.com/external-link.jspa?url=http%3A%2F%2Fwww.lpcware.com%2Fcontent%2Fnxpfile%2Fsample-code-bundle-lpc11uxx-peripherals-using-keils-mdk-arm-0" rel="nofollow" target="_blank"&gt;http://www.lpcware.com/content/nxpfile/sample-code-bundle-lpc11uxx-peripherals-using-keils-mdk-arm-0&lt;/A&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;in the folder: LPC11Uxx Keil examples New release V1.05-LPCware\USBROMDriver\USB_CDC\&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;because product development time is very important we don't want to waste our time in debugging the libraries.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Even using FTDI is not a good solution if the feature is available inside LPC.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I must say NXP has very bad documentation and support &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;good USB Support is available for STM32 and other controllers.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 16:50:40 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/LPCOpen-USB-Virtual-Serial-ROM-Driver-Project-Not-Working/m-p/524781#M7417</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T16:50:40Z</dc:date>
    </item>
    <item>
      <title>Re: LPCOpen USB Virtual Serial ROM Driver Project Not Working</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/LPCOpen-USB-Virtual-Serial-ROM-Driver-Project-Not-Working/m-p/524782#M7418</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by liaochengyi on Mon Nov 18 23:03:01 MST 2013&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;I have the same problem with USB_CDC using ROM Driver.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;It has the error code "USB Error Device Cannot Start (Code 10)" &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Where is the correct driver when I used the USB_CDC sample code?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I can work with lpcopen examples using lpcopen_examples_windows_usb_drivers_v1_00.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;It work fine. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;But the USB_CDC sample code didn't work.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 16:50:41 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/LPCOpen-USB-Virtual-Serial-ROM-Driver-Project-Not-Working/m-p/524782#M7418</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T16:50:41Z</dc:date>
    </item>
  </channel>
</rss>

