<?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: interrupt UART3</title>
    <link>https://community.nxp.com/t5/LPCXpresso-IDE/interrupt-UART3/m-p/538171#M5871</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by MikeSimmonds on Sun Nov 04 04:31:57 MST 2012&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;[FONT=Tahoma][SIZE=1]The receiver is eanabled or disabled by bit 1 (RXDIS) in the RS485CTRL register (offset 50 hex).&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;If it is the [I]interrupt[/I] for received characters look at bit 0 (RBRIE) in the interurrupt enable register.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;(IER, offset 04 hex).&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;It's all there in the user manual -- you just have to read it carefully.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Cheers, Mike&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;[/SIZE][/FONT]&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 15 Jun 2016 23:14:12 GMT</pubDate>
    <dc:creator>lpcware</dc:creator>
    <dc:date>2016-06-15T23:14:12Z</dc:date>
    <item>
      <title>interrupt UART3</title>
      <link>https://community.nxp.com/t5/LPCXpresso-IDE/interrupt-UART3/m-p/538170#M5870</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by hoanvu1990 on Sat Nov 03 19:46:22 MST 2012&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;hey every body !&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;in the time , I'm building a source code about receive data from Tera tearm to LPC expresso board LPC 1769 through UART connection use interrupt UART3. &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;But i don't find interrupt UART flag to enable and disable it for reciever data. &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;who can help me fix it ... hic &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;i have known IIR register for identifer interrupt uart state. BUT it is a only read register.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 23:14:11 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPCXpresso-IDE/interrupt-UART3/m-p/538170#M5870</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T23:14:11Z</dc:date>
    </item>
    <item>
      <title>Re: interrupt UART3</title>
      <link>https://community.nxp.com/t5/LPCXpresso-IDE/interrupt-UART3/m-p/538171#M5871</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by MikeSimmonds on Sun Nov 04 04:31:57 MST 2012&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;[FONT=Tahoma][SIZE=1]The receiver is eanabled or disabled by bit 1 (RXDIS) in the RS485CTRL register (offset 50 hex).&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;If it is the [I]interrupt[/I] for received characters look at bit 0 (RBRIE) in the interurrupt enable register.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;(IER, offset 04 hex).&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;It's all there in the user manual -- you just have to read it carefully.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Cheers, Mike&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;[/SIZE][/FONT]&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 23:14:12 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPCXpresso-IDE/interrupt-UART3/m-p/538171#M5871</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T23:14:12Z</dc:date>
    </item>
    <item>
      <title>Re: interrupt UART3</title>
      <link>https://community.nxp.com/t5/LPCXpresso-IDE/interrupt-UART3/m-p/538172#M5872</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 Sun Nov 04 07:15:03 MST 2012&lt;/STRONG&gt;&lt;BR /&gt;&lt;HR /&gt;&lt;SPAN style="color: #0000ff;"&gt;&lt;STRONG&gt;Quote: hoanvu1990&lt;/STRONG&gt;&lt;BR /&gt;...who can help me fix it ...&lt;/SPAN&gt;&lt;HR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Help yourself and use supplied UART3 sample ;) &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;lt;install_dir&amp;gt;\lpcxpresso\Examples\NXP\LPC1000\LPC17xx\examples.lpc17xx.new.zip\uart&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 23:14:13 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPCXpresso-IDE/interrupt-UART3/m-p/538172#M5872</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T23:14:13Z</dc:date>
    </item>
  </channel>
</rss>

