<?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 How to interpret a CAN  message from the bus using CAN communication document.. in S32K</title>
    <link>https://community.nxp.com/t5/S32K/How-to-interpret-a-CAN-message-from-the-bus-using-CAN/m-p/1538578#M18354</link>
    <description>&lt;P&gt;Hello there,&lt;/P&gt;&lt;P&gt;i am trying to interface a CAN node (BMS) to the bus and using a other node (VCU) to process the data to actuate few LEDS based on the message. This is the target statement.&amp;nbsp;&lt;/P&gt;&lt;P&gt;I know how a CAN communicates in theory.&amp;nbsp; But in i need help in understanding the following message frame from the BMS CAN node&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="CAN message.JPG" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/196951i2BFDF5E8D674EFF9/image-size/medium?v=v2&amp;amp;px=400" role="button" title="CAN message.JPG" alt="CAN message.JPG" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;And also please suggest how can i access this data using a s32k144 with S32DS IDE.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank You.&lt;/P&gt;&lt;P&gt;I know this question is very vague. please ask me if anynoe require more detail explaination to understadn the question and help me.&amp;nbsp;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;</description>
    <pubDate>Mon, 17 Oct 2022 13:04:45 GMT</pubDate>
    <dc:creator>akhilranga</dc:creator>
    <dc:date>2022-10-17T13:04:45Z</dc:date>
    <item>
      <title>How to interpret a CAN  message from the bus using CAN communication document..</title>
      <link>https://community.nxp.com/t5/S32K/How-to-interpret-a-CAN-message-from-the-bus-using-CAN/m-p/1538578#M18354</link>
      <description>&lt;P&gt;Hello there,&lt;/P&gt;&lt;P&gt;i am trying to interface a CAN node (BMS) to the bus and using a other node (VCU) to process the data to actuate few LEDS based on the message. This is the target statement.&amp;nbsp;&lt;/P&gt;&lt;P&gt;I know how a CAN communicates in theory.&amp;nbsp; But in i need help in understanding the following message frame from the BMS CAN node&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="CAN message.JPG" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/196951i2BFDF5E8D674EFF9/image-size/medium?v=v2&amp;amp;px=400" role="button" title="CAN message.JPG" alt="CAN message.JPG" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;And also please suggest how can i access this data using a s32k144 with S32DS IDE.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank You.&lt;/P&gt;&lt;P&gt;I know this question is very vague. please ask me if anynoe require more detail explaination to understadn the question and help me.&amp;nbsp;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;</description>
      <pubDate>Mon, 17 Oct 2022 13:04:45 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/How-to-interpret-a-CAN-message-from-the-bus-using-CAN/m-p/1538578#M18354</guid>
      <dc:creator>akhilranga</dc:creator>
      <dc:date>2022-10-17T13:04:45Z</dc:date>
    </item>
    <item>
      <title>Re: How to interpret a CAN  message from the bus using CAN communication document..</title>
      <link>https://community.nxp.com/t5/S32K/How-to-interpret-a-CAN-message-from-the-bus-using-CAN/m-p/1538869#M18371</link>
      <description>&lt;P&gt;&lt;A href="mailto:Hi@akhilranga" target="_blank"&gt;Hi@akhilranga&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;FONT face="andale mono,times"&gt;&amp;nbsp;when you receive a frame with ID 0x03ABDCEF，the data length = 1,and data value = 0x0E,then you need to send a frame with ID 0x03ABDCEF,the data length = 8,and you need to fill data area&amp;nbsp; according to the data format.&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Senlent_0-1666057877234.png" style="width: 413px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/196984i593C31604CAC1B3C/image-dimensions/413x350?v=v2" width="413" height="350" role="button" title="Senlent_0-1666057877234.png" alt="Senlent_0-1666057877234.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="andale mono,times"&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;I suggest you use CAN-Tool,for example:P-CAN or CANoe to test the frames send and received by each node first, and then combine them to test their functions.&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="andale mono,times"&gt;for CAN FD setting, you can refer to the demo: &lt;STRONG&gt;&lt;EM&gt;flexcan_encrypted_s32k144&lt;/EM&gt;&lt;/STRONG&gt;,&lt;/FONT&gt;&lt;/P&gt;
&lt;LI-CODE lang="c"&gt;flexcan_data_info_t dataInfo =
{
.data_length = 8U,
.msg_id_type = FLEXCAN_MSG_ID_EXT,
.enable_brs = true,
.fd_enable = true,
.fd_padding = 0U,
.is_remote = 0U
};&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 18 Oct 2022 02:43:33 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/How-to-interpret-a-CAN-message-from-the-bus-using-CAN/m-p/1538869#M18371</guid>
      <dc:creator>Senlent</dc:creator>
      <dc:date>2022-10-18T02:43:33Z</dc:date>
    </item>
  </channel>
</rss>

