<?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 receive problem</title>
    <link>https://community.nxp.com/t5/LPC-Microcontrollers/UART-receive-problem/m-p/525968#M8601</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by taskihcp on Wed Apr 16 09:09:13 MST 2014&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;Hallo,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I want to receive Data from one mikrocontroller(avr)&amp;nbsp; to another mikrocontroller(lpc1343)&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Data send from avr is ok but I can'd receive data to lpc1343.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I took the code uart.c and uart.h from examples.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;the configuration for RXD and TXD have done in codes I think.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I added this method in c source:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;uint8_t UARTReceive()&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;{&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; uint8_t c;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; while ( LPC_UART-&amp;gt;LSR &amp;amp; LSR_RDR )&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp; {&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;c = LPC_UART-&amp;gt;RBR;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp; }&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;return c;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;}&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;the Baudrate is&amp;nbsp; 9600.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;can anybody help me :)&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;thanks&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;taskihcp&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;P&gt;&lt;STRONG&gt;Original Attachment has been moved to: &lt;A _jive_internal="true" href="https://community.nxp.com/docs/DOC-337962"&gt;uart.c.zip&lt;/A&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Original Attachment has been moved to: &lt;A _jive_internal="true" href="https://community.nxp.com/docs/DOC-337962"&gt;uart.h.zip&lt;/A&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Original Attachment has been moved to: &lt;A _jive_internal="true" href="https://community.nxp.com/docs/DOC-337962"&gt;uarttest.c.zip&lt;/A&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 15 Jun 2016 16:59:22 GMT</pubDate>
    <dc:creator>lpcware</dc:creator>
    <dc:date>2016-06-15T16:59:22Z</dc:date>
    <item>
      <title>UART receive problem</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/UART-receive-problem/m-p/525968#M8601</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by taskihcp on Wed Apr 16 09:09:13 MST 2014&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;Hallo,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I want to receive Data from one mikrocontroller(avr)&amp;nbsp; to another mikrocontroller(lpc1343)&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Data send from avr is ok but I can'd receive data to lpc1343.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I took the code uart.c and uart.h from examples.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;the configuration for RXD and TXD have done in codes I think.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I added this method in c source:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;uint8_t UARTReceive()&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;{&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; uint8_t c;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; while ( LPC_UART-&amp;gt;LSR &amp;amp; LSR_RDR )&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp; {&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;c = LPC_UART-&amp;gt;RBR;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp; }&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;return c;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;}&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;the Baudrate is&amp;nbsp; 9600.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;can anybody help me :)&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;thanks&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;taskihcp&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;P&gt;&lt;STRONG&gt;Original Attachment has been moved to: &lt;A _jive_internal="true" href="https://community.nxp.com/docs/DOC-337962"&gt;uart.c.zip&lt;/A&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Original Attachment has been moved to: &lt;A _jive_internal="true" href="https://community.nxp.com/docs/DOC-337962"&gt;uart.h.zip&lt;/A&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Original Attachment has been moved to: &lt;A _jive_internal="true" href="https://community.nxp.com/docs/DOC-337962"&gt;uarttest.c.zip&lt;/A&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 16:59:22 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/UART-receive-problem/m-p/525968#M8601</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T16:59:22Z</dc:date>
    </item>
    <item>
      <title>Re: UART receive problem</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/UART-receive-problem/m-p/525969#M8602</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by hastaskiran on Thu May 08 01:18:48 MST 2014&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;has anybody no idea for my Problem??&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I can give more Information if my Explanation is too short.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;best regards&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;hastaskiran&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 16:59:22 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/UART-receive-problem/m-p/525969#M8602</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T16:59:22Z</dc:date>
    </item>
    <item>
      <title>Re: UART receive problem</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/UART-receive-problem/m-p/525970#M8603</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by R2D2 on Thu May 08 04:41:49 MST 2014&lt;/STRONG&gt;&lt;BR /&gt;&lt;HR /&gt;&lt;SPAN style="color: #0000ff;"&gt;&lt;STRONG&gt;Quote: hastaskiran&lt;/STRONG&gt;&lt;BR /&gt;has anybody no idea for my Problem??&lt;BR /&gt;&lt;/SPAN&gt;&lt;HR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt; :quest: &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;This is your first post here, so what problem are we talking about?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Problem of taskihcp?&lt;/SPAN&gt;&lt;BR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 16:59:23 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/UART-receive-problem/m-p/525970#M8603</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T16:59:23Z</dc:date>
    </item>
    <item>
      <title>Re: UART receive problem</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/UART-receive-problem/m-p/525971#M8604</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by hastaskiran on Thu May 08 05:33:16 MST 2014&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;Hello,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;taskihcp is also my nickname so its me :)&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;if this missunderstand has been solved than can we continue with the main Problem :)&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:59:24 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/UART-receive-problem/m-p/525971#M8604</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T16:59:24Z</dc:date>
    </item>
    <item>
      <title>Re: UART receive problem</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/UART-receive-problem/m-p/525972#M8605</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by R2D2 on Thu May 08 05:50:51 MST 2014&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;I'm not sure what you have tried already...&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;1. Which AVR are we talking about? Is it running with 3.3V?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;2. Why are you sure it's transmitting? Did you scope it?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;3. Did you try to connect something else to your LPC1343?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;4. Did you try to connect RxD and TxD of your LPC1343 to receive own data?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;5. Did you debug the code? Is an UART interrupt triggered while you are receiving data?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;6. Which code are you using? Uarttest.c is showing:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;TABLE border="1"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD bgcolor="#cacaca"&gt; &lt;PRE&gt;&amp;nbsp; UARTInit(115200);&lt;/PRE&gt; &lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt; :quest: &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;You are talking about UARTReceive(), where is it&amp;nbsp; :quest: &lt;/SPAN&gt;&lt;BR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 16:59:24 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/UART-receive-problem/m-p/525972#M8605</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T16:59:24Z</dc:date>
    </item>
    <item>
      <title>Re: UART receive problem</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/UART-receive-problem/m-p/525973#M8606</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by hastaskiran on Fri May 09 01:01:31 MST 2014&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt; Hallo R2D2,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;1- at90can128.It is running with 5V&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;2- I can transmit data (0xAA) from Avr to lpc but not sure that lpc receive the data&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Generally I want to control a Lamp over lpc. The Control data (0-200) also 1 Byte comes from avr and want to send to lpc microcontroller.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I connect tx from avr to rx from lpc. I dropped the 5V voltage to 3.3V with an external circuit.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;In original Uart.c file is not a method how to receive a data over RxD. So I have to write a method....&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;You can only see a method to send data and the and of the file.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I am using the original codes uart.c and uart.h &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;in lpc the baudrate is 9600 so I want to run the lpc also with 9600.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I added the UARTReceive() in uart.c file after sen method.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I found the uart.c and uart.h files in internet(nxp).&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;UARTinit(115200)&amp;nbsp; must be of course 9600.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 16:59:25 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/UART-receive-problem/m-p/525973#M8606</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T16:59:25Z</dc:date>
    </item>
    <item>
      <title>Re: UART receive problem</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/UART-receive-problem/m-p/525974#M8607</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by R2D2 on Fri May 09 04:03:25 MST 2014&lt;/STRONG&gt;&lt;BR /&gt;&lt;HR /&gt;&lt;SPAN style="color: #0000ff;"&gt;&lt;STRONG&gt;Quote: hastaskiran&lt;/STRONG&gt;&lt;BR /&gt;I connect tx from avr to rx from lpc. I dropped the 5V voltage to 3.3V with an external circuit.&lt;/SPAN&gt;&lt;HR /&gt;&lt;BR /&gt;&lt;SPAN&gt;That's not excluding possible problems. Which 'external circuit' is doing this job and did you measure (Oszilloscope) it?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;HR /&gt;&lt;SPAN style="color: #0000ff;"&gt;&lt;STRONG&gt;Quote: hastaskiran&lt;/STRONG&gt;&lt;BR /&gt;In original Uart.c file is not a method how to receive a data over RxD.&lt;/SPAN&gt;&lt;HR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;And what do you think is this:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;TABLE border="1"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD bgcolor="#cacaca"&gt; &lt;PRE&gt;
&amp;nbsp; while (1) 
&amp;nbsp; {/* Loop forever */
if ([color=#f00] UARTCount != 0[/color] )
{
&amp;nbsp; LPC_UART-&amp;gt;IER = IER_THRE | IER_RLS;/* Disable RBR */
&amp;nbsp; UARTSend( (uint8_t *)UARTBuffer, UARTCount );
&amp;nbsp; UARTCount = 0;
&amp;nbsp; LPC_UART-&amp;gt;IER = IER_THRE | IER_RLS | IER_RBR;/* Re-enable RBR */
}
&amp;nbsp; }
&lt;/PRE&gt; &lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 16:59:25 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/UART-receive-problem/m-p/525974#M8607</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T16:59:25Z</dc:date>
    </item>
    <item>
      <title>Re: UART receive problem</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/UART-receive-problem/m-p/525975#M8608</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by taskihcp on Tue May 13 02:08:27 MST 2014&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;hi R2D2,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;thanxs for your answer I measure the signal which comes from avr to rx from lpc.there is the same data.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;It can be any problems on my hardware but is there any command to read the receive files ??&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;you wrote:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp; while (1) &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp; {/* Loop forever */&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;if ( UARTCount != 0 )&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;{&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp; LPC_UART-&amp;gt;IER = IER_THRE | IER_RLS;/* Disable RBR */&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp; UARTSend( (uint8_t *)UARTBuffer, UARTCount );&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp; UARTCount = 0;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp; LPC_UART-&amp;gt;IER = IER_THRE | IER_RLS | IER_RBR;/* Re-enable RBR */&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;}&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp; }&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;is with this code the data in LPC_UART-&amp;gt;RBR saved and can use this data??&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 16:59:26 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/UART-receive-problem/m-p/525975#M8608</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T16:59:26Z</dc:date>
    </item>
    <item>
      <title>Re: UART receive problem</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/UART-receive-problem/m-p/525976#M8609</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by R2D2 on Tue May 13 04:31:12 MST 2014&lt;/STRONG&gt;&lt;BR /&gt;&lt;HR /&gt;&lt;SPAN style="color: #0000ff;"&gt;&lt;STRONG&gt;Quote: taskihcp&lt;/STRONG&gt;&lt;BR /&gt;I measure the signal which comes from avr to rx from lpc.there is the same data.&lt;/SPAN&gt;&lt;HR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I hope that means that RxD pin is showing a nice 3.3V signal with 9600 bps data&amp;nbsp; :quest: &lt;/SPAN&gt;&lt;BR /&gt;&lt;HR /&gt;&lt;SPAN style="color: #0000ff;"&gt;&lt;STRONG&gt;Quote: taskihcp&lt;/STRONG&gt;&lt;BR /&gt;It can be any problems on my hardware but is there any command to read the receive files ??&lt;BR /&gt;...is with this code the data in LPC_UART-&amp;gt;RBR saved and can use this data??&lt;/SPAN&gt;&lt;HR /&gt;&lt;BR /&gt;&lt;SPAN&gt;This loop is retransmitting the received buffer. Are you familiar with buffering?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;As mentioned already I would strongly recommend to [color=#f00]&lt;/SPAN&gt;&lt;STRONG&gt;debug your code&lt;/STRONG&gt;&lt;SPAN&gt;[/color]. That will show you if the interrupt is triggered (= data are received) and also show you the buffer content&amp;nbsp; :)&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 16:59:27 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/UART-receive-problem/m-p/525976#M8609</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T16:59:27Z</dc:date>
    </item>
    <item>
      <title>Re: UART receive problem</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/UART-receive-problem/m-p/525977#M8610</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by taskihcp on Tue May 13 05:21:34 MST 2014&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;thats right,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;ich have on RXD only a 3,3V signal, but can't receive data (triggern).&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I only know that the receive data comes to shift register and then to Receive-Buffer(RBR).&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;But I can send data from lpc over TXD that works.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;sorry I cant't debug it seems complicated.&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:59:27 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/UART-receive-problem/m-p/525977#M8610</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T16:59:27Z</dc:date>
    </item>
  </channel>
</rss>

