<?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: Why cannot LIN STACK respond successfully? in S32K</title>
    <link>https://community.nxp.com/t5/S32K/Why-cannot-LIN-STACK-respond-successfully/m-p/1541110#M18441</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;SPAN&gt;RickYeh777,&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;The attachment is the LIN project with your&amp;nbsp;configuration.&amp;nbsp;I ran this example successfully.&lt;/P&gt;
&lt;P&gt;I saw that you are using interrupts. From my point of view, most likely the interrupt priority of LIN is effect to your issue. So, you can&amp;nbsp;re-test with two situations:&lt;/P&gt;
&lt;P&gt;Situation 1: you should set up the interrupt priority of LIN as the highest.&lt;/P&gt;
&lt;P&gt;Situation 2: disable all of the interrupts different with the LIN interrupt.&lt;/P&gt;
&lt;P&gt;Best regards,&lt;/P&gt;
&lt;P&gt;Dan&lt;/P&gt;</description>
    <pubDate>Thu, 20 Oct 2022 10:56:30 GMT</pubDate>
    <dc:creator>DanNguyenDuy</dc:creator>
    <dc:date>2022-10-20T10:56:30Z</dc:date>
    <item>
      <title>Why cannot LIN STACK respond successfully?</title>
      <link>https://community.nxp.com/t5/S32K/Why-cannot-LIN-STACK-respond-successfully/m-p/1536082#M18246</link>
      <description>&lt;P&gt;Based on s32k118, ide is s32ds, generate lin code by lin stack&lt;/P&gt;&lt;P&gt;it's slave node from my side. The LIN bus worked normally. But once in awhile, "Slave not responding" appeared suddenly. I am wondering why LIN STACK cannot respond in time sometimes.&lt;BR /&gt;Any suggestion is welcome. Thank you very much.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Best Regards.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="RickYeh777_0-1665559575086.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/196476iB9ED00F61C4A5E8E/image-size/medium?v=v2&amp;amp;px=400" role="button" title="RickYeh777_0-1665559575086.png" alt="RickYeh777_0-1665559575086.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 12 Oct 2022 07:44:37 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/Why-cannot-LIN-STACK-respond-successfully/m-p/1536082#M18246</guid>
      <dc:creator>RickYeh777</dc:creator>
      <dc:date>2022-10-12T07:44:37Z</dc:date>
    </item>
    <item>
      <title>Re: Why cannot LIN STACK respond successfully?</title>
      <link>https://community.nxp.com/t5/S32K/Why-cannot-LIN-STACK-respond-successfully/m-p/1539838#M18407</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;SPAN&gt;RickYeh777,&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;What is the driver's name you are using?&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Could you send me the configuration files and .ldf files?&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;And Could you turn off the "&lt;/SPAN&gt;Δt&lt;LI-WRAPPER&gt;&lt;/LI-WRAPPER&gt;&lt;SPAN&gt;" and capture again? I want to view the data frames.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Best regards,&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Dan&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 19 Oct 2022 06:56:00 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/Why-cannot-LIN-STACK-respond-successfully/m-p/1539838#M18407</guid>
      <dc:creator>DanNguyenDuy</dc:creator>
      <dc:date>2022-10-19T06:56:00Z</dc:date>
    </item>
    <item>
      <title>Re: Why cannot LIN STACK respond successfully?</title>
      <link>https://community.nxp.com/t5/S32K/Why-cannot-LIN-STACK-respond-successfully/m-p/1540986#M18437</link>
      <description>&lt;P&gt;Dear Sir,&lt;BR /&gt;&lt;BR /&gt;Thanks for your kindly response.&lt;BR /&gt;I am not sure what the driver's name is and hope you can find it in the attached files.&lt;BR /&gt;By the way, when the problem occured, the working schedule table was NormalTable in the .ldf file.&lt;BR /&gt;Please let me know if anything is unclear.&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 20 Oct 2022 08:27:54 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/Why-cannot-LIN-STACK-respond-successfully/m-p/1540986#M18437</guid>
      <dc:creator>RickYeh777</dc:creator>
      <dc:date>2022-10-20T08:27:54Z</dc:date>
    </item>
    <item>
      <title>Re: Why cannot LIN STACK respond successfully?</title>
      <link>https://community.nxp.com/t5/S32K/Why-cannot-LIN-STACK-respond-successfully/m-p/1541110#M18441</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;SPAN&gt;RickYeh777,&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;The attachment is the LIN project with your&amp;nbsp;configuration.&amp;nbsp;I ran this example successfully.&lt;/P&gt;
&lt;P&gt;I saw that you are using interrupts. From my point of view, most likely the interrupt priority of LIN is effect to your issue. So, you can&amp;nbsp;re-test with two situations:&lt;/P&gt;
&lt;P&gt;Situation 1: you should set up the interrupt priority of LIN as the highest.&lt;/P&gt;
&lt;P&gt;Situation 2: disable all of the interrupts different with the LIN interrupt.&lt;/P&gt;
&lt;P&gt;Best regards,&lt;/P&gt;
&lt;P&gt;Dan&lt;/P&gt;</description>
      <pubDate>Thu, 20 Oct 2022 10:56:30 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/Why-cannot-LIN-STACK-respond-successfully/m-p/1541110#M18441</guid>
      <dc:creator>DanNguyenDuy</dc:creator>
      <dc:date>2022-10-20T10:56:30Z</dc:date>
    </item>
  </channel>
</rss>

