<?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: Step-by-Step Guide for LIN Communication on S32K3x4EVB-Q172 Using S32DS v3.5</title>
    <link>https://community.nxp.com/t5/S32K/Step-by-Step-Guide-for-LIN-Communication-on-S32K3x4EVB-Q172/m-p/1955169#M40977</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;1) there are few RTD demo examples as well as LIN stack demo within S32DS you can refer to&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="PetrS_0-1726486303286.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/299300i6B036A8276D9BAF0/image-size/medium?v=v2&amp;amp;px=400" role="button" title="PetrS_0-1726486303286.png" alt="PetrS_0-1726486303286.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;2) this is rather question for Vector. I do not know and work with that tool. Maybe you can find some guidelines/videos on the web.&lt;BR /&gt;I assume it woulld be enough to setup used HW interface for Slave functionality with given bitrate. Then tool would be able to show frames sent by master. To respond to header requesting payload, a response frame should be prepared in the tool.&lt;BR /&gt;If you have a LDF file, this can be loaded into a tool and so it has info about frames to be send/received.&lt;/P&gt;
&lt;P&gt;3) basically the code itself is running as desired, so it publishes frames successfully and receives slave responses too. If not it is good to have a scope/analyzer to measure MCU's TX/RX lines and LIN bus.&amp;nbsp;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;BR, Petr&lt;/P&gt;</description>
    <pubDate>Mon, 16 Sep 2024 11:46:48 GMT</pubDate>
    <dc:creator>PetrS</dc:creator>
    <dc:date>2024-09-16T11:46:48Z</dc:date>
    <item>
      <title>Step-by-Step Guide for LIN Communication on S32K3x4EVB-Q172 Using S32DS v3.5</title>
      <link>https://community.nxp.com/t5/S32K/Step-by-Step-Guide-for-LIN-Communication-on-S32K3x4EVB-Q172/m-p/1953549#M40901</link>
      <description>&lt;P&gt;I’m working with the S32K3x4EVB-Q172 evaluation board, and I need help implementing LIN communication to send and receive data between my board and a different device (like CANanalyser or similar board). Specifically, I’m looking for guidance on:&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;&lt;STRONG&gt;Basic configuration setup for LIN in S32 Design Studio (S32DS) v3.5.&lt;/STRONG&gt;&lt;UL&gt;&lt;LI&gt;What are the key steps for configuring LIN communication?&lt;/LI&gt;&lt;/UL&gt;&lt;/LI&gt;&lt;LI&gt;&lt;STRONG&gt;Using CANanalyser as a LIN slave device:&lt;/STRONG&gt;&lt;UL&gt;&lt;LI&gt;How can I set up CANanalyser to visualize and monitor the data sent or received via LIN communication?&lt;/LI&gt;&lt;/UL&gt;&lt;/LI&gt;&lt;LI&gt;&lt;STRONG&gt;Steps to verify successful communication:&lt;/STRONG&gt;&lt;UL&gt;&lt;LI&gt;What are the best practices to check if the LIN communication is functioning correctly between the S32K3x4EVB-Q172 and the slave device?&lt;/LI&gt;&lt;LI&gt;Are there any specific tools or methods to verify that messages are being transmitted and received correctly?&lt;/LI&gt;&lt;/UL&gt;&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;&lt;LI-PRODUCT title="S32K3X4EVB-T172" id="S32K3X4EVB-T172"&gt;&lt;/LI-PRODUCT&gt;&amp;nbsp;#s32ds_v3.5 &lt;LI-PRODUCT title="S32K344-WB" id="S32K344-WB"&gt;&lt;/LI-PRODUCT&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 12 Sep 2024 14:20:16 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/Step-by-Step-Guide-for-LIN-Communication-on-S32K3x4EVB-Q172/m-p/1953549#M40901</guid>
      <dc:creator>vinithramarapu</dc:creator>
      <dc:date>2024-09-12T14:20:16Z</dc:date>
    </item>
    <item>
      <title>Re: Step-by-Step Guide for LIN Communication on S32K3x4EVB-Q172 Using S32DS v3.5</title>
      <link>https://community.nxp.com/t5/S32K/Step-by-Step-Guide-for-LIN-Communication-on-S32K3x4EVB-Q172/m-p/1955169#M40977</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;1) there are few RTD demo examples as well as LIN stack demo within S32DS you can refer to&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="PetrS_0-1726486303286.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/299300i6B036A8276D9BAF0/image-size/medium?v=v2&amp;amp;px=400" role="button" title="PetrS_0-1726486303286.png" alt="PetrS_0-1726486303286.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;2) this is rather question for Vector. I do not know and work with that tool. Maybe you can find some guidelines/videos on the web.&lt;BR /&gt;I assume it woulld be enough to setup used HW interface for Slave functionality with given bitrate. Then tool would be able to show frames sent by master. To respond to header requesting payload, a response frame should be prepared in the tool.&lt;BR /&gt;If you have a LDF file, this can be loaded into a tool and so it has info about frames to be send/received.&lt;/P&gt;
&lt;P&gt;3) basically the code itself is running as desired, so it publishes frames successfully and receives slave responses too. If not it is good to have a scope/analyzer to measure MCU's TX/RX lines and LIN bus.&amp;nbsp;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;BR, Petr&lt;/P&gt;</description>
      <pubDate>Mon, 16 Sep 2024 11:46:48 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/Step-by-Step-Guide-for-LIN-Communication-on-S32K3x4EVB-Q172/m-p/1955169#M40977</guid>
      <dc:creator>PetrS</dc:creator>
      <dc:date>2024-09-16T11:46:48Z</dc:date>
    </item>
    <item>
      <title>Re: Step-by-Step Guide for LIN Communication on S32K3x4EVB-Q172 Using S32DS v3.5</title>
      <link>https://community.nxp.com/t5/S32K/Step-by-Step-Guide-for-LIN-Communication-on-S32K3x4EVB-Q172/m-p/2013065#M44210</link>
      <description>&lt;P&gt;Hello ,&lt;/P&gt;&lt;P&gt;How can we implement this LIN application for S32K311 MCU ?&amp;nbsp;&lt;/P&gt;&lt;P&gt;I m working on first NXP mcu project and usually ı cant find true support about using S32DS&lt;/P&gt;&lt;P&gt;I guess my S32DS new version but example codes are on old version and cant implement directly,&lt;/P&gt;&lt;P&gt;Can you help me this topic&lt;/P&gt;</description>
      <pubDate>Thu, 12 Dec 2024 17:45:05 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/Step-by-Step-Guide-for-LIN-Communication-on-S32K3x4EVB-Q172/m-p/2013065#M44210</guid>
      <dc:creator>BarisS37</dc:creator>
      <dc:date>2024-12-12T17:45:05Z</dc:date>
    </item>
  </channel>
</rss>

