<?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>LPCXpresso IDE中的主题 Re: CDC working example</title>
    <link>https://community.nxp.com/t5/LPCXpresso-IDE/CDC-working-example/m-p/542046#M7664</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by Rob65 on Sun Jun 10 06:08:59 MST 2012&lt;/STRONG&gt;&lt;BR /&gt;&lt;HR /&gt;&lt;SPAN style="color: #0000ff;"&gt;&lt;STRONG&gt;Quote: ranaya&lt;/STRONG&gt;&lt;BR /&gt;Why shud i use uart pins, functions for cdc example ?&lt;/SPAN&gt;&lt;HR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Who told you you should use the uart pins ? Not Zero and surely not me.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The example that I mentioned contains a README.txt file and in there you'll see:&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;USB_Serial Example&lt;BR /&gt;------------------&lt;BR /&gt;This example provides a minimal implementation of a USB serial port, using&lt;BR /&gt;the CDC class. This therefore allows you to connect to the board over USB from&lt;BR /&gt;a terminal program, such as hyperterminal.&lt;BR /&gt;&lt;BR /&gt;By default this port of the example will simply echo everything it receives &lt;BR /&gt;right back to the host PC, but incremented by 1. Thus if you type 'a' on the&lt;BR /&gt;host PC, the program will send back 'b'. &lt;BR /&gt;&lt;/SPAN&gt;&lt;HR /&gt;&lt;SPAN&gt;So it creates a USB serial port (that's a [B]USB[/B] port) that echos everything it received back to the PC.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Sounds simple enough to me.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 16 Jun 2016 00:28:25 GMT</pubDate>
    <dc:creator>lpcware</dc:creator>
    <dc:date>2016-06-16T00:28:25Z</dc:date>
    <item>
      <title>CDC working example</title>
      <link>https://community.nxp.com/t5/LPCXpresso-IDE/CDC-working-example/m-p/542037#M7655</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by ranaya on Mon Jun 04 04:31:25 MST 2012&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;Hello Evry1...&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Im new to the LPCExpresso forum and I use LPC1769 for my project. Recently migrated from PIC to ARM. :) I think this is the place where I can start my new experiments for USB.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;So guys tell me where can I find a good USB Device CDC working example ? Since it's lil bit urgent looking for a quick reply from u.....&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thank You Every1&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Jun 2016 00:28:19 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPCXpresso-IDE/CDC-working-example/m-p/542037#M7655</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-16T00:28:19Z</dc:date>
    </item>
    <item>
      <title>Re: CDC working example</title>
      <link>https://community.nxp.com/t5/LPCXpresso-IDE/CDC-working-example/m-p/542038#M7656</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by atomicdog on Mon Jun 04 08:39:46 MST 2012&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;you can start here... &lt;/SPAN&gt;&lt;A href="http://"&gt;http://www.lpcware.com/content/project/nxpusblib&lt;/A&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Jun 2016 00:28:20 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPCXpresso-IDE/CDC-working-example/m-p/542038#M7656</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-16T00:28:20Z</dc:date>
    </item>
    <item>
      <title>Re: CDC working example</title>
      <link>https://community.nxp.com/t5/LPCXpresso-IDE/CDC-working-example/m-p/542039#M7657</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by Rob65 on Mon Jun 04 11:04:51 MST 2012&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;If you installed the LPCXpresso IDE, followed the instructions in the getting started manual and examined the other examples that are delivered with the software therre is a good chance you found an example (inside the RDB1768 set of examples, its called RDB1768cmsis2_usb_serial).&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Another example is called USBCDC and that one is inside the set o MCB1700 examples.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Both will run with little modiications on the LPCXpresso board.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Rob&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Jun 2016 00:28:21 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPCXpresso-IDE/CDC-working-example/m-p/542039#M7657</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-16T00:28:21Z</dc:date>
    </item>
    <item>
      <title>Re: CDC working example</title>
      <link>https://community.nxp.com/t5/LPCXpresso-IDE/CDC-working-example/m-p/542040#M7658</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by ranaya on Tue Jun 05 01:22:15 MST 2012&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;Hi....&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks alot atomicdog and Rob65 for ur quick and kind replies. :) I'll go through the link as well as the example codes. Btw nxpUSBlib supports for LPC11U14 and LPC1768 LPCXpresso with Rev B base boards only. I'll try and see how to modify it. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Regards&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Anuradha&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Jun 2016 00:28:21 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPCXpresso-IDE/CDC-working-example/m-p/542040#M7658</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-16T00:28:21Z</dc:date>
    </item>
    <item>
      <title>Re: CDC working example</title>
      <link>https://community.nxp.com/t5/LPCXpresso-IDE/CDC-working-example/m-p/542041#M7659</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 Tue Jun 05 05:21:23 MST 2012&lt;/STRONG&gt;&lt;BR /&gt;&lt;HR /&gt;&lt;SPAN style="color: #0000ff;"&gt;&lt;STRONG&gt;Quote: ranaya&lt;/STRONG&gt;&lt;BR /&gt;Btw nxpUSBlib supports for LPC11U14 and LPC1768 LPCXpresso with Rev B base boards only.&lt;/SPAN&gt;&lt;HR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;BTW: If it supports LPC1768 it supports LPC1769, too :eek:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Example_VirtualSerialDevice is the right place to start &lt;SPAN class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;&lt;LI-EMOJI id="lia_slightly-smiling-face" title=":slightly_smiling_face:"&gt;&lt;/LI-EMOJI&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Don't know which hardware you are using, but USB connect GPIO (to switch D+ via FET/BJT) is defined in bsp_LPCXpressoBase_RevB_17xx.h of LPCXpressoBase_RevB:&lt;/SPAN&gt;&lt;BR /&gt;&lt;TABLE border="1"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD bgcolor="#cacaca"&gt; &lt;PRE&gt;
#define USB_CONNECT_GPIO_PORT_NUM 0
#define USB_CONNECT_GPIO_BIT_NUM&amp;nbsp; 21
&lt;/PRE&gt; &lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;SPAN&gt;Changing this to your USB connect pin should start USB enumeration and your PC should ask you now for an inf file (= nxpUSBlib VirtualSerial.inf) &lt;SPAN class="lia-unicode-emoji" title=":winking_face:"&gt;&lt;LI-EMOJI id="lia_winking-face" title=":winking_face:"&gt;&lt;/LI-EMOJI&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Jun 2016 00:28:22 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPCXpresso-IDE/CDC-working-example/m-p/542041#M7659</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-16T00:28:22Z</dc:date>
    </item>
    <item>
      <title>Re: CDC working example</title>
      <link>https://community.nxp.com/t5/LPCXpresso-IDE/CDC-working-example/m-p/542042#M7660</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by ranaya on Wed Jun 06 11:09:37 MST 2012&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;Hi Zero....&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanx alot for pointing it and for the quick reply.... I'll change my IOs and match them to 1768 settings.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Jun 2016 00:28:22 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPCXpresso-IDE/CDC-working-example/m-p/542042#M7660</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-16T00:28:22Z</dc:date>
    </item>
    <item>
      <title>Re: CDC working example</title>
      <link>https://community.nxp.com/t5/LPCXpresso-IDE/CDC-working-example/m-p/542043#M7661</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by ranaya on Sat Jun 09 00:07:18 MST 2012&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;Hi all .... I need to clear few things.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;For USB CDC example, do i need rx and tx pins to connect something ? I mean, for USB cdc class, the usb connection is recognized as a serial connection. So there is nothing to deal with uart functions. am i correct ?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;gt;&amp;gt; Xpresso datasheet states USB Pullup as well as the 33ohm resistors already integrated with&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp; the board. So I need only a usb connector! and load the cdc example to it. Then PC will&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp; enumerate it if i select correct drivers ???&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;----------------------------------------------------------------------------------------------&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;For lpc1769, what is the average data throughput we can expect with USB CDC ???&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I think Mr.Zero may have somthing to say abt this&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thank You Gentlemen&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Jun 2016 00:28:23 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPCXpresso-IDE/CDC-working-example/m-p/542043#M7661</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-16T00:28:23Z</dc:date>
    </item>
    <item>
      <title>Re: CDC working example</title>
      <link>https://community.nxp.com/t5/LPCXpresso-IDE/CDC-working-example/m-p/542044#M7662</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by ranaya on Sun Jun 10 00:42:12 MST 2012&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;Can sm 1 please explain me these things ? Why shud i use uart pins, functions for cdc example ? It's just another usb class ! Or to demonstrate it we need uart ??? &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanx, appreciated ur replies&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Jun 2016 00:28:24 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPCXpresso-IDE/CDC-working-example/m-p/542044#M7662</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-16T00:28:24Z</dc:date>
    </item>
    <item>
      <title>Re: CDC working example</title>
      <link>https://community.nxp.com/t5/LPCXpresso-IDE/CDC-working-example/m-p/542045#M7663</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by ex-kayoda on Sun Jun 10 01:15:55 MST 2012&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;Zero is obviously drilling (or killing :rolleyes:) his trainees this weekend.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;UART is used to demonstrate input/ output function of this samples.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;So don't panic, if you don't connect anything to RX /TX of UART there's no UART Police coming.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Hardware: Add a connector, that's all. As Zero described:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;See #5 of &lt;/SPAN&gt;&lt;A href="http://"&gt;http://knowledgebase.nxp.com/showthread.php?t=2955&lt;/A&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Jun 2016 00:28:24 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPCXpresso-IDE/CDC-working-example/m-p/542045#M7663</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-16T00:28:24Z</dc:date>
    </item>
    <item>
      <title>Re: CDC working example</title>
      <link>https://community.nxp.com/t5/LPCXpresso-IDE/CDC-working-example/m-p/542046#M7664</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by Rob65 on Sun Jun 10 06:08:59 MST 2012&lt;/STRONG&gt;&lt;BR /&gt;&lt;HR /&gt;&lt;SPAN style="color: #0000ff;"&gt;&lt;STRONG&gt;Quote: ranaya&lt;/STRONG&gt;&lt;BR /&gt;Why shud i use uart pins, functions for cdc example ?&lt;/SPAN&gt;&lt;HR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Who told you you should use the uart pins ? Not Zero and surely not me.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The example that I mentioned contains a README.txt file and in there you'll see:&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;USB_Serial Example&lt;BR /&gt;------------------&lt;BR /&gt;This example provides a minimal implementation of a USB serial port, using&lt;BR /&gt;the CDC class. This therefore allows you to connect to the board over USB from&lt;BR /&gt;a terminal program, such as hyperterminal.&lt;BR /&gt;&lt;BR /&gt;By default this port of the example will simply echo everything it receives &lt;BR /&gt;right back to the host PC, but incremented by 1. Thus if you type 'a' on the&lt;BR /&gt;host PC, the program will send back 'b'. &lt;BR /&gt;&lt;/SPAN&gt;&lt;HR /&gt;&lt;SPAN&gt;So it creates a USB serial port (that's a [B]USB[/B] port) that echos everything it received back to the PC.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Sounds simple enough to me.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Jun 2016 00:28:25 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPCXpresso-IDE/CDC-working-example/m-p/542046#M7664</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-16T00:28:25Z</dc:date>
    </item>
    <item>
      <title>Re: CDC working example</title>
      <link>https://community.nxp.com/t5/LPCXpresso-IDE/CDC-working-example/m-p/542047#M7665</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by ranaya on Sun Jun 10 08:14:57 MST 2012&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;hi...thanx for ur replies. :)&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;@Rob65 : Sorry, Seems I've chosen the wrong example. i went through the example code inside the archive called "NXP_LPCXpresso1769_MCB1700_2011-02-11.zip". In cdc example(USBCDC) it includes uart functions too. Readme file states,&lt;/SPAN&gt;&lt;BR /&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;Testing the USB Virtual COM port with serial cable:&lt;BR /&gt;&lt;BR /&gt;&amp;nbsp; Open two Hyperterminal windows. &lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; One with "LPC17xx USB VCom Port(COMx)" &lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; One with "Communications Port (COM1)".&lt;BR /&gt;&amp;nbsp; Connect PC port COM1 to the comport on the board and open "COM1" &lt;BR /&gt;&amp;nbsp; and "COMx". Data from COM1 will be echoed on "COMx" and visa versa. &lt;BR /&gt;&lt;/SPAN&gt;&lt;HR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I think here, to demonstrate the sample we need both serial and usb. :) serial interface for com1 and usb for VCOM ;)&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Jun 2016 00:28:25 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPCXpresso-IDE/CDC-working-example/m-p/542047#M7665</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-16T00:28:25Z</dc:date>
    </item>
    <item>
      <title>Re: CDC working example</title>
      <link>https://community.nxp.com/t5/LPCXpresso-IDE/CDC-working-example/m-p/542048#M7666</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by ranaya on Mon Jun 11 23:11:53 MST 2012&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;Hi Mr.Rob, "RDB1768cmsis2_usb_serial" is the best example to test my USB app. Btw it supports RDB1768 board only. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;HR /&gt;&lt;SPAN style="color: #0000ff;"&gt;&lt;STRONG&gt;Quote: &lt;/STRONG&gt;&lt;BR /&gt;The RDB1768cmsis2 zip file contains a set of example projects&lt;BR /&gt;suitable for use on Code Red's RDB1768 development board.&lt;/SPAN&gt;&lt;HR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;So what are the source/ header files I should modify to match it for lpcxpresso 1769 revB board ? Would greatly appreciated ur help.... &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Regards&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Ranaya&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Jun 2016 00:28:26 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPCXpresso-IDE/CDC-working-example/m-p/542048#M7666</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-16T00:28:26Z</dc:date>
    </item>
    <item>
      <title>Re: CDC working example</title>
      <link>https://community.nxp.com/t5/LPCXpresso-IDE/CDC-working-example/m-p/542049#M7667</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by Rob65 on Tue Jun 12 07:21:41 MST 2012&lt;/STRONG&gt;&lt;BR /&gt;&lt;HR /&gt;&lt;SPAN style="color: #0000ff;"&gt;&lt;STRONG&gt;Quote: ranaya&lt;/STRONG&gt;&lt;BR /&gt;So what are the source/ header files I should modify to match it for lpcxpresso 1769 revB board ?&lt;/SPAN&gt;&lt;HR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I don't know. You'll have to check the code to see if there are board specific things like LCD initialization / writing strings to LCD etc.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;The schematics of the board are also available (Code Red website) in case you want those as a reference.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I've used one or two of the RDB1768 examples and it is fairly straight forward to change things.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Rob&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Jun 2016 00:28:26 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPCXpresso-IDE/CDC-working-example/m-p/542049#M7667</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-16T00:28:26Z</dc:date>
    </item>
    <item>
      <title>Re: CDC working example</title>
      <link>https://community.nxp.com/t5/LPCXpresso-IDE/CDC-working-example/m-p/542050#M7668</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 Tue Jun 12 07:33:35 MST 2012&lt;/STRONG&gt;&lt;BR /&gt;&lt;HR /&gt;&lt;SPAN style="color: #0000ff;"&gt;&lt;STRONG&gt;Quote: ranaya&lt;/STRONG&gt;&lt;BR /&gt;Btw it supports RDB1768 board only. &lt;/SPAN&gt;&lt;HR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Nonsense :eek:&amp;nbsp; Samples are working with LPCXpresso176x too, if you add the required hardware :)&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;HR /&gt;&lt;SPAN style="color: #0000ff;"&gt;&lt;STRONG&gt;Quote: ranaya&lt;/STRONG&gt;&lt;BR /&gt;So what are the source/ header files I should modify to match it for&amp;nbsp; lpcxpresso 1769 revB board?&lt;/SPAN&gt;&lt;HR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;#1 Throw out LCD library and delete LCD function calls.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;#2 Set MCU to 1769.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;That's a 5 minutes job :eek:&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Jun 2016 00:28:27 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPCXpresso-IDE/CDC-working-example/m-p/542050#M7668</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-16T00:28:27Z</dc:date>
    </item>
    <item>
      <title>Re: CDC working example</title>
      <link>https://community.nxp.com/t5/LPCXpresso-IDE/CDC-working-example/m-p/542051#M7669</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by ranaya on Tue Jun 12 08:00:12 MST 2012&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;Ok thanx gentlemen.... finally I could figure out the case. Sorry for asking the same thing again without going into deep. Appreciated ur great help and now I have a better idea about Xpresso IDE as well as the code. :)&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanx again&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Jun 2016 00:28:28 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPCXpresso-IDE/CDC-working-example/m-p/542051#M7669</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-16T00:28:28Z</dc:date>
    </item>
  </channel>
</rss>

