<?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: Response error for LIN communication in S32K</title>
    <link>https://community.nxp.com/t5/S32K/Response-error-for-LIN-communication/m-p/1392121#M13403</link>
    <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/180126"&gt;@liuxing_hu&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;I'm afraid that you're having a misunderstanding. The reponse_error signal is handled internally by our LIN stack driver, and there is NO API to set/clear the reponse_error signal: The mechanism to set/clear the response_error signal is also handled internally and is explained in previous comment. In fact, we can "force" the stack to set the reponse_error bit each time the slave send the response, as below:&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="namnguyenviet_0-1640588139231.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/166267i53A4E717EF9A1AD6/image-size/medium?v=v2&amp;amp;px=400" role="button" title="namnguyenviet_0-1640588139231.png" alt="namnguyenviet_0-1640588139231.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;However, we don't recommend to do that, since it would break the whole stack: an response_error bit would be set even when there was no error, which is an abnormal behavior.&lt;/P&gt;
&lt;P&gt;I have read again your question, and looks like you're asking for some functions which inject the fault into the bus, e.g. inject a bit error or a frame error,... Then unfortunately, our LIN stack doesn't provide any fault injection API. (The reponse_error bit only indicates &lt;STRONG&gt;whenever a fault was&amp;nbsp;ALREADY occurred in the bus&lt;/STRONG&gt;). You can use a test device (VECTOR Canoe, or NI LIN Interface,...) which support fault injection/bus disturbance.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Best Regards,&lt;/P&gt;
&lt;P&gt;Nam&lt;/P&gt;</description>
    <pubDate>Mon, 27 Dec 2021 07:01:39 GMT</pubDate>
    <dc:creator>namnguyenviet</dc:creator>
    <dc:date>2021-12-27T07:01:39Z</dc:date>
    <item>
      <title>Response error for LIN communication</title>
      <link>https://community.nxp.com/t5/S32K/Response-error-for-LIN-communication/m-p/1389461#M13307</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 following is the requirements I need to achieve, I need to get these errors by APIs, and send errors to LIN, but I don't know how to get these errors or which API used by Lin stack, Could someone help me? thanks very much!&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="liuxing_hu_0-1639992390958.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/165686iAF07AF431689F985/image-size/medium?v=v2&amp;amp;px=400" role="button" title="liuxing_hu_0-1639992390958.png" alt="liuxing_hu_0-1639992390958.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="liuxing_hu_1-1639992681314.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/165687i1A140793F05C9238/image-size/medium?v=v2&amp;amp;px=400" role="button" title="liuxing_hu_1-1639992681314.png" alt="liuxing_hu_1-1639992681314.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="liuxing_hu_2-1639992709410.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/165688i09589FD23852F617/image-size/medium?v=v2&amp;amp;px=400" role="button" title="liuxing_hu_2-1639992709410.png" alt="liuxing_hu_2-1639992709410.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 20 Dec 2021 09:32:54 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/Response-error-for-LIN-communication/m-p/1389461#M13307</guid>
      <dc:creator>liuxing_hu</dc:creator>
      <dc:date>2021-12-20T09:32:54Z</dc:date>
    </item>
    <item>
      <title>Re: Response error for LIN communication</title>
      <link>https://community.nxp.com/t5/S32K/Response-error-for-LIN-communication/m-p/1391710#M13383</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/180126"&gt;@liuxing_hu&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;According to our LIN Stack developer, here is some information about handling the response error signal as below:&amp;nbsp;&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;Each slave node shall publish a one bit scalar signal, named response_error, to the master node in one of its transmitted unconditional frames.&lt;/LI&gt;
&lt;LI&gt;The response_error signal is set by linstack whenever a frame (except for event triggered frame responses) that is transmitted or received by the slave node contains an error in the frame response.&lt;/LI&gt;
&lt;LI&gt;The response_error signal shall be cleared when the unconditional frame containing the response_error signal is successfully transmitted.&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;You can refer to chapter 2.7 of LIN_Specification_Package_2.2A.pdf to more detail.&lt;/P&gt;
&lt;P&gt;One example about the response error signal is handled on bus:&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="namnguyenviet_0-1640330019970.jpeg" style="width: 999px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/166188iAEE6BB79758AD3CB/image-size/large?v=v2&amp;amp;px=999" role="button" title="namnguyenviet_0-1640330019970.jpeg" alt="namnguyenviet_0-1640330019970.jpeg" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;Best Regards,&lt;/P&gt;
&lt;P&gt;Nam&lt;/P&gt;</description>
      <pubDate>Fri, 24 Dec 2021 07:14:53 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/Response-error-for-LIN-communication/m-p/1391710#M13383</guid>
      <dc:creator>namnguyenviet</dc:creator>
      <dc:date>2021-12-24T07:14:53Z</dc:date>
    </item>
    <item>
      <title>Re: Response error for LIN communication</title>
      <link>https://community.nxp.com/t5/S32K/Response-error-for-LIN-communication/m-p/1391792#M13386</link>
      <description>&lt;P&gt;&lt;SPAN&gt;Helllo&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/83222"&gt;@namnguyenviet&lt;/a&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Thanks very much for your reply! &amp;nbsp; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;I don't really understand how the lin stack set respond error&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Each slave node shall publish a one bit scalar signal, named response_error, to the master node in one of its transmitted unconditional frames.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#0000FF"&gt;&lt;SPAN&gt;I have 2 slave node, named SWSL and SWSR, in each slave node, the corresponding respond_err named&amp;nbsp;SWSL_responseError and&amp;nbsp;SWSR_responseError, is it ok? or the name must be response_error?&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;The response_error signal is set by linstack whenever a frame (except for event triggered frame responses) that is transmitted or received by the slave node contains an error in the frame response.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#0000FF"&gt;&lt;SPAN&gt;how does linkstack set response_error signal? does it need config previously ? &lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;The response_error signal shall be cleared when the unconditional frame containing the response_error signal is successfully transmitted. &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#0000FF"&gt;&lt;SPAN&gt;how and who clear the error signal?&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="liuxing_hu_0-1640338386231.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/166203i9B1FDECC0B8B7E89/image-size/medium?v=v2&amp;amp;px=400" role="button" title="liuxing_hu_0-1640338386231.png" alt="liuxing_hu_0-1640338386231.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;i can see the respond error here, but I can't see the error status API by generate code, does anything wrong to my configuration?&lt;/P&gt;</description>
      <pubDate>Fri, 24 Dec 2021 09:33:58 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/Response-error-for-LIN-communication/m-p/1391792#M13386</guid>
      <dc:creator>liuxing_hu</dc:creator>
      <dc:date>2021-12-24T09:33:58Z</dc:date>
    </item>
    <item>
      <title>Re: Response error for LIN communication</title>
      <link>https://community.nxp.com/t5/S32K/Response-error-for-LIN-communication/m-p/1391820#M13387</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/180126"&gt;@liuxing_hu&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;EM&gt;I have 2 slave node, named SWSL and SWSR, in each slave node, the corresponding respond_err named&amp;nbsp;SWSL_responseError and&amp;nbsp;SWSR_responseError, is it ok? or the name must be response_error?&lt;/EM&gt;&lt;/P&gt;
&lt;P&gt;[NXP] It is ok.&lt;/P&gt;
&lt;P&gt;&lt;EM&gt;how does linkstack set response_error signal? does it need config previously ?&lt;/EM&gt;&lt;/P&gt;
&lt;P&gt;[NXP] The response_error signal has been defined in the .ldf file. The configuration tool(S32DS) will base on it to generate the configuration file as follows.&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="namnguyenviet_0-1640343225746.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/166206iA6F66F09B0E06BDD/image-size/medium?v=v2&amp;amp;px=400" role="button" title="namnguyenviet_0-1640343225746.png" alt="namnguyenviet_0-1640343225746.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Whenever a frame that is transmitted or received by the slave node contains an error in the frame response the linstack(not user) will call to lin_update_err_signal() function to set.&lt;/P&gt;
&lt;P&gt;&lt;EM&gt;how and who clear the error signal?&lt;/EM&gt;&lt;/P&gt;
&lt;P&gt;[NXP] Normally, the response_error signal shall be cleared by linstack(not user)when the unconditional frame containing the response_error signal is successfully transmitted.&lt;/P&gt;
&lt;P&gt;However, the user can also use the definitions in the config file to set/reset the response_error signal as follows&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="namnguyenviet_1-1640343225781.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/166207i51FBAE958BBFE2D6/image-size/medium?v=v2&amp;amp;px=400" role="button" title="namnguyenviet_1-1640343225781.png" alt="namnguyenviet_1-1640343225781.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;EM&gt;i can see the respond error here, but I can't see the error status API by generate code, does anything wrong to my configuration?&lt;/EM&gt;&lt;/P&gt;
&lt;P&gt;[NXP] If you don’t have any error in your .ldf file, the generated configuration files will contain the same that I showed above.&lt;/P&gt;
&lt;P&gt;Best Regards,&lt;/P&gt;
&lt;P&gt;Nam&lt;/P&gt;</description>
      <pubDate>Fri, 24 Dec 2021 10:55:21 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/Response-error-for-LIN-communication/m-p/1391820#M13387</guid>
      <dc:creator>namnguyenviet</dc:creator>
      <dc:date>2021-12-24T10:55:21Z</dc:date>
    </item>
    <item>
      <title>Re: Response error for LIN communication</title>
      <link>https://community.nxp.com/t5/S32K/Response-error-for-LIN-communication/m-p/1392087#M13400</link>
      <description>&lt;P&gt;our&amp;nbsp;&lt;SPAN&gt;&amp;nbsp;configuration tool(S32DS) not generates the configuration file as follows.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="liuxing_hu_0-1640585228865.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/166255i7A46DC6F44891553/image-size/medium?v=v2&amp;amp;px=400" role="button" title="liuxing_hu_0-1640585228865.png" alt="liuxing_hu_0-1640585228865.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;we have and use this as follow&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="liuxing_hu_1-1640585251765.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/166256i78F504CAB783D0E7/image-size/medium?v=v2&amp;amp;px=400" role="button" title="liuxing_hu_1-1640585251765.png" alt="liuxing_hu_1-1640585251765.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;we want to know how to use this to set/reset the&amp;nbsp;&lt;SPAN&gt;&amp;nbsp;response_error signal.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 27 Dec 2021 06:10:08 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/Response-error-for-LIN-communication/m-p/1392087#M13400</guid>
      <dc:creator>liuxing_hu</dc:creator>
      <dc:date>2021-12-27T06:10:08Z</dc:date>
    </item>
    <item>
      <title>Re: Response error for LIN communication</title>
      <link>https://community.nxp.com/t5/S32K/Response-error-for-LIN-communication/m-p/1392121#M13403</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/180126"&gt;@liuxing_hu&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;I'm afraid that you're having a misunderstanding. The reponse_error signal is handled internally by our LIN stack driver, and there is NO API to set/clear the reponse_error signal: The mechanism to set/clear the response_error signal is also handled internally and is explained in previous comment. In fact, we can "force" the stack to set the reponse_error bit each time the slave send the response, as below:&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="namnguyenviet_0-1640588139231.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/166267i53A4E717EF9A1AD6/image-size/medium?v=v2&amp;amp;px=400" role="button" title="namnguyenviet_0-1640588139231.png" alt="namnguyenviet_0-1640588139231.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;However, we don't recommend to do that, since it would break the whole stack: an response_error bit would be set even when there was no error, which is an abnormal behavior.&lt;/P&gt;
&lt;P&gt;I have read again your question, and looks like you're asking for some functions which inject the fault into the bus, e.g. inject a bit error or a frame error,... Then unfortunately, our LIN stack doesn't provide any fault injection API. (The reponse_error bit only indicates &lt;STRONG&gt;whenever a fault was&amp;nbsp;ALREADY occurred in the bus&lt;/STRONG&gt;). You can use a test device (VECTOR Canoe, or NI LIN Interface,...) which support fault injection/bus disturbance.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Best Regards,&lt;/P&gt;
&lt;P&gt;Nam&lt;/P&gt;</description>
      <pubDate>Mon, 27 Dec 2021 07:01:39 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/Response-error-for-LIN-communication/m-p/1392121#M13403</guid>
      <dc:creator>namnguyenviet</dc:creator>
      <dc:date>2021-12-27T07:01:39Z</dc:date>
    </item>
    <item>
      <title>Re: Response error for LIN communication</title>
      <link>https://community.nxp.com/t5/S32K/Response-error-for-LIN-communication/m-p/1392253#M13421</link>
      <description>&lt;P&gt;&lt;SPAN class=""&gt;Retell my question, now I want to call l_bool_wr_LI0_SWSL_responseError(1) when LINCurrentState-&amp;gt;currentEventId is SYNC_ERROR,FRAME_ERROR&amp;nbsp; CHECKSUM_ERROR IDENTIFIER_PARITY or BIT_ERROR occure.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class=""&gt;plan A:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class=""&gt;We call this function l_bool_wr_LI0_SWSL_responseError(1)&lt;/SPAN&gt;&lt;/P&gt;&lt;DIV class=""&gt;&amp;nbsp;&lt;/DIV&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="liuxing_hu_1-1640603403295.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/166288i3A1DF2DCAB6AC55B/image-size/medium?v=v2&amp;amp;px=400" role="button" title="liuxing_hu_1-1640603403295.png" alt="liuxing_hu_1-1640603403295.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Plan B:&lt;/P&gt;&lt;P&gt;We want to write new function about get current Event ID in Lin_Ipuart_driver.c called by&amp;nbsp; APPL Level.Like this&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="liuxing_hu_2-1640603821730.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/166289iC2B5E40639D9BD0A/image-size/medium?v=v2&amp;amp;px=400" role="button" title="liuxing_hu_2-1640603821730.png" alt="liuxing_hu_2-1640603821730.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Another question,we have not found&amp;nbsp;&lt;SPAN class=""&gt;IDENTIFIER_PARITY_ERROR or BIT_ERROR,how to genarete the error or where to find the error&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 27 Dec 2021 11:24:04 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/Response-error-for-LIN-communication/m-p/1392253#M13421</guid>
      <dc:creator>liuxing_hu</dc:creator>
      <dc:date>2021-12-27T11:24:04Z</dc:date>
    </item>
    <item>
      <title>Re: Response error for LIN communication</title>
      <link>https://community.nxp.com/t5/S32K/Response-error-for-LIN-communication/m-p/1392255#M13422</link>
      <description>&lt;P&gt;I don't get it... You want to change the stack code, don't you?&amp;nbsp;&lt;/P&gt;
&lt;BLOCKQUOTE&gt;
&lt;P&gt;&lt;SPAN&gt;now I want to call l_bool_wr_LI0_SWSL_responseError(1) when LINCurrentState-&amp;gt;currentEventId is SYNC_ERROR,FRAME_ERROR&amp;nbsp; CHECKSUM_ERROR IDENTIFIER_PARITY or BIT_ERROR occure.&lt;/SPAN&gt;&lt;/P&gt;
&lt;/BLOCKQUOTE&gt;
&lt;P&gt;&lt;SPAN&gt;Why do you want to implement like this? Because set the reponse_error bit to 1 is already handled in the stack code, so it's like re-inventing the wheel when doing like this&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;Nam&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 27 Dec 2021 11:32:53 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/Response-error-for-LIN-communication/m-p/1392255#M13422</guid>
      <dc:creator>namnguyenviet</dc:creator>
      <dc:date>2021-12-27T11:32:53Z</dc:date>
    </item>
    <item>
      <title>Re: Response error for LIN communication</title>
      <link>https://community.nxp.com/t5/S32K/Response-error-for-LIN-communication/m-p/1392393#M13429</link>
      <description>&lt;P&gt;Show you our LIN ldf config&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="liuxing_hu_0-1640659146710.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/166321i90716780DC6FEAD9/image-size/medium?v=v2&amp;amp;px=400" role="button" title="liuxing_hu_0-1640659146710.png" alt="liuxing_hu_0-1640659146710.png" /&gt;&lt;/span&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="liuxing_hu_1-1640659184775.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/166323i1723206694B35E37/image-size/medium?v=v2&amp;amp;px=400" role="button" title="liuxing_hu_1-1640659184775.png" alt="liuxing_hu_1-1640659184775.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;As your mean,we dont not modify the code.If there are some error&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="liuxing_hu_2-1640659588039.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/166324iEE9CB2E540EB7ECD/image-size/medium?v=v2&amp;amp;px=400" role="button" title="liuxing_hu_2-1640659588039.png" alt="liuxing_hu_2-1640659588039.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;The SWSL_responseError shall be 1.So how to create the error to make&amp;nbsp;SWSL_responseError&amp;nbsp; value as 1&lt;/P&gt;</description>
      <pubDate>Tue, 28 Dec 2021 02:49:41 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/Response-error-for-LIN-communication/m-p/1392393#M13429</guid>
      <dc:creator>liuxing_hu</dc:creator>
      <dc:date>2021-12-28T02:49:41Z</dc:date>
    </item>
    <item>
      <title>Re: Response error for LIN communication</title>
      <link>https://community.nxp.com/t5/S32K/Response-error-for-LIN-communication/m-p/1392400#M13430</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/180126"&gt;@liuxing_hu&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;SWSL_responseError will be 1 if there is an error in the bus. So like my previous comment, you have to inject a fault in the bus if you want to verify the&amp;nbsp;SWSL_responseError bit, and you need a test device, e.g. Vector CANOE or NI LIN interface... Our LIN stack does &lt;STRONG&gt;NOTHING&amp;nbsp;&lt;/STRONG&gt;with fault injection/ bus disturbance.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Please, make sure what is your target and carefully read what our team has suggested...&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;Nam&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 28 Dec 2021 03:01:43 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/Response-error-for-LIN-communication/m-p/1392400#M13430</guid>
      <dc:creator>namnguyenviet</dc:creator>
      <dc:date>2021-12-28T03:01:43Z</dc:date>
    </item>
    <item>
      <title>Re: Response error for LIN communication</title>
      <link>https://community.nxp.com/t5/S32K/Response-error-for-LIN-communication/m-p/1392416#M13434</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/83222"&gt;@namnguyenviet&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks very much for your reply, I 'm not sure whether it is&amp;nbsp;&lt;SPAN&gt;SWSL_responseError in my case when you say response error, so I confirm with you one more, now I understand what you means.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp;1. we have&amp;nbsp;Vector CANOE, do you know how to verify&amp;nbsp;SWSL_responseError using this tool, we never do that.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp;2. when set&amp;nbsp;SWSL_responseError, I don't see the BIT-ERROR, INCONSISTENT-SYNC-FIELD-ERROR and IDENTIFIER-PARITY-ERROR, does lin stack driver support these 3 errors?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="liuxing_hu_0-1640663103397.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/166331iD3C7601051962636/image-size/medium?v=v2&amp;amp;px=400" role="button" title="liuxing_hu_0-1640663103397.png" alt="liuxing_hu_0-1640663103397.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 28 Dec 2021 03:49:33 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/Response-error-for-LIN-communication/m-p/1392416#M13434</guid>
      <dc:creator>liuxing_hu</dc:creator>
      <dc:date>2021-12-28T03:49:33Z</dc:date>
    </item>
    <item>
      <title>Re: Response error for LIN communication</title>
      <link>https://community.nxp.com/t5/S32K/Response-error-for-LIN-communication/m-p/1392568#M13438</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/180126"&gt;@liuxing_hu&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;1. You can write a script then import to the Vector CANOE. You can refer to the Vector CANOE helper. Below is one of the syntax to create a bit inversed (as a result a bit error will be occurred):&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="canoe-script.png" style="width: 999px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/166350iD2C0831CC543DE25/image-size/large?v=v2&amp;amp;px=999" role="button" title="canoe-script.png" alt="canoe-script.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;Please ask VECTOR for further support.&lt;/P&gt;
&lt;P&gt;2.&amp;nbsp;&lt;SPAN&gt;INCONSISTENT-SYNC-FIELD-ERROR and IDENTIFIER-PARITY-ERROR are not reported by the stack, the frame is just ignored according to the LIN specification:&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="namnguyenviet_0-1640678115913.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/166351i797E448CBC6C57AB/image-size/medium?v=v2&amp;amp;px=400" role="button" title="namnguyenviet_0-1640678115913.png" alt="namnguyenviet_0-1640678115913.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;BIT-ERROR is supported.&lt;/P&gt;
&lt;P&gt;Best Regards,&lt;/P&gt;
&lt;P&gt;Nam&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 28 Dec 2021 08:00:10 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/Response-error-for-LIN-communication/m-p/1392568#M13438</guid>
      <dc:creator>namnguyenviet</dc:creator>
      <dc:date>2021-12-28T08:00:10Z</dc:date>
    </item>
    <item>
      <title>Re: Response error for LIN communication</title>
      <link>https://community.nxp.com/t5/S32K/Response-error-for-LIN-communication/m-p/1395404#M13550</link>
      <description>&lt;P&gt;How to set response error signal to 1 by using CANoe&amp;nbsp; to create checksum error , frame error and so on.&lt;/P&gt;</description>
      <pubDate>Thu, 06 Jan 2022 07:18:01 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/Response-error-for-LIN-communication/m-p/1395404#M13550</guid>
      <dc:creator>liuxing_hu</dc:creator>
      <dc:date>2022-01-06T07:18:01Z</dc:date>
    </item>
    <item>
      <title>Re: Response error for LIN communication</title>
      <link>https://community.nxp.com/t5/S32K/Response-error-for-LIN-communication/m-p/1395407#M13551</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/180126"&gt;@liuxing_hu&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;We don't provide the CANoe tool, so we couldn't help you with this question. Please ask Vector to support this.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Best Regards,&lt;/P&gt;&lt;P&gt;Nam&lt;/P&gt;</description>
      <pubDate>Thu, 06 Jan 2022 07:21:05 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/Response-error-for-LIN-communication/m-p/1395407#M13551</guid>
      <dc:creator>namnguyenviet</dc:creator>
      <dc:date>2022-01-06T07:21:05Z</dc:date>
    </item>
    <item>
      <title>Re: Response error for LIN communication</title>
      <link>https://community.nxp.com/t5/S32K/Response-error-for-LIN-communication/m-p/1396978#M13599</link>
      <description>&lt;P&gt;Hello ,&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;We want to do for the ECC .How to do ECC config for RAMT ,Flash memory and so on.&lt;/P&gt;</description>
      <pubDate>Tue, 11 Jan 2022 02:37:24 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/Response-error-for-LIN-communication/m-p/1396978#M13599</guid>
      <dc:creator>liuxing_hu</dc:creator>
      <dc:date>2022-01-11T02:37:24Z</dc:date>
    </item>
    <item>
      <title>Re: Response error for LIN communication</title>
      <link>https://community.nxp.com/t5/S32K/Response-error-for-LIN-communication/m-p/1397169#M13605</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;Please create a new thread with such a new question.&lt;/P&gt;
&lt;P&gt;Best Regards,&lt;/P&gt;
&lt;P&gt;Nam&lt;/P&gt;</description>
      <pubDate>Tue, 11 Jan 2022 07:38:47 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/Response-error-for-LIN-communication/m-p/1397169#M13605</guid>
      <dc:creator>namnguyenviet</dc:creator>
      <dc:date>2022-01-11T07:38:47Z</dc:date>
    </item>
    <item>
      <title>Re: Response error for LIN communication</title>
      <link>https://community.nxp.com/t5/S32K/Response-error-for-LIN-communication/m-p/2331453#M57292</link>
      <description>&lt;P&gt;In LIN 2.1 We have response Error signal which is mapped to a Specific LIN signal in LDF but if we need to map the other LIN signal along with previous one what is the way?&lt;/P&gt;</description>
      <pubDate>Thu, 12 Mar 2026 11:35:19 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/Response-error-for-LIN-communication/m-p/2331453#M57292</guid>
      <dc:creator>sharanabhiremath</dc:creator>
      <dc:date>2026-03-12T11:35:19Z</dc:date>
    </item>
  </channel>
</rss>

