<?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のトピックHelp needed, issue with LIN host transmission</title>
    <link>https://community.nxp.com/t5/S32K/Help-needed-issue-with-LIN-host-transmission/m-p/2406473#M60556</link>
    <description>&lt;P&gt;Help: When using the LIN function on S32K314 configured as master mode, only the frame header is sent. If the slave does not respond, the master cannot send the frame header again. The configuration is as follows:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="_0-1787127326823.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/394927i2E563E631231F3E0/image-size/medium?v=v2&amp;amp;px=400" role="button" title="_0-1787127326823.png" alt="_0-1787127326823.png" /&gt;&lt;span class="lia-inline-image-caption" onclick="event.preventDefault();"&gt;_0-1787127326823.png&lt;/span&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Wed, 19 Aug 2026 08:15:43 GMT</pubDate>
    <dc:creator>杨工</dc:creator>
    <dc:date>2026-08-19T08:15:43Z</dc:date>
    <item>
      <title>Help needed, issue with LIN host transmission</title>
      <link>https://community.nxp.com/t5/S32K/Help-needed-issue-with-LIN-host-transmission/m-p/2406473#M60556</link>
      <description>&lt;P&gt;Help: When using the LIN function on S32K314 configured as master mode, only the frame header is sent. If the slave does not respond, the master cannot send the frame header again. The configuration is as follows:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="_0-1787127326823.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/394927i2E563E631231F3E0/image-size/medium?v=v2&amp;amp;px=400" role="button" title="_0-1787127326823.png" alt="_0-1787127326823.png" /&gt;&lt;span class="lia-inline-image-caption" onclick="event.preventDefault();"&gt;_0-1787127326823.png&lt;/span&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 19 Aug 2026 08:15:43 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/Help-needed-issue-with-LIN-host-transmission/m-p/2406473#M60556</guid>
      <dc:creator>杨工</dc:creator>
      <dc:date>2026-08-19T08:15:43Z</dc:date>
    </item>
    <item>
      <title>Re: Help needed, issue with LIN host transmission</title>
      <link>https://community.nxp.com/t5/S32K/Help-needed-issue-with-LIN-host-transmission/m-p/2406618#M60563</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/265734"&gt;@杨工&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;Based on the screenshot you posted, LIN_FRAMERESPONSE_RX indicates that the master node will receive the response part of a LIN frame. When configured as a subscriber for a specific frame ID, the node sends the Break + Sync + PID header and then listens for the Data + Checksum from the slave.&lt;/P&gt;
&lt;P&gt;If the slave does not send anything, the master will not terminate the frame on its own. Any subsequent call to Lpuart_Lin_Ip_SendFrame() will return STATUS_BUSY. The application is responsible for terminating the transfer.&lt;/P&gt;
&lt;P&gt;The RTD LIN driver provides a Lin Frame Timeout feature for exactly this situation. If you enable it in the configuration tool and implement the timer notifications (LinLpuartStartTimerNotification / LinLpuartStopTimerNotification), calling Lpuart_Lin_Ip_TimerExpiredService() on timeout expiry will return the driver state to IDLE.&lt;/P&gt;
&lt;P&gt;As a quick diagnostic, you can call Lpuart_Lin_Ip_TimerExpiredService() or even Lpuart_Lin_Ip_GoToIdleState() directly from the application whenever Lpuart_Lin_Ip_SendFrame() returns STATUS_BUSY, to confirm this is the root cause before wiring up the full timer mechanism.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Regards,&lt;/P&gt;
&lt;P&gt;Daniel&lt;/P&gt;</description>
      <pubDate>Wed, 19 Aug 2026 12:53:55 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/Help-needed-issue-with-LIN-host-transmission/m-p/2406618#M60563</guid>
      <dc:creator>danielmartynek</dc:creator>
      <dc:date>2026-08-19T12:53:55Z</dc:date>
    </item>
  </channel>
</rss>

