<?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: S32K3 MCAL CANFD mask setting bug in S32K</title>
    <link>https://community.nxp.com/t5/S32K/S32K3-MCAL-CANFD-mask-setting-bug/m-p/2000959#M43617</link>
    <description>&lt;P&gt;Hi@&lt;SPAN&gt;wuxianlong&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;Please refer to this post.&lt;/P&gt;
&lt;P&gt;&lt;A href="https://nxp.lightning.force.com/lightning/r/Case/500KA0000039pXzYAI/view" target="_blank" rel="noopener"&gt;https://community.nxp.com/t5/S32K/Use-S32K358-flexcan-to-sent-extended-ID/td-p/1993198https://nxp.lightning.force.com/lightning/r/Case/500KA0000039pXzYAI/view&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Thu, 05 Dec 2024 07:25:17 GMT</pubDate>
    <dc:creator>Senlent</dc:creator>
    <dc:date>2024-12-05T07:25:17Z</dc:date>
    <item>
      <title>S32K3 MCAL CANFD mask setting bug</title>
      <link>https://community.nxp.com/t5/S32K/S32K3-MCAL-CANFD-mask-setting-bug/m-p/2000477#M43578</link>
      <description>&lt;P&gt;&lt;SPAN&gt;Hi, All&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;The EDF bit the standard CANFD should be bit 14.but now it is 30. Is it a bug ? and it still exists in rtd5.0.0.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;In the MCAL code, if you want to send a CANFD frame, you need to have the FDF byte of the CANFD message ID of the incoming parameter to be 1, that is, the Bit14 of the CANFD standard frame is 1. There is a Bug. According to the CANFD frame format CAN_43_FLEXCAN_FD_FRAME_U32 should mask bit 14. Now it is set to bit 30.&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;BRs,&lt;BR /&gt;xianlong&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Sat, 23 Nov 2024 08:01:20 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/S32K3-MCAL-CANFD-mask-setting-bug/m-p/2000477#M43578</guid>
      <dc:creator>wuxianlong</dc:creator>
      <dc:date>2024-11-23T08:01:20Z</dc:date>
    </item>
    <item>
      <title>Re: S32K3 MCAL CANFD mask setting bug</title>
      <link>https://community.nxp.com/t5/S32K/S32K3-MCAL-CANFD-mask-setting-bug/m-p/2000487#M43580</link>
      <description>DataInfo.fd_enable = ((PduInfo-&amp;gt;id &amp;amp; CAN_43_FLEXCAN_FD_FRAME_U32) != 0U) ? TRUE : FALSE;</description>
      <pubDate>Sat, 23 Nov 2024 08:14:05 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/S32K3-MCAL-CANFD-mask-setting-bug/m-p/2000487#M43580</guid>
      <dc:creator>wuxianlong</dc:creator>
      <dc:date>2024-11-23T08:14:05Z</dc:date>
    </item>
    <item>
      <title>Re: S32K3 MCAL CANFD mask setting bug</title>
      <link>https://community.nxp.com/t5/S32K/S32K3-MCAL-CANFD-mask-setting-bug/m-p/2000773#M43606</link>
      <description>Hi,&lt;BR /&gt;Sorry, I took a closer look. This is not a BUG, it is a software design. The CANFD_ID transmission parameter requires the user to fill in the maximum two bits of 32U.&lt;BR /&gt;&lt;BR /&gt;/**&lt;BR /&gt;* @{&lt;BR /&gt;* @brief Can_IdType&lt;BR /&gt;* @details Represents the Identifier of an L-PDU. The two most significant bits specify theframe type:&lt;BR /&gt;* -00 CAN message with Standard CAN ID&lt;BR /&gt;* -01 CAN FD frame with Standard CAN ID&lt;BR /&gt;* -10 CAN message with Extended CAN ID&lt;BR /&gt;* -11 CAN FD frame with Extended CAN ID&lt;BR /&gt;* @implements Can_IdType_type&lt;BR /&gt;*/&lt;BR /&gt;&lt;BR /&gt;/* Can_CreatePduInfo(id | CAN Can_IdType_type, swPduHandle,length, sdu) */&lt;BR /&gt;Can_PduInfo = Can_CreatePduInfo(0U | CAN_43_FLEXCAN_FD_FRAME_U32, 0U, 16U, Can_au8Sdu8bytes);</description>
      <pubDate>Mon, 25 Nov 2024 06:42:19 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/S32K3-MCAL-CANFD-mask-setting-bug/m-p/2000773#M43606</guid>
      <dc:creator>wuxianlong</dc:creator>
      <dc:date>2024-11-25T06:42:19Z</dc:date>
    </item>
    <item>
      <title>Re: S32K3 MCAL CANFD mask setting bug</title>
      <link>https://community.nxp.com/t5/S32K/S32K3-MCAL-CANFD-mask-setting-bug/m-p/2000959#M43617</link>
      <description>&lt;P&gt;Hi@&lt;SPAN&gt;wuxianlong&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;Please refer to this post.&lt;/P&gt;
&lt;P&gt;&lt;A href="https://nxp.lightning.force.com/lightning/r/Case/500KA0000039pXzYAI/view" target="_blank" rel="noopener"&gt;https://community.nxp.com/t5/S32K/Use-S32K358-flexcan-to-sent-extended-ID/td-p/1993198https://nxp.lightning.force.com/lightning/r/Case/500KA0000039pXzYAI/view&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 05 Dec 2024 07:25:17 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/S32K3-MCAL-CANFD-mask-setting-bug/m-p/2000959#M43617</guid>
      <dc:creator>Senlent</dc:creator>
      <dc:date>2024-12-05T07:25:17Z</dc:date>
    </item>
  </channel>
</rss>

