<?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中的主题 UART with LPC1343 LPCXpresso</title>
    <link>https://community.nxp.com/t5/LPC-Microcontrollers/UART-with-LPC1343-LPCXpresso/m-p/524947#M7583</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by smkuls on Wed Nov 13 05:49:23 MST 2013&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;I need to transmit and receive data using UART. This is my first project and I have no clue whatsoever so as to how to proceed, any suggestions?&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I tried reading the example but looks like it is interrupt based. I couldn't understand it. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I have the datasheet and I know the RX and TX port locations.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;PS - Also where would I receive the data?&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Do I have to print it? &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;(Arduino has a "comport" to view the values) - Is there a similar feature in LPC Xpresso.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 15 Jun 2016 16:54:31 GMT</pubDate>
    <dc:creator>lpcware</dc:creator>
    <dc:date>2016-06-15T16:54:31Z</dc:date>
    <item>
      <title>UART with LPC1343 LPCXpresso</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/UART-with-LPC1343-LPCXpresso/m-p/524947#M7583</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by smkuls on Wed Nov 13 05:49:23 MST 2013&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;I need to transmit and receive data using UART. This is my first project and I have no clue whatsoever so as to how to proceed, any suggestions?&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I tried reading the example but looks like it is interrupt based. I couldn't understand it. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I have the datasheet and I know the RX and TX port locations.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;PS - Also where would I receive the data?&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Do I have to print it? &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;(Arduino has a "comport" to view the values) - Is there a similar feature in LPC Xpresso.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 16:54:31 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/UART-with-LPC1343-LPCXpresso/m-p/524947#M7583</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T16:54:31Z</dc:date>
    </item>
    <item>
      <title>Re: UART with LPC1343 LPCXpresso</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/UART-with-LPC1343-LPCXpresso/m-p/524948#M7584</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by LabRat on Wed Nov 13 06:06:09 MST 2013&lt;/STRONG&gt;&lt;BR /&gt;&lt;HR /&gt;&lt;SPAN style="color: #0000ff;"&gt;&lt;STRONG&gt;Quote: smkuls&lt;/STRONG&gt;&lt;BR /&gt; any suggestions?&lt;/SPAN&gt;&lt;HR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;- Read the 'User manual' &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;- Use examples to get familiar with hardware, programming &amp;amp; debugging&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;- Don't expect easy solutions, there's a lot stuff to learn (M3 is a complex thing)&lt;/SPAN&gt;&lt;BR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 16:54:32 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/UART-with-LPC1343-LPCXpresso/m-p/524948#M7584</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T16:54:32Z</dc:date>
    </item>
    <item>
      <title>Re: UART with LPC1343 LPCXpresso</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/UART-with-LPC1343-LPCXpresso/m-p/524949#M7585</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by smkuls on Wed Nov 13 06:21:40 MST 2013&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;I tried the blinky example and then I tried with 4 LEDs. I have an experience with Arduino as well as programming! &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I looked in the User Manual as well, still stuck!&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I can't seem to figure out how to select the pins and transmit or receive the data. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;As in what are the various commands.&lt;/SPAN&gt;&lt;BR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 16:54:32 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/UART-with-LPC1343-LPCXpresso/m-p/524949#M7585</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T16:54:32Z</dc:date>
    </item>
    <item>
      <title>Re: UART with LPC1343 LPCXpresso</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/UART-with-LPC1343-LPCXpresso/m-p/524950#M7586</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by LabRat on Wed Nov 13 06:30:44 MST 2013&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;Could be useful if you describe which sample you are using and what you are trying to do...&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;how to select the pins&lt;/SPAN&gt;&lt;HR /&gt;&lt;SPAN&gt; ??&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Which hardware are you using? What is connected to your UART? &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 16:54:33 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/UART-with-LPC1343-LPCXpresso/m-p/524950#M7586</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T16:54:33Z</dc:date>
    </item>
    <item>
      <title>Re: UART with LPC1343 LPCXpresso</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/UART-with-LPC1343-LPCXpresso/m-p/524951#M7587</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by smkuls on Wed Nov 13 06:33:56 MST 2013&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;I have shorted the RX and TX pins, so now whatever I would send - I will receive the same as output. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;There is no external hardware as such. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;And by that I meant, how can I access the RX pin (the command) - like you have GPIOSetDir to enable a particular GPIO pin - is there any similar way in which I have to enable the RX and TX pins and then send and receive the data.&lt;/SPAN&gt;&lt;BR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 16:54:34 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/UART-with-LPC1343-LPCXpresso/m-p/524951#M7587</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T16:54:34Z</dc:date>
    </item>
    <item>
      <title>Re: UART with LPC1343 LPCXpresso</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/UART-with-LPC1343-LPCXpresso/m-p/524952#M7588</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by LabRat on Wed Nov 13 06:49:20 MST 2013&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;I've no idea which hardware you are using and I've still no idea which sample you are using...&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Usually samples are working out of the box and debugging can help you to understand what's happening. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Good luck.&lt;/SPAN&gt;&lt;BR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 16:54:34 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/UART-with-LPC1343-LPCXpresso/m-p/524952#M7588</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T16:54:34Z</dc:date>
    </item>
    <item>
      <title>Re: UART with LPC1343 LPCXpresso</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/UART-with-LPC1343-LPCXpresso/m-p/524953#M7589</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 Wed Nov 20 23:43:52 MST 2013&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;Check the user manual again and start from the beginning of the UART chapter.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;There you will find a step by step instruction of what to do: enable the UART, select the IP clock to use, set the pins to the correct functions, setup uart.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;You need to have your UART pins setup properly through the PINSEL registers. That connects the UART lines to the selected pins.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;As LabRat already pointed out: the examples that come with the LPCXpresso tools should be working straight out of the box.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Of course you need to use the hardware as used with the examples.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;What hardware do you have, did you use a scope (or any other means) to verify if there is data coming from your TX pin, did you try to debug your program - what happened.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;You need to figure out how your hardware works and how you initialize the peripherals - this is similar for all peripherals in the chip so try to get the hang of this other wise you'll be stuck forever.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Rob&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 16:54:35 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/UART-with-LPC1343-LPCXpresso/m-p/524953#M7589</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T16:54:35Z</dc:date>
    </item>
  </channel>
</rss>

