<?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 LPUART Rx ISSUE with Interrupt in S32K</title>
    <link>https://community.nxp.com/t5/S32K/LPUART-Rx-ISSUE-with-Interrupt/m-p/870157#M3877</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi NXP Team:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I&amp;nbsp;have a question&amp;nbsp;when developing the S32K LPUART function(interriput enable) with PE MICERO debugger.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In debugging mode,When I do the order of operations as blow,&amp;nbsp; UART can't work as INTERRUPT cannot be triggered.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1:make brake point--&amp;gt;MCU stop run(external device&amp;nbsp;is sending data)&lt;/P&gt;&lt;P&gt;2:MCU Rx PORT recive the data, but do not any actions as stop run&lt;/P&gt;&lt;P&gt;3:click RUN--&amp;gt;MCU go on running--&amp;gt; but the UART can't recieve data any more&lt;/P&gt;&lt;P&gt;It seems like that LPUART won't work after one failure,except Power OFF/ON or Reset MCU.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you give some suggest!!!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks and Best Regards&lt;/P&gt;&lt;P&gt;ZZ&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 18 Feb 2019 03:41:30 GMT</pubDate>
    <dc:creator>zivzzhang</dc:creator>
    <dc:date>2019-02-18T03:41:30Z</dc:date>
    <item>
      <title>LPUART Rx ISSUE with Interrupt</title>
      <link>https://community.nxp.com/t5/S32K/LPUART-Rx-ISSUE-with-Interrupt/m-p/870157#M3877</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi NXP Team:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I&amp;nbsp;have a question&amp;nbsp;when developing the S32K LPUART function(interriput enable) with PE MICERO debugger.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In debugging mode,When I do the order of operations as blow,&amp;nbsp; UART can't work as INTERRUPT cannot be triggered.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1:make brake point--&amp;gt;MCU stop run(external device&amp;nbsp;is sending data)&lt;/P&gt;&lt;P&gt;2:MCU Rx PORT recive the data, but do not any actions as stop run&lt;/P&gt;&lt;P&gt;3:click RUN--&amp;gt;MCU go on running--&amp;gt; but the UART can't recieve data any more&lt;/P&gt;&lt;P&gt;It seems like that LPUART won't work after one failure,except Power OFF/ON or Reset MCU.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you give some suggest!!!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks and Best Regards&lt;/P&gt;&lt;P&gt;ZZ&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 18 Feb 2019 03:41:30 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/LPUART-Rx-ISSUE-with-Interrupt/m-p/870157#M3877</guid>
      <dc:creator>zivzzhang</dc:creator>
      <dc:date>2019-02-18T03:41:30Z</dc:date>
    </item>
    <item>
      <title>Re: LPUART Rx ISSUE with Interrupt</title>
      <link>https://community.nxp.com/t5/S32K/LPUART-Rx-ISSUE-with-Interrupt/m-p/870158#M3878</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Please check&amp;nbsp;STAT_OR&amp;nbsp;Receiver Overrun Flag and clear the flag if set.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Daniel&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Feb 2019 12:41:55 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/LPUART-Rx-ISSUE-with-Interrupt/m-p/870158#M3878</guid>
      <dc:creator>danielmartynek</dc:creator>
      <dc:date>2019-02-19T12:41:55Z</dc:date>
    </item>
    <item>
      <title>Re: LPUART Rx ISSUE with Interrupt</title>
      <link>https://community.nxp.com/t5/S32K/LPUART-Rx-ISSUE-with-Interrupt/m-p/870159#M3879</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Daniel:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your reply&amp;nbsp;and I have solved the issue before.&lt;/P&gt;&lt;P&gt;The solution is the same as you said!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks~&lt;/P&gt;&lt;P&gt;Ziv&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Feb 2019 01:45:39 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/LPUART-Rx-ISSUE-with-Interrupt/m-p/870159#M3879</guid>
      <dc:creator>zivzzhang</dc:creator>
      <dc:date>2019-02-20T01:45:39Z</dc:date>
    </item>
  </channel>
</rss>

