<?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: UART RX interrupt ussye in S32K</title>
    <link>https://community.nxp.com/t5/S32K/UART-RX-interrupt-ussye/m-p/1550659#M18752</link>
    <description>&lt;P&gt;hello Robin, The issue is fixed yesterday, thanks. but I have a new issue now, I can not receive the response data, I wii upload the project files later.&lt;/P&gt;</description>
    <pubDate>Wed, 09 Nov 2022 03:31:23 GMT</pubDate>
    <dc:creator>547416104</dc:creator>
    <dc:date>2022-11-09T03:31:23Z</dc:date>
    <item>
      <title>UART RX interrupt ussye</title>
      <link>https://community.nxp.com/t5/S32K/UART-RX-interrupt-ussye/m-p/1549133#M18688</link>
      <description>&lt;P&gt;Hello EveryOne,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I just use the UART module on the MCU:S32K144 100pin, I find the UART interrupt is occured, and read the data, I find the data is same with the uart TX data，as normal design, it is not My wanted data. How can I to config the SDK, and fix the issue.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="547416104_0-1667628338920.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/199267iD42E3EDCC4DDF386/image-size/medium?v=v2&amp;amp;px=400" role="button" title="547416104_0-1667628338920.png" alt="547416104_0-1667628338920.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="547416104_1-1667628387331.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/199268i342214C24A43B9B7/image-size/medium?v=v2&amp;amp;px=400" role="button" title="547416104_1-1667628387331.png" alt="547416104_1-1667628387331.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 05 Nov 2022 06:06:35 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/UART-RX-interrupt-ussye/m-p/1549133#M18688</guid>
      <dc:creator>547416104</dc:creator>
      <dc:date>2022-11-05T06:06:35Z</dc:date>
    </item>
    <item>
      <title>Re: UART RX interrupt ussye</title>
      <link>https://community.nxp.com/t5/S32K/UART-RX-interrupt-ussye/m-p/1549338#M18698</link>
      <description>&lt;P&gt;Please refer to the&amp;nbsp;lpuart_echo_s32k144 example in SDK:&lt;/P&gt;
&lt;P&gt;Call&amp;nbsp;LPUART_DRV_ReceiveData start receive &lt;STRONG&gt;1&lt;/STRONG&gt; byte UART data, the &lt;STRONG&gt;1&lt;/STRONG&gt; byte data is already received into buffer[] after enter UART_EVENT_RX_FULL rxCallback.&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="lpuart_echo_s32k144 LPUART_DRV_ReceiveData.png" style="width: 689px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/199338i782ED8F79F798DE7/image-size/large?v=v2&amp;amp;px=999" role="button" title="lpuart_echo_s32k144 LPUART_DRV_ReceiveData.png" alt="lpuart_echo_s32k144 LPUART_DRV_ReceiveData.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;Don't know why you call LPUART_DRV_ReceiveData(INST_LPUART0, &amp;amp;&lt;STRONG&gt;uart_Rx_Date&lt;/STRONG&gt;, 1u) at line 52, the data should already in in &lt;STRONG&gt;BD18333_Read.RxData&lt;/STRONG&gt;[] when enter UART_EVENT_RX_FULL event.&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;Best Regards,&lt;BR /&gt;Robin&lt;BR /&gt;-------------------------------------------------------------------------------&lt;BR /&gt;Note:&lt;BR /&gt;- If this post answers your question, please click the "Mark Correct" button. Thank you!&lt;/P&gt;
&lt;P&gt;- We are following threads for 7 weeks after the last post, later replies are ignored&lt;BR /&gt;Please open a new thread and refer to the closed one, if you have a related question at a later point in time.&lt;BR /&gt;-------------------------------------------------------------------------------&lt;/P&gt;</description>
      <pubDate>Mon, 07 Nov 2022 03:22:27 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/UART-RX-interrupt-ussye/m-p/1549338#M18698</guid>
      <dc:creator>Robin_Shen</dc:creator>
      <dc:date>2022-11-07T03:22:27Z</dc:date>
    </item>
    <item>
      <title>Re: UART RX interrupt ussye</title>
      <link>https://community.nxp.com/t5/S32K/UART-RX-interrupt-ussye/m-p/1549369#M18700</link>
      <description>&lt;P&gt;Hello Robin，&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I just follow your suggest to reconfig the uart module, I find the issue is also occured.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="547416104_0-1667798901612.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/199339i9FB2D6B82C9DE146/image-size/medium?v=v2&amp;amp;px=400" role="button" title="547416104_0-1667798901612.png" alt="547416104_0-1667798901612.png" /&gt;&lt;/span&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="547416104_1-1667798922426.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/199340iDEE4AFEB68E09C74/image-size/medium?v=v2&amp;amp;px=400" role="button" title="547416104_1-1667798922426.png" alt="547416104_1-1667798922426.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="547416104_2-1667799239339.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/199341i0DE4929F1B2A05D9/image-size/medium?v=v2&amp;amp;px=400" role="button" title="547416104_2-1667799239339.png" alt="547416104_2-1667799239339.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;when I sent data through UART, then the RX ISR is callback, debug and find the&amp;nbsp;BD18333_Read.RxData value is same with the TX data.&lt;/P&gt;&lt;P&gt;The hope result is the RX ISR is callback only when UART receive the new data, it should not same with the UART TX data.&lt;/P&gt;</description>
      <pubDate>Mon, 07 Nov 2022 05:34:08 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/UART-RX-interrupt-ussye/m-p/1549369#M18700</guid>
      <dc:creator>547416104</dc:creator>
      <dc:date>2022-11-07T05:34:08Z</dc:date>
    </item>
    <item>
      <title>Re: UART RX interrupt ussye</title>
      <link>https://community.nxp.com/t5/S32K/UART-RX-interrupt-ussye/m-p/1549458#M18704</link>
      <description>&lt;P&gt;Please tell me how to reproduce this issue.(Maybe you can send a test project to me)&lt;BR /&gt;I tried test&amp;nbsp;&lt;STRONG&gt;uart_pal_echo_s32k144&lt;/STRONG&gt; based on your screenshot and couldn't find the issue.&lt;BR /&gt;After call UART_SendData(&amp;amp;uart_instance, txbuffer, 1U); send data output, then call&amp;nbsp;UART_ReceiveData(&amp;amp;uart_instance, buffer, 1U); I didn't see the value in buffer equal to&amp;nbsp;txbuffer.&lt;/P&gt;</description>
      <pubDate>Mon, 07 Nov 2022 07:56:35 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/UART-RX-interrupt-ussye/m-p/1549458#M18704</guid>
      <dc:creator>Robin_Shen</dc:creator>
      <dc:date>2022-11-07T07:56:35Z</dc:date>
    </item>
    <item>
      <title>Re: UART RX interrupt ussye</title>
      <link>https://community.nxp.com/t5/S32K/UART-RX-interrupt-ussye/m-p/1550659#M18752</link>
      <description>&lt;P&gt;hello Robin, The issue is fixed yesterday, thanks. but I have a new issue now, I can not receive the response data, I wii upload the project files later.&lt;/P&gt;</description>
      <pubDate>Wed, 09 Nov 2022 03:31:23 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/UART-RX-interrupt-ussye/m-p/1550659#M18752</guid>
      <dc:creator>547416104</dc:creator>
      <dc:date>2022-11-09T03:31:23Z</dc:date>
    </item>
    <item>
      <title>Re: UART RX interrupt ussye</title>
      <link>https://community.nxp.com/t5/S32K/UART-RX-interrupt-ussye/m-p/1550692#M18753</link>
      <description>&lt;P&gt;You are welcome!&lt;BR /&gt;I am glad to hear that it works now.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;For new issue, it is recommended to recreate a new question in community.&lt;BR /&gt;Thank you for your understanding.&lt;/P&gt;</description>
      <pubDate>Wed, 09 Nov 2022 04:02:58 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/UART-RX-interrupt-ussye/m-p/1550692#M18753</guid>
      <dc:creator>Robin_Shen</dc:creator>
      <dc:date>2022-11-09T04:02:58Z</dc:date>
    </item>
    <item>
      <title>Re: UART RX interrupt ussye</title>
      <link>https://community.nxp.com/t5/S32K/UART-RX-interrupt-ussye/m-p/1550736#M18755</link>
      <description>&lt;P&gt;Hello Robin,&lt;/P&gt;&lt;P&gt;I just pass a problem "&lt;FONT size="1 2 3 4 5 6 7"&gt;&lt;SPAN class=""&gt;S32K144 UART can not receive data&lt;/SPAN&gt;&lt;/FONT&gt;", and attach the uart_pal configure and uart driver code. could you help to check, thanks&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 09 Nov 2022 05:52:43 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/UART-RX-interrupt-ussye/m-p/1550736#M18755</guid>
      <dc:creator>547416104</dc:creator>
      <dc:date>2022-11-09T05:52:43Z</dc:date>
    </item>
  </channel>
</rss>

