<?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中的主题 Re: usb virtual com example in IAR IDE for Hitex lpxc4350 development board</title>
    <link>https://community.nxp.com/t5/LPC-Microcontrollers/usb-virtual-com-example-in-IAR-IDE-for-Hitex-lpxc4350/m-p/585357#M21233</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 Tue Feb 04 11:52:21 MST 2014&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;That is hard to estimate without knowing what is on your custom platform.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The USB VCOM example uses the USB ROM drivers so you will want to use the three cdc_.c files in the src folder. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The file sysinit.c is called before main() and sets up all the clocks and enables the peripherals. Your platform will need to do everything this function does.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The call to Board_Init() in the main function does mostly board specific setup for things like LED activity and UART based diagnostics. You can probably get away with not calling this function.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;That's probably about it.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 15 Jun 2016 19:09:40 GMT</pubDate>
    <dc:creator>lpcware</dc:creator>
    <dc:date>2016-06-15T19:09:40Z</dc:date>
    <item>
      <title>usb virtual com example in IAR IDE for Hitex lpxc4350 development board</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/usb-virtual-com-example-in-IAR-IDE-for-Hitex-lpxc4350/m-p/585354#M21230</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by pra18 on Sun Jan 12 23:00:42 MST 2014&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;Hi all, &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Can anybody help me to get a example IAR project for the Hitex lpc4350 board that will be helpful in validating&amp;nbsp; the usb virtual com port &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks in advance,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;pra18&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 19:09:38 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/usb-virtual-com-example-in-IAR-IDE-for-Hitex-lpxc4350/m-p/585354#M21230</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T19:09:38Z</dc:date>
    </item>
    <item>
      <title>Re: usb virtual com example in IAR IDE for Hitex lpxc4350 development board</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/usb-virtual-com-example-in-IAR-IDE-for-Hitex-lpxc4350/m-p/585355#M21231</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 Tue Jan 28 11:29:59 MST 2014&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;&lt;SPAN&gt;You will find a CDC/ACM (virtual serial) example for that board and compiler 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%2Fsystem%2Ffiles%2Flpcopen_2_04_keil_iar_hitex_eva_4350.zip" rel="nofollow" target="_blank"&gt;http://www.lpcware.com/system/files/lpcopen_2_04_keil_iar_hitex_eva_4350.zip&lt;/A&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The example is in the folder applications\lpc18xx_43xx\examples\usbd_rom\usbd_rom_cdc_vcom&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 19:09:39 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/usb-virtual-com-example-in-IAR-IDE-for-Hitex-lpxc4350/m-p/585355#M21231</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T19:09:39Z</dc:date>
    </item>
    <item>
      <title>Re: usb virtual com example in IAR IDE for Hitex lpxc4350 development board</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/usb-virtual-com-example-in-IAR-IDE-for-Hitex-lpxc4350/m-p/585356#M21232</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by pra18 on Tue Jan 28 20:17:11 MST 2014&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;Hello,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks for the reply. If I would like to adapt this example into my custom platform and start using USB as VCOM , what are the libraries that I will have to port/integrate into my code ?&amp;nbsp; Normally what is the extent of effort that would go into this ?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks in advance,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;pra&lt;/SPAN&gt;&lt;BR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 19:09:40 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/usb-virtual-com-example-in-IAR-IDE-for-Hitex-lpxc4350/m-p/585356#M21232</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T19:09:40Z</dc:date>
    </item>
    <item>
      <title>Re: usb virtual com example in IAR IDE for Hitex lpxc4350 development board</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/usb-virtual-com-example-in-IAR-IDE-for-Hitex-lpxc4350/m-p/585357#M21233</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 Tue Feb 04 11:52:21 MST 2014&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;That is hard to estimate without knowing what is on your custom platform.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The USB VCOM example uses the USB ROM drivers so you will want to use the three cdc_.c files in the src folder. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The file sysinit.c is called before main() and sets up all the clocks and enables the peripherals. Your platform will need to do everything this function does.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The call to Board_Init() in the main function does mostly board specific setup for things like LED activity and UART based diagnostics. You can probably get away with not calling this function.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;That's probably about it.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 19:09:40 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/usb-virtual-com-example-in-IAR-IDE-for-Hitex-lpxc4350/m-p/585357#M21233</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T19:09:40Z</dc:date>
    </item>
    <item>
      <title>Re: usb virtual com example in IAR IDE for Hitex lpxc4350 development board</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/usb-virtual-com-example-in-IAR-IDE-for-Hitex-lpxc4350/m-p/585358#M21234</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by pra18 on Tue Feb 04 20:13:08 MST 2014&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;The platform uses lpc43xx .apart from files you mentioned,should I also use USBLIB files ?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;thanks,&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 19:09:41 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/usb-virtual-com-example-in-IAR-IDE-for-Hitex-lpxc4350/m-p/585358#M21234</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T19:09:41Z</dc:date>
    </item>
    <item>
      <title>Re: usb virtual com example in IAR IDE for Hitex lpxc4350 development board</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/usb-virtual-com-example-in-IAR-IDE-for-Hitex-lpxc4350/m-p/585359#M21235</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 Tue Feb 04 20:50:11 MST 2014&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;No you should not. nxpUSBlib has been end-of-lifed for device mode controllers. It is only used for host mode now. The device mode examples all use the ROM drivers and stack.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 19:09:42 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/usb-virtual-com-example-in-IAR-IDE-for-Hitex-lpxc4350/m-p/585359#M21235</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T19:09:42Z</dc:date>
    </item>
    <item>
      <title>Re: usb virtual com example in IAR IDE for Hitex lpxc4350 development board</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/usb-virtual-com-example-in-IAR-IDE-for-Hitex-lpxc4350/m-p/585360#M21236</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by pra18 on Tue Oct 14 05:08:03 MST 2014&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;Hi, &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I tried to use this project and now able to open a virtual COM port but have a problem.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;As it is,&amp;nbsp; the example works fine without any issues when I run it .&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;When I disable the infinite loop present after making a call to the USBD_API-&amp;gt;hw-&amp;gt;Connect&amp;nbsp; that will read and write through the opened virtual com port&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;there is a message saying USB device not recognised on the PC side.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;This message also comes up and observed when there is a breakpoint on this call.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;can anyone point to exactly at which place in the code does the virtual COM port get opened and how to find this in the driver? &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;This above point is of significance when we try to port the existing USB driver into a code base and we cant afford to run it in a while(1) everytime as it disallows other functionalities.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks in advance,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 19:09:42 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/usb-virtual-com-example-in-IAR-IDE-for-Hitex-lpxc4350/m-p/585360#M21236</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T19:09:42Z</dc:date>
    </item>
  </channel>
</rss>

