<?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: S32K144 UART Callback in S32K</title>
    <link>https://community.nxp.com/t5/S32K/S32K144-UART-Callback/m-p/882359#M4098</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Indeed there was a problem with callbacks in that release, but that's very old. The latest drop is RTM 3.0.0, I suggest updating to the latest version.&lt;/P&gt;&lt;P&gt;Vlad&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 11 Mar 2019 14:01:08 GMT</pubDate>
    <dc:creator>B46399</dc:creator>
    <dc:date>2019-03-11T14:01:08Z</dc:date>
    <item>
      <title>S32K144 UART Callback</title>
      <link>https://community.nxp.com/t5/S32K/S32K144-UART-Callback/m-p/882354#M4093</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I met a problem when I need to use a uart interface peripheral.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="pastedImage_1.png"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/70754i266FD11001CC50B9/image-size/large?v=v2&amp;amp;px=999" role="button" title="pastedImage_1.png" alt="pastedImage_1.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;While using UART0 to receive the uart data, I don't know how to clear the flag in RX Callback function, the code will not exit in RX_callback function, anyone can help?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Mar 2019 05:26:50 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/S32K144-UART-Callback/m-p/882354#M4093</guid>
      <dc:creator>jay_zhang</dc:creator>
      <dc:date>2019-03-11T05:26:50Z</dc:date>
    </item>
    <item>
      <title>Re: S32K144 UART Callback</title>
      <link>https://community.nxp.com/t5/S32K/S32K144-UART-Callback/m-p/882355#M4094</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Which version of SDK are you using?&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Vlad&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Mar 2019 08:14:05 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/S32K144-UART-Callback/m-p/882355#M4094</guid>
      <dc:creator>B46399</dc:creator>
      <dc:date>2019-03-11T08:14:05Z</dc:date>
    </item>
    <item>
      <title>Re: S32K144 UART Callback</title>
      <link>https://community.nxp.com/t5/S32K/S32K144-UART-Callback/m-p/882356#M4095</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have tested the&amp;nbsp;lpuart_echo_s32k144 demo from SDK RTM 2.0.0 and see no issue, rx callback is called only once when byte is received.&lt;/P&gt;&lt;P&gt;Generally, you need not to clear any flags in callback functions. This callback is called from the interrupt handler which contains code for flags clearing already. Moreover RDRF flag is cleared by reading data register, so flag should be cleared before callback is called.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BR, Petr&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Mar 2019 08:28:56 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/S32K144-UART-Callback/m-p/882356#M4095</guid>
      <dc:creator>PetrS</dc:creator>
      <dc:date>2019-03-11T08:28:56Z</dc:date>
    </item>
    <item>
      <title>Re: S32K144 UART Callback</title>
      <link>https://community.nxp.com/t5/S32K/S32K144-UART-Callback/m-p/882357#M4096</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Have you tried to use the callback install, in my code, after some buffer coming, the callback function is called, and always called, cannot go to main code section.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Mar 2019 08:37:10 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/S32K144-UART-Callback/m-p/882357#M4096</guid>
      <dc:creator>jay_zhang</dc:creator>
      <dc:date>2019-03-11T08:37:10Z</dc:date>
    </item>
    <item>
      <title>Re: S32K144 UART Callback</title>
      <link>https://community.nxp.com/t5/S32K/S32K144-UART-Callback/m-p/882358#M4097</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;0.8.6&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Mar 2019 09:17:03 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/S32K144-UART-Callback/m-p/882358#M4097</guid>
      <dc:creator>jay_zhang</dc:creator>
      <dc:date>2019-03-11T09:17:03Z</dc:date>
    </item>
    <item>
      <title>Re: S32K144 UART Callback</title>
      <link>https://community.nxp.com/t5/S32K/S32K144-UART-Callback/m-p/882359#M4098</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Indeed there was a problem with callbacks in that release, but that's very old. The latest drop is RTM 3.0.0, I suggest updating to the latest version.&lt;/P&gt;&lt;P&gt;Vlad&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Mar 2019 14:01:08 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/S32K144-UART-Callback/m-p/882359#M4098</guid>
      <dc:creator>B46399</dc:creator>
      <dc:date>2019-03-11T14:01:08Z</dc:date>
    </item>
    <item>
      <title>Re: S32K144 UART Callback</title>
      <link>https://community.nxp.com/t5/S32K/S32K144-UART-Callback/m-p/1549228#M18691</link>
      <description>&lt;P&gt;The uart rx ISR flag is auto cleared after read the rx data register, so need you to read the data register.&lt;/P&gt;</description>
      <pubDate>Sun, 06 Nov 2022 12:22:40 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/S32K144-UART-Callback/m-p/1549228#M18691</guid>
      <dc:creator>547416104</dc:creator>
      <dc:date>2022-11-06T12:22:40Z</dc:date>
    </item>
  </channel>
</rss>

