<?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 Cannot receive data in S32K</title>
    <link>https://community.nxp.com/t5/S32K/LPUART-Cannot-receive-data/m-p/1956433#M41051</link>
    <description>&lt;P&gt;I use the LPUART of S32K311 to send and receive data. It is normal to send data, but the chip cannot receive the data sent by the computer. What is the reason?Thank you.&lt;/P&gt;</description>
    <pubDate>Wed, 18 Sep 2024 08:22:20 GMT</pubDate>
    <dc:creator>DouDou1</dc:creator>
    <dc:date>2024-09-18T08:22:20Z</dc:date>
    <item>
      <title>LPUART Cannot receive data</title>
      <link>https://community.nxp.com/t5/S32K/LPUART-Cannot-receive-data/m-p/1956433#M41051</link>
      <description>&lt;P&gt;I use the LPUART of S32K311 to send and receive data. It is normal to send data, but the chip cannot receive the data sent by the computer. What is the reason?Thank you.&lt;/P&gt;</description>
      <pubDate>Wed, 18 Sep 2024 08:22:20 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/LPUART-Cannot-receive-data/m-p/1956433#M41051</guid>
      <dc:creator>DouDou1</dc:creator>
      <dc:date>2024-09-18T08:22:20Z</dc:date>
    </item>
    <item>
      <title>Re: LPUART Cannot receive data</title>
      <link>https://community.nxp.com/t5/S32K/LPUART-Cannot-receive-data/m-p/1956837#M41080</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/230579"&gt;@DouDou1&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;You mention data sent by computer. Are you using any serial to USB converter? Looking at your code, it may be a timing issue regarding how you are sending messages to the S32K311.&lt;/P&gt;
&lt;P&gt;You can look at the following UART examples for the S32K312:&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;&lt;A href="https://community.nxp.com/t5/S32K-Knowledge-Base/Example-S32K312-UART-Transmit-amp-Receive-Using-Interrupt-DS3-5/ta-p/1818775" target="_blank"&gt;Example S32K312 UART Transmit &amp;amp; Receive Using Interrupt DS3.5 RTD300 - NXP Community&lt;/A&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;A href="https://community.nxp.com/t5/S32K-Knowledge-Base/Example-S32K312-UART-Transmit-amp-Receive-Using-DMA-DS3-5-RTD300/ta-p/1787799" target="_blank"&gt;Example S32K312 UART Transmit &amp;amp; Receive Using DMA DS3.5 RTD300 - NXP Community&lt;/A&gt;&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;They both configure the UART module, one by interrupt and another by DMA. Please test them on your side to see if this issue persists.&lt;/P&gt;
&lt;P&gt;Best regards,&lt;BR /&gt;Julián&lt;/P&gt;</description>
      <pubDate>Wed, 18 Sep 2024 17:18:30 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/LPUART-Cannot-receive-data/m-p/1956837#M41080</guid>
      <dc:creator>Julián_AragónM</dc:creator>
      <dc:date>2024-09-18T17:18:30Z</dc:date>
    </item>
    <item>
      <title>Re: LPUART Cannot receive data</title>
      <link>https://community.nxp.com/t5/S32K/LPUART-Cannot-receive-data/m-p/1957071#M41087</link>
      <description>&lt;P&gt;Hi.@Julian-AragonM,&lt;BR /&gt;Thank you for your reply. I used a serial to USB converter, and then modified the code according to the example you gave me, but my chip still can't receive data. Could you please help me find out what the problem is?&lt;/P&gt;</description>
      <pubDate>Thu, 19 Sep 2024 02:11:17 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/LPUART-Cannot-receive-data/m-p/1957071#M41087</guid>
      <dc:creator>DouDou1</dc:creator>
      <dc:date>2024-09-19T02:11:17Z</dc:date>
    </item>
    <item>
      <title>Re: LPUART Cannot receive data</title>
      <link>https://community.nxp.com/t5/S32K/LPUART-Cannot-receive-data/m-p/1958041#M41155</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/230579"&gt;@DouDou1&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;I've modified the S32K312 UART interrupt project I've shared in the previous reply, by merging the lpuart echo example, so the MCU echoes whichever character it receives to the terminal:&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="2.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/300129i101ECBD727409068/image-size/medium?v=v2&amp;amp;px=400" role="button" title="2.png" alt="2.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;Please test it on your board.&lt;/P&gt;
&lt;P&gt;Best regards,&lt;BR /&gt;Julián&lt;/P&gt;</description>
      <pubDate>Thu, 19 Sep 2024 21:19:41 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/LPUART-Cannot-receive-data/m-p/1958041#M41155</guid>
      <dc:creator>Julián_AragónM</dc:creator>
      <dc:date>2024-09-19T21:19:41Z</dc:date>
    </item>
    <item>
      <title>Re: LPUART Cannot receive data</title>
      <link>https://community.nxp.com/t5/S32K/LPUART-Cannot-receive-data/m-p/1961238#M41312</link>
      <description>Hi，@Julián_AragónM，&lt;BR /&gt;Thank you for your reply. I have solved the problem, but there is something wrong with my connection. After re-connecting, we can communicate normally。&lt;BR /&gt;</description>
      <pubDate>Wed, 25 Sep 2024 02:54:47 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/LPUART-Cannot-receive-data/m-p/1961238#M41312</guid>
      <dc:creator>DouDou1</dc:creator>
      <dc:date>2024-09-25T02:54:47Z</dc:date>
    </item>
  </channel>
</rss>

