<?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: How to use  ld_receive_message() ? in S32K</title>
    <link>https://community.nxp.com/t5/S32K/How-to-use-ld-receive-message/m-p/1419058#M14138</link>
    <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/181805"&gt;@pankajprasad100&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;I would like to share with you an example project (Attach) about to use the ld_receive_message():&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;Hardware: S32K118&lt;/LI&gt;
&lt;LI&gt;SDK release version:&amp;nbsp; S32SDK_S32K1xx_RTM_3.0.0&lt;/LI&gt;
&lt;LI&gt;PEx: S32 Design Studio v2.2&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The Master node send a UDS frame with NAD = 0x02, PCI = 0x06, SID = 0x23, data = {0x03, 0x04, 0x05, 0x06, 0x07}&lt;/P&gt;
&lt;P&gt;The Slave node use ld_receive_message() function to receive request message and then responded with PSID = 0x63 (Value = SID + 0x40).&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="namnguyenviet_0-1645701548612.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/171665iD94424CD779EB9BD/image-size/medium?v=v2&amp;amp;px=400" role="button" title="namnguyenviet_0-1645701548612.png" alt="namnguyenviet_0-1645701548612.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;Hope it helps.&lt;/P&gt;
&lt;P&gt;Best Regards,&lt;/P&gt;
&lt;P&gt;Nam&lt;/P&gt;</description>
    <pubDate>Thu, 24 Feb 2022 11:20:10 GMT</pubDate>
    <dc:creator>namnguyenviet</dc:creator>
    <dc:date>2022-02-24T11:20:10Z</dc:date>
    <item>
      <title>How to use  ld_receive_message() ?</title>
      <link>https://community.nxp.com/t5/S32K/How-to-use-ld-receive-message/m-p/1408902#M13889</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I am working on a project where there are two ECUS master and slave.&lt;/P&gt;&lt;P&gt;I have implemented a code where I send the Lin-Diagnostics request 3C and the slave is responding by sending the positive response which can be seen on the LIN bus.&lt;/P&gt;&lt;P&gt;But while using the&amp;nbsp; ld_receive_message()&amp;nbsp; function, I am not getting the values which are seen on the LIN bus.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="pankajprasad100_0-1643963481425.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/169546i81E3ED51CE690850/image-size/medium?v=v2&amp;amp;px=400" role="button" title="pankajprasad100_0-1643963481425.png" alt="pankajprasad100_0-1643963481425.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="pankajprasad100_1-1643963525314.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/169547i4D02AB1EAD58702D/image-size/medium?v=v2&amp;amp;px=400" role="button" title="pankajprasad100_1-1643963525314.png" alt="pankajprasad100_1-1643963525314.png" /&gt;&lt;/span&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="pankajprasad100_2-1643964052448.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/169550iF615FCB857652588/image-size/medium?v=v2&amp;amp;px=400" role="button" title="pankajprasad100_2-1643964052448.png" alt="pankajprasad100_2-1643964052448.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 04 Feb 2022 08:42:17 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/How-to-use-ld-receive-message/m-p/1408902#M13889</guid>
      <dc:creator>pankajprasad100</dc:creator>
      <dc:date>2022-02-04T08:42:17Z</dc:date>
    </item>
    <item>
      <title>Re: How to use  ld_receive_message() ?</title>
      <link>https://community.nxp.com/t5/S32K/How-to-use-ld-receive-message/m-p/1419058#M14138</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/181805"&gt;@pankajprasad100&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;I would like to share with you an example project (Attach) about to use the ld_receive_message():&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;Hardware: S32K118&lt;/LI&gt;
&lt;LI&gt;SDK release version:&amp;nbsp; S32SDK_S32K1xx_RTM_3.0.0&lt;/LI&gt;
&lt;LI&gt;PEx: S32 Design Studio v2.2&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The Master node send a UDS frame with NAD = 0x02, PCI = 0x06, SID = 0x23, data = {0x03, 0x04, 0x05, 0x06, 0x07}&lt;/P&gt;
&lt;P&gt;The Slave node use ld_receive_message() function to receive request message and then responded with PSID = 0x63 (Value = SID + 0x40).&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="namnguyenviet_0-1645701548612.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/171665iD94424CD779EB9BD/image-size/medium?v=v2&amp;amp;px=400" role="button" title="namnguyenviet_0-1645701548612.png" alt="namnguyenviet_0-1645701548612.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;Hope it helps.&lt;/P&gt;
&lt;P&gt;Best Regards,&lt;/P&gt;
&lt;P&gt;Nam&lt;/P&gt;</description>
      <pubDate>Thu, 24 Feb 2022 11:20:10 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/How-to-use-ld-receive-message/m-p/1419058#M14138</guid>
      <dc:creator>namnguyenviet</dc:creator>
      <dc:date>2022-02-24T11:20:10Z</dc:date>
    </item>
    <item>
      <title>Re: How to use  ld_receive_message() ?</title>
      <link>https://community.nxp.com/t5/S32K/How-to-use-ld-receive-message/m-p/1420201#M14189</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;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have used the&amp;nbsp; ld_receive_message() function and its working, but when I use to take the seed given by the slave the length buffer is updating but the data buffer is not updating. I can see the seed on the LIN bus but not in the buffer.&lt;/P&gt;&lt;P&gt;Is there anything i need to do to obtain the data?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;MCU-S32K116&lt;/P&gt;&lt;P&gt;COMPILER-1AR&lt;/P&gt;&lt;P&gt;LIN ANALYZER-CANOe&lt;/P&gt;</description>
      <pubDate>Mon, 28 Feb 2022 04:09:33 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/How-to-use-ld-receive-message/m-p/1420201#M14189</guid>
      <dc:creator>pankajprasad100</dc:creator>
      <dc:date>2022-02-28T04:09:33Z</dc:date>
    </item>
    <item>
      <title>Re: How to use  ld_receive_message() ?</title>
      <link>https://community.nxp.com/t5/S32K/How-to-use-ld-receive-message/m-p/1420202#M14190</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;Did you try out with the example I shared with you?&lt;/P&gt;
&lt;P&gt;Best Regards,&lt;/P&gt;
&lt;P&gt;Nam&lt;/P&gt;</description>
      <pubDate>Mon, 28 Feb 2022 04:14:30 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/How-to-use-ld-receive-message/m-p/1420202#M14190</guid>
      <dc:creator>namnguyenviet</dc:creator>
      <dc:date>2022-02-28T04:14:30Z</dc:date>
    </item>
  </channel>
</rss>

