<?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 Re: lcp2388 UART Tx fifo in LPC Microcontrollers</title>
    <link>https://community.nxp.com/t5/LPC-Microcontrollers/lcp2388-UART-Tx-fifo/m-p/657468#M26126</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Did you enable the interrupt? if no, please enable the interrupt in U0IER. &amp;nbsp; &amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 17 Mar 2017 07:55:55 GMT</pubDate>
    <dc:creator>jimmychan</dc:creator>
    <dc:date>2017-03-17T07:55:55Z</dc:date>
    <item>
      <title>lcp2388 UART Tx fifo</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/lcp2388-UART-Tx-fifo/m-p/657467#M26125</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;UART fifo 通过UnLSR寄存器的THER和TEMT位标记fifo中是否有数据，如何能知道fifo中是否已满，或者fifo中剩余空间。我的应用是想用轮询方式发送数据，每次轮询时，如果有需要发送的数据，就将fifo填满，此时fifo可能有剩余字节。但无法知道剩余多少，就只能等fifo空后，再一次性将fifo填入16字节。但这样可能会使两个字节间隔变长导致帧断裂，破坏modbus协议，特在此求助。谢谢大家。&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Mar 2017 01:28:41 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/lcp2388-UART-Tx-fifo/m-p/657467#M26125</guid>
      <dc:creator>fzg</dc:creator>
      <dc:date>2017-03-16T01:28:41Z</dc:date>
    </item>
    <item>
      <title>Re: lcp2388 UART Tx fifo</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/lcp2388-UART-Tx-fifo/m-p/657468#M26126</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Did you enable the interrupt? if no, please enable the interrupt in U0IER. &amp;nbsp; &amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 17 Mar 2017 07:55:55 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/lcp2388-UART-Tx-fifo/m-p/657468#M26126</guid>
      <dc:creator>jimmychan</dc:creator>
      <dc:date>2017-03-17T07:55:55Z</dc:date>
    </item>
    <item>
      <title>Re: lcp2388 UART Tx fifo</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/lcp2388-UART-Tx-fifo/m-p/657469#M26127</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;谢谢您的回答，我目前整个项目设计就是想不用中断的方式发送数据，希望能定时器定期轮询的方式发送数据，lpc2388这款芯片可以实现么，谢谢！&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 20 Mar 2017 00:21:02 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/lcp2388-UART-Tx-fifo/m-p/657469#M26127</guid>
      <dc:creator>fzg</dc:creator>
      <dc:date>2017-03-20T00:21:02Z</dc:date>
    </item>
    <item>
      <title>Re: lcp2388 UART Tx fifo</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/lcp2388-UART-Tx-fifo/m-p/657470#M26128</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;U0IER[1] enables the THRE interrupt for UARTn. The status of this can be read from UnLSR[5].&lt;/P&gt;&lt;P&gt;UnIER[2] enables the UARTn RX line status interrupts. The status of this interrupt can be read from UnLSR[4:1].&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;U0IER enable 可以只用來查status用, 不是一定要用中断的方式发送数据, 可以继续用轮询的方式发送数据.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Mar 2017 01:45:29 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/lcp2388-UART-Tx-fifo/m-p/657470#M26128</guid>
      <dc:creator>jimmychan</dc:creator>
      <dc:date>2017-03-21T01:45:29Z</dc:date>
    </item>
  </channel>
</rss>

