<?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>S32Kのトピックs32k3 uart</title>
    <link>https://community.nxp.com/t5/S32K/s32k3-uart/m-p/2140962#M51339</link>
    <description>&lt;P&gt;hello dear NXP team...&lt;BR /&gt;&lt;BR /&gt;I have configured the UART0 interrupt receive for s32k311...… I am trying to receive data in callback function but i am not Receiving any data...i dont know whats the issue....please resolve the issue....i have uploaded my project here below.&lt;/P&gt;</description>
    <pubDate>Fri, 25 Jul 2025 14:23:52 GMT</pubDate>
    <dc:creator>leoCR7</dc:creator>
    <dc:date>2025-07-25T14:23:52Z</dc:date>
    <item>
      <title>s32k3 uart</title>
      <link>https://community.nxp.com/t5/S32K/s32k3-uart/m-p/2140962#M51339</link>
      <description>&lt;P&gt;hello dear NXP team...&lt;BR /&gt;&lt;BR /&gt;I have configured the UART0 interrupt receive for s32k311...… I am trying to receive data in callback function but i am not Receiving any data...i dont know whats the issue....please resolve the issue....i have uploaded my project here below.&lt;/P&gt;</description>
      <pubDate>Fri, 25 Jul 2025 14:23:52 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/s32k3-uart/m-p/2140962#M51339</guid>
      <dc:creator>leoCR7</dc:creator>
      <dc:date>2025-07-25T14:23:52Z</dc:date>
    </item>
    <item>
      <title>Re: s32k3 uart</title>
      <link>https://community.nxp.com/t5/S32K/s32k3-uart/m-p/2141064#M51345</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/252869"&gt;@leoCR7&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;The AsyncReceive function enables reception and immediately leaves function.&amp;nbsp;The application has to get the receive status to know when the receive is complete. You can either repeatedly call&amp;nbsp;GetReceiveStatus or use interrupt callback function and use callback events in it. After receiving is completed (defined number of bytes received), you need to call&amp;nbsp;AsyncReceive again to start new reception.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;However, inside the callback, instead of calling AsyncReceive again, use the Lpuart_Uart_Ip_SetRxBuffer function for continuous reception. You can use AsyncReceive in the end transfer event.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;You can refer to this example routine:&amp;nbsp;&lt;A href="https://community.nxp.com/t5/S32K-Knowledge-Base/RTD600-IP-S32K312-EVB-Lpuart-interrupt-echo/ta-p/2141060" target="_blank"&gt;[RTD600 IP] S32K312-EVB Lpuart interrupt echo - NXP Community&lt;/A&gt;. It is based on the S32K312, but you can simply copy over the configuration.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Best regards,&lt;BR /&gt;Julián&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 25 Jul 2025 18:19:15 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/s32k3-uart/m-p/2141064#M51345</guid>
      <dc:creator>Julián_AragónM</dc:creator>
      <dc:date>2025-07-25T18:19:15Z</dc:date>
    </item>
  </channel>
</rss>

