<?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: LPCOpen UART IDLE Interrupt in LPC Microcontrollers</title>
    <link>https://community.nxp.com/t5/LPC-Microcontrollers/LPCOpen-UART-IDLE-Interrupt/m-p/1691574#M53555</link>
    <description>&lt;P&gt;So just to confirm is reflected in the INSTAT register?&amp;nbsp;&lt;/P&gt;&lt;P&gt;As I mentioned before this interrupt is not specified in LPCOpen&amp;nbsp; UART_INTEN*. You mean for me to enable it using 0x01&amp;lt;&amp;lt;3 to set this bit along with all the other interrupts I might need using IntEnable. Then to use the code GetIntStatus to determine which of the interrupts happened. Is this correct? Of course, the alternative is to use GetStatus.&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Mon, 24 Jul 2023 19:15:29 GMT</pubDate>
    <dc:creator>stephendgb</dc:creator>
    <dc:date>2023-07-24T19:15:29Z</dc:date>
    <item>
      <title>LPCOpen UART IDLE Interrupt</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/LPCOpen-UART-IDLE-Interrupt/m-p/1689694#M53512</link>
      <description>&lt;P&gt;In the documentation package UM10736 for LPC1519 it references that TXIDLE is a possible interrupt setting. However, LPCOpen driver does not map this interrupt in the UART_INT section it is only available in the status entry section of the same header. The bit location is the same for both of them.&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am using legacy code that previously used this interrupt setting.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Is this omission intended? Can the Interrupt be used? Is there a recommended alternative to using this? Is it possible clear this interrupt by writing to the interrupt clear register? Does that change the status register?&lt;/P&gt;</description>
      <pubDate>Thu, 20 Jul 2023 18:57:06 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/LPCOpen-UART-IDLE-Interrupt/m-p/1689694#M53512</guid>
      <dc:creator>stephendgb</dc:creator>
      <dc:date>2023-07-20T18:57:06Z</dc:date>
    </item>
    <item>
      <title>Re: LPCOpen UART IDLE Interrupt</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/LPCOpen-UART-IDLE-Interrupt/m-p/1690924#M53523</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/220540"&gt;@stephendgb&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;1)Can the Interrupt be used? Is there a recommended alternative to using this?&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;-&amp;gt;&amp;gt;Yes, it can be used. You can use your own code to enable this interrupt.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;2) Is it possible clear this interrupt by writing to the interrupt clear register? Does that change the status register?&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;-&amp;gt;&amp;gt;No, the USART interrupt enable clear register is used to&amp;nbsp;clears the corresponding bit in the INTENSET&lt;BR /&gt;register. Also can not change the status register.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;BR&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Alice&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 24 Jul 2023 03:09:42 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/LPCOpen-UART-IDLE-Interrupt/m-p/1690924#M53523</guid>
      <dc:creator>Alice_Yang</dc:creator>
      <dc:date>2023-07-24T03:09:42Z</dc:date>
    </item>
    <item>
      <title>Re: LPCOpen UART IDLE Interrupt</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/LPCOpen-UART-IDLE-Interrupt/m-p/1691567#M53554</link>
      <description>&lt;P&gt;So just to confirm is reflected in the INSTAT register?&amp;nbsp;&lt;/P&gt;&lt;P&gt;As I mentioned before this interrupt is not specified in LPCOpen&amp;nbsp; UART_INTEN*. You mean for me to enable it using 0x01&amp;lt;&amp;lt;3 to set this bit along with all the other interrupts I might need using IntEnable. Then to use the code GetIntStatus to determine which of the interrupts happened. Is this correct? Of course the alternative is to use GetStatus.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 24 Jul 2023 19:09:38 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/LPCOpen-UART-IDLE-Interrupt/m-p/1691567#M53554</guid>
      <dc:creator>stephendgb</dc:creator>
      <dc:date>2023-07-24T19:09:38Z</dc:date>
    </item>
    <item>
      <title>Re: LPCOpen UART IDLE Interrupt</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/LPCOpen-UART-IDLE-Interrupt/m-p/1691574#M53555</link>
      <description>&lt;P&gt;So just to confirm is reflected in the INSTAT register?&amp;nbsp;&lt;/P&gt;&lt;P&gt;As I mentioned before this interrupt is not specified in LPCOpen&amp;nbsp; UART_INTEN*. You mean for me to enable it using 0x01&amp;lt;&amp;lt;3 to set this bit along with all the other interrupts I might need using IntEnable. Then to use the code GetIntStatus to determine which of the interrupts happened. Is this correct? Of course, the alternative is to use GetStatus.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 24 Jul 2023 19:15:29 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/LPCOpen-UART-IDLE-Interrupt/m-p/1691574#M53555</guid>
      <dc:creator>stephendgb</dc:creator>
      <dc:date>2023-07-24T19:15:29Z</dc:date>
    </item>
    <item>
      <title>Re: LPCOpen UART IDLE Interrupt</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/LPCOpen-UART-IDLE-Interrupt/m-p/1691668#M53557</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/220540"&gt;@stephendgb&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;"&lt;SPAN&gt;So just to confirm is reflected in the INSTAT register?&lt;/SPAN&gt;"&lt;/P&gt;
&lt;P&gt;-&amp;gt;&amp;gt; Yes.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;BR&lt;/P&gt;
&lt;P&gt;Alice&lt;/P&gt;</description>
      <pubDate>Tue, 25 Jul 2023 01:23:51 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/LPCOpen-UART-IDLE-Interrupt/m-p/1691668#M53557</guid>
      <dc:creator>Alice_Yang</dc:creator>
      <dc:date>2023-07-25T01:23:51Z</dc:date>
    </item>
  </channel>
</rss>

