<?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: S32K358 FlexCAN Receive Standard and Extended IDs in S32K</title>
    <link>https://community.nxp.com/t5/S32K/S32K358-FlexCAN-Receive-Standard-and-Extended-IDs/m-p/1918068#M38282</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;some feedback is given at&amp;nbsp;&lt;A href="https://community.nxp.com/t5/S32K/AUTOSAR-Can-module-can-not-receive-standard-signal/td-p/1217947" target="_blank"&gt;https://community.nxp.com/t5/S32K/AUTOSAR-Can-module-can-not-receive-standard-signal/td-p/1217947&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;BR, Petr&lt;/P&gt;</description>
    <pubDate>Fri, 26 Jul 2024 10:26:15 GMT</pubDate>
    <dc:creator>PetrS</dc:creator>
    <dc:date>2024-07-26T10:26:15Z</dc:date>
    <item>
      <title>S32K358 FlexCAN Receive Standard and Extended IDs</title>
      <link>https://community.nxp.com/t5/S32K/S32K358-FlexCAN-Receive-Standard-and-Extended-IDs/m-p/1909734#M37760</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;I've been trying to configure the the FlexCAN to be able to receive CAN Frames with extended and standard IDs.&lt;/P&gt;&lt;P&gt;I used the CAN Example for the S32K358 as it is.&lt;/P&gt;&lt;P&gt;So I set the CAN ID Message Type of the Receive CanHardwareObject to MIXED.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Erik_etelligent_0-1721130747602.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/288750i7C9B5B4668B6BA14/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Erik_etelligent_0-1721130747602.png" alt="Erik_etelligent_0-1721130747602.png" /&gt;&lt;span class="lia-inline-image-caption" onclick="event.preventDefault();"&gt;Erik_etelligent_0-1721130747602.png&lt;/span&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;After generating the source code and compiling I noticed, that I don't get an RX Indication for CAN Frames with Standard ID but it works for Extended IDs.&lt;/P&gt;&lt;P&gt;After some investigation, I noticed that the Hardware Filter has a value&lt;/P&gt;&lt;LI-CODE lang="c"&gt;/**
*   @brief  Hardware Filter of CanHardwareObject_0
*/
static const Can_43_FLEXCAN_HwFilterType Can_aHwFilter_Object0=
{
    (uint32)0x0U,
    (uint32)0xc0000000U
};&lt;/LI-CODE&gt;&lt;P&gt;So I played a little bit around and noticed, that when I set the value to&amp;nbsp; 0x80000000, I can receive Messages for both ID types.&lt;/P&gt;&lt;P&gt;I was unable to figure out, where exactly this value is used or whether it's written directly into a register.&lt;/P&gt;&lt;P&gt;I somebody able to explain to me what is happening?&lt;/P&gt;</description>
      <pubDate>Tue, 16 Jul 2024 12:01:21 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/S32K358-FlexCAN-Receive-Standard-and-Extended-IDs/m-p/1909734#M37760</guid>
      <dc:creator>Erik_etelligent</dc:creator>
      <dc:date>2024-07-16T12:01:21Z</dc:date>
    </item>
    <item>
      <title>Re: S32K358 FlexCAN Receive Standard and Extended IDs</title>
      <link>https://community.nxp.com/t5/S32K/S32K358-FlexCAN-Receive-Standard-and-Extended-IDs/m-p/1910472#M37782</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;value 0xC0000000U is written into respective mask acceptance register. The &lt;BR /&gt;two most significant bits affect the fields RTR and IDE, which are located in the Control and Status word of the MB.&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="PetrS_0-1721207489633.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/288937iFEB0CD06E86B52A3/image-size/medium?v=v2&amp;amp;px=400" role="button" title="PetrS_0-1721207489633.png" alt="PetrS_0-1721207489633.png" /&gt;&lt;span class="lia-inline-image-caption" onclick="event.preventDefault();"&gt;PetrS_0-1721207489633.png&lt;/span&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;If&amp;nbsp;CTRL2[EACEN]=1 then both bits is compared. That's why you can only receive extended ID, as MBs configured as MIXED and RECEIVE type will be treated as EXTENDED. &amp;nbsp;&lt;/P&gt;
&lt;P&gt;BR, Petr&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 17 Jul 2024 09:12:15 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/S32K358-FlexCAN-Receive-Standard-and-Extended-IDs/m-p/1910472#M37782</guid>
      <dc:creator>PetrS</dc:creator>
      <dc:date>2024-07-17T09:12:15Z</dc:date>
    </item>
    <item>
      <title>Re: S32K358 FlexCAN Receive Standard and Extended IDs</title>
      <link>https://community.nxp.com/t5/S32K/S32K358-FlexCAN-Receive-Standard-and-Extended-IDs/m-p/1916321#M38176</link>
      <description>&lt;P&gt;But this is not the desired behavior right?&lt;/P&gt;&lt;P&gt;It's unclear to me why there is the option MIXED if it behaves the same way as EXTENDED.&lt;/P&gt;</description>
      <pubDate>Wed, 24 Jul 2024 16:05:30 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/S32K358-FlexCAN-Receive-Standard-and-Extended-IDs/m-p/1916321#M38176</guid>
      <dc:creator>Erik_etelligent</dc:creator>
      <dc:date>2024-07-24T16:05:30Z</dc:date>
    </item>
    <item>
      <title>Re: S32K358 FlexCAN Receive Standard and Extended IDs</title>
      <link>https://community.nxp.com/t5/S32K/S32K358-FlexCAN-Receive-Standard-and-Extended-IDs/m-p/1918068#M38282</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;some feedback is given at&amp;nbsp;&lt;A href="https://community.nxp.com/t5/S32K/AUTOSAR-Can-module-can-not-receive-standard-signal/td-p/1217947" target="_blank"&gt;https://community.nxp.com/t5/S32K/AUTOSAR-Can-module-can-not-receive-standard-signal/td-p/1217947&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;BR, Petr&lt;/P&gt;</description>
      <pubDate>Fri, 26 Jul 2024 10:26:15 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/S32K358-FlexCAN-Receive-Standard-and-Extended-IDs/m-p/1918068#M38282</guid>
      <dc:creator>PetrS</dc:creator>
      <dc:date>2024-07-26T10:26:15Z</dc:date>
    </item>
  </channel>
</rss>

