<?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中的主题 Re: How to detect LIN slave offline?</title>
    <link>https://community.nxp.com/t5/S32K/How-to-detect-LIN-slave-offline/m-p/2131676#M50784</link>
    <description>&lt;P&gt;A LIN Master detects a missing slave primarily through response timeouts. When the master transmits a frame header and expects a response from a specific slave, it monitors for the slave's data within a defined timeframe. If no response is received before the timeout expires, the master concludes the slave is absent or non-functional. Additionally, checksum errors on received frames, though not directly indicating a missing slave, can signal communication issues. For a more definitive check, the master can utilize LIN diagnostic services (e.g., "Read by Identifier") to actively poll a slave; a lack of response&amp;nbsp;&lt;A href="https://www-crediblebh.com" target="_self"&gt;&lt;FONT size="1 2 3 4 5 6 7" color="#FFFFFF"&gt;CredibleBH&lt;/FONT&gt;&lt;/A&gt; to such a request further confirms its absence. The S32K144 LIN stack typically handles these timeout mechanisms, providing status flags or callbacks to the application.&lt;/P&gt;</description>
    <pubDate>Thu, 10 Jul 2025 11:37:50 GMT</pubDate>
    <dc:creator>mary22evans</dc:creator>
    <dc:date>2025-07-10T11:37:50Z</dc:date>
    <item>
      <title>How to detect LIN slave offline?</title>
      <link>https://community.nxp.com/t5/S32K/How-to-detect-LIN-slave-offline/m-p/2131576#M50773</link>
      <description>&lt;P&gt;Basing on S32K144 LIN stack (S32DS for ARM2.2),&amp;nbsp; If there is on slave, how can the Lin Master detect the issue?&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 10 Jul 2025 08:56:40 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/How-to-detect-LIN-slave-offline/m-p/2131576#M50773</guid>
      <dc:creator>ABOLUO</dc:creator>
      <dc:date>2025-07-10T08:56:40Z</dc:date>
    </item>
    <item>
      <title>Re: How to detect LIN slave offline?</title>
      <link>https://community.nxp.com/t5/S32K/How-to-detect-LIN-slave-offline/m-p/2131676#M50784</link>
      <description>&lt;P&gt;A LIN Master detects a missing slave primarily through response timeouts. When the master transmits a frame header and expects a response from a specific slave, it monitors for the slave's data within a defined timeframe. If no response is received before the timeout expires, the master concludes the slave is absent or non-functional. Additionally, checksum errors on received frames, though not directly indicating a missing slave, can signal communication issues. For a more definitive check, the master can utilize LIN diagnostic services (e.g., "Read by Identifier") to actively poll a slave; a lack of response&amp;nbsp;&lt;A href="https://www-crediblebh.com" target="_self"&gt;&lt;FONT size="1 2 3 4 5 6 7" color="#FFFFFF"&gt;CredibleBH&lt;/FONT&gt;&lt;/A&gt; to such a request further confirms its absence. The S32K144 LIN stack typically handles these timeout mechanisms, providing status flags or callbacks to the application.&lt;/P&gt;</description>
      <pubDate>Thu, 10 Jul 2025 11:37:50 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/How-to-detect-LIN-slave-offline/m-p/2131676#M50784</guid>
      <dc:creator>mary22evans</dc:creator>
      <dc:date>2025-07-10T11:37:50Z</dc:date>
    </item>
    <item>
      <title>Re: How to detect LIN slave offline?</title>
      <link>https://community.nxp.com/t5/S32K/How-to-detect-LIN-slave-offline/m-p/2131682#M50786</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;yes, as already provided here, to detect a LIN slave going offline in a LIN stack:&lt;BR /&gt;- Master checks for response after sending a header.&lt;BR /&gt;- If no response or error (e.g., checksum), a timeout counter increases/expires.&lt;BR /&gt;- After N missed responses, the slave is marked offline.&lt;BR /&gt;- Optionally, use diagnostic frames to ping the slave.&lt;/P&gt;
&lt;P&gt;BR, Petr&lt;/P&gt;</description>
      <pubDate>Thu, 10 Jul 2025 11:52:23 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/How-to-detect-LIN-slave-offline/m-p/2131682#M50786</guid>
      <dc:creator>PetrS</dc:creator>
      <dc:date>2025-07-10T11:52:23Z</dc:date>
    </item>
    <item>
      <title>Re: How to detect LIN slave offline?</title>
      <link>https://community.nxp.com/t5/S32K/How-to-detect-LIN-slave-offline/m-p/2132275#M50816</link>
      <description>&lt;P&gt;Is there same APIs to get the timeout flag? I try to use&amp;nbsp;l_ifc_read_status, but 'error_in_response' flag not set when I power off the slave.&lt;/P&gt;&lt;P&gt;Thanks a lot.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 11 Jul 2025 07:01:14 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/How-to-detect-LIN-slave-offline/m-p/2132275#M50816</guid>
      <dc:creator>ABOLUO</dc:creator>
      <dc:date>2025-07-11T07:01:14Z</dc:date>
    </item>
    <item>
      <title>Re: How to detect LIN slave offline?</title>
      <link>https://community.nxp.com/t5/S32K/How-to-detect-LIN-slave-offline/m-p/2144019#M51493</link>
      <description>&lt;P&gt;Thanks for your suggestion. It can be solved by &lt;SPAN&gt;diagnostic services, but I think it's better to use normal frame to solve it.&amp;nbsp;&lt;/SPAN&gt;Trace the function "&lt;SPAN&gt;lin_lld_timeout_service()",&amp;nbsp;&lt;/SPAN&gt;I found in the file "lin.c", line 567,&amp;nbsp; '&lt;SPAN&gt;Received part of data but not completed' can trigger '&lt;/SPAN&gt;&lt;SPAN&gt;LIN_LLD_NODATA_TIMEOUT' event, but 'no data received' can not trigger it, is this&amp;nbsp;behavior&amp;nbsp;expected? or it's the issue?&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 31 Jul 2025 02:00:46 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/How-to-detect-LIN-slave-offline/m-p/2144019#M51493</guid>
      <dc:creator>ABOLUO</dc:creator>
      <dc:date>2025-07-31T02:00:46Z</dc:date>
    </item>
    <item>
      <title>Re: How to detect LIN slave offline?</title>
      <link>https://community.nxp.com/t5/S32K/How-to-detect-LIN-slave-offline/m-p/2144223#M51506</link>
      <description>&lt;P&gt;Now, I use the API 'l_ifc_read_status' to check the 'SUCCESSFULL_TRANSFER' of a special frame, I get the wanted result.&lt;/P&gt;</description>
      <pubDate>Thu, 31 Jul 2025 06:42:24 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/How-to-detect-LIN-slave-offline/m-p/2144223#M51506</guid>
      <dc:creator>ABOLUO</dc:creator>
      <dc:date>2025-07-31T06:42:24Z</dc:date>
    </item>
  </channel>
</rss>

