<?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 Receive more than 16bits throw UART? in LPC Microcontrollers</title>
    <link>https://community.nxp.com/t5/LPC-Microcontrollers/Receive-more-than-16bits-throw-UART/m-p/523826#M6462</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by ferve on Mon May 25 09:01:02 MST 2015&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;Hi all!! I'm starting to use LPC1769, and i'm working in a project with a XBEE s2 (DIGI). The problem is that from the XBEE module i'm only receiving the first 16 bytes. I was reading that the problem is that FIFO has only 16 bytes.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Is there a simple way to receive more than 16 bytes???&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Here is part of the code:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;UARTInit(&amp;amp;uart_var_rx, UART_3, 9600, 8, 'n', 1);&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;char char_rx[30];&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;int aux;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;for(aux=0;aux&amp;lt;30;aux++)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp; char_rx[aux] = UARTgetc(&amp;amp;uart_var_rx);&amp;nbsp; //This only receive the first 16 bytes&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;Fernando&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 15 Jun 2016 18:05:37 GMT</pubDate>
    <dc:creator>lpcware</dc:creator>
    <dc:date>2016-06-15T18:05:37Z</dc:date>
    <item>
      <title>Receive more than 16bits throw UART?</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/Receive-more-than-16bits-throw-UART/m-p/523826#M6462</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by ferve on Mon May 25 09:01:02 MST 2015&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;Hi all!! I'm starting to use LPC1769, and i'm working in a project with a XBEE s2 (DIGI). The problem is that from the XBEE module i'm only receiving the first 16 bytes. I was reading that the problem is that FIFO has only 16 bytes.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Is there a simple way to receive more than 16 bytes???&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Here is part of the code:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;UARTInit(&amp;amp;uart_var_rx, UART_3, 9600, 8, 'n', 1);&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;char char_rx[30];&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;int aux;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;for(aux=0;aux&amp;lt;30;aux++)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp; char_rx[aux] = UARTgetc(&amp;amp;uart_var_rx);&amp;nbsp; //This only receive the first 16 bytes&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;Fernando&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 18:05:37 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/Receive-more-than-16bits-throw-UART/m-p/523826#M6462</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T18:05:37Z</dc:date>
    </item>
    <item>
      <title>Re: Receive more than 16bits throw UART?</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/Receive-more-than-16bits-throw-UART/m-p/523827#M6463</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by dhanapal on Mon Jun 29 00:45:33 MST 2015&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;Enable the UART receive interrupt. You will receive all bytes&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 18:05:38 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/Receive-more-than-16bits-throw-UART/m-p/523827#M6463</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T18:05:38Z</dc:date>
    </item>
  </channel>
</rss>

