<?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 UART0 Interrupt missing. in Kinetis Microcontrollers</title>
    <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/UART0-Interrupt-missing/m-p/291074#M11660</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I working with KL15 - 48pin Kinetis.&lt;/P&gt;&lt;P&gt;I want to using the UATRT0 in interrupt mode.&lt;/P&gt;&lt;P&gt;I have problem with interrupt RX: after first interrupt i am not get interrupt on RX.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;why it happens?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 20 Nov 2013 19:20:16 GMT</pubDate>
    <dc:creator>boriszviagin</dc:creator>
    <dc:date>2013-11-20T19:20:16Z</dc:date>
    <item>
      <title>UART0 Interrupt missing.</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/UART0-Interrupt-missing/m-p/291074#M11660</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I working with KL15 - 48pin Kinetis.&lt;/P&gt;&lt;P&gt;I want to using the UATRT0 in interrupt mode.&lt;/P&gt;&lt;P&gt;I have problem with interrupt RX: after first interrupt i am not get interrupt on RX.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;why it happens?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Nov 2013 19:20:16 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/UART0-Interrupt-missing/m-p/291074#M11660</guid>
      <dc:creator>boriszviagin</dc:creator>
      <dc:date>2013-11-20T19:20:16Z</dc:date>
    </item>
    <item>
      <title>Re: UART0 Interrupt missing.</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/UART0-Interrupt-missing/m-p/291075#M11661</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Please to check the UART Status Register 1 (UARTx_S1) [RDRF] bit is set or not. In the UART0 interrupt service routine, it need to read the UART data register ( UART _D) to clear the UART0_S1 [RDRG] bit. And you also need to check if there with higher priority interrupt happens and related interrupt service routine has big size code to execute.&lt;/P&gt;&lt;P&gt;Wish it helps.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Dec 2013 02:18:19 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/UART0-Interrupt-missing/m-p/291075#M11661</guid>
      <dc:creator>Hui_Ma</dc:creator>
      <dc:date>2013-12-03T02:18:19Z</dc:date>
    </item>
    <item>
      <title>Re: UART0 Interrupt missing.</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/UART0-Interrupt-missing/m-p/291076#M11662</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can refer to the sample code "LQRUG_uart_ex1" and "LQRUG_uart_ex2" in KL25-SC.&lt;/P&gt;&lt;P&gt;You can find them at :E:\kl25_sc_rev10\klxx-sc-baremetal\build\iar folder after you download the KL25-SC.exe at below web link:&lt;/P&gt;&lt;P&gt;&lt;A href="http://cache.freescale.com/files/32bit/software/KL25_SC.exe?fpsp=1&amp;amp;WT_TYPE=Lab%20and%20Test%20Software&amp;amp;WT_VENDOR=FREESCALE&amp;amp;WT_FILE_FORMAT=exe&amp;amp;WT_ASSET=Downloads&amp;amp;sr=10" title="http://cache.freescale.com/files/32bit/software/KL25_SC.exe?fpsp=1&amp;amp;WT_TYPE=Lab%20and%20Test%20Software&amp;amp;WT_VENDOR=FREESCALE&amp;amp;WT_FILE_FORMAT=exe&amp;amp;WT_ASSET=Downloads&amp;amp;sr=10"&gt;http://cache.freescale.com/files/32bit/software/KL25_SC.exe?fpsp=1&amp;amp;WT_TYPE=Lab%20and%20Test%20Software&amp;amp;WT_VENDOR=FREESCA…&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The LQRUG.pdf describe how to use the UART module.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope that's help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best Regard&lt;/P&gt;&lt;P&gt;Robin&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Dec 2013 01:16:42 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/UART0-Interrupt-missing/m-p/291076#M11662</guid>
      <dc:creator>Robin_Shen</dc:creator>
      <dc:date>2013-12-10T01:16:42Z</dc:date>
    </item>
  </channel>
</rss>

