<?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中的主题 S32K348  CAN FD  Receive filter set</title>
    <link>https://community.nxp.com/t5/S32K/S32K348-CAN-FD-Receive-filter-set/m-p/2193524#M53880</link>
    <description>&lt;P&gt;Hello:&lt;/P&gt;&lt;P&gt;I have studied this example（&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;A href="https://community.nxp.com/t5/S32K-Knowledge-Base/Example-S32K358-FlexCAN-TXRX-ISR-S32DS35-RTD400-500/ta-p/1981987" target="_blank" rel="noopener"&gt;https://community.nxp.com/t5/S32K-Knowledge-Base/Example-S32K358-FlexCAN-TXRX-ISR-S32DS35-RTD400-500...&lt;/A&gt;）, receive can message:&lt;/P&gt;&lt;P&gt;I want to set canid&amp;nbsp; filter, as sample i want to receive the message from&amp;nbsp; canid (0x123)&amp;nbsp;&lt;/P&gt;&lt;P&gt;and I&amp;nbsp; write code as follow:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="youngkin_0-1761568701636.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/362723i929EE64FA10762BF/image-size/medium?v=v2&amp;amp;px=400" role="button" title="youngkin_0-1761568701636.png" alt="youngkin_0-1761568701636.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;but&amp;nbsp; now&amp;nbsp; I can not receive any message.&lt;/P&gt;&lt;P&gt;Please take a moment to help answer, thank you！&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Mon, 27 Oct 2025 12:40:34 GMT</pubDate>
    <dc:creator>youngkin</dc:creator>
    <dc:date>2025-10-27T12:40:34Z</dc:date>
    <item>
      <title>S32K348  CAN FD  Receive filter set</title>
      <link>https://community.nxp.com/t5/S32K/S32K348-CAN-FD-Receive-filter-set/m-p/2193524#M53880</link>
      <description>&lt;P&gt;Hello:&lt;/P&gt;&lt;P&gt;I have studied this example（&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;A href="https://community.nxp.com/t5/S32K-Knowledge-Base/Example-S32K358-FlexCAN-TXRX-ISR-S32DS35-RTD400-500/ta-p/1981987" target="_blank" rel="noopener"&gt;https://community.nxp.com/t5/S32K-Knowledge-Base/Example-S32K358-FlexCAN-TXRX-ISR-S32DS35-RTD400-500...&lt;/A&gt;）, receive can message:&lt;/P&gt;&lt;P&gt;I want to set canid&amp;nbsp; filter, as sample i want to receive the message from&amp;nbsp; canid (0x123)&amp;nbsp;&lt;/P&gt;&lt;P&gt;and I&amp;nbsp; write code as follow:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="youngkin_0-1761568701636.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/362723i929EE64FA10762BF/image-size/medium?v=v2&amp;amp;px=400" role="button" title="youngkin_0-1761568701636.png" alt="youngkin_0-1761568701636.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;but&amp;nbsp; now&amp;nbsp; I can not receive any message.&lt;/P&gt;&lt;P&gt;Please take a moment to help answer, thank you！&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 27 Oct 2025 12:40:34 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/S32K348-CAN-FD-Receive-filter-set/m-p/2193524#M53880</guid>
      <dc:creator>youngkin</dc:creator>
      <dc:date>2025-10-27T12:40:34Z</dc:date>
    </item>
    <item>
      <title>Re: S32K348  CAN FD  Receive filter set</title>
      <link>https://community.nxp.com/t5/S32K/S32K348-CAN-FD-Receive-filter-set/m-p/2193894#M53890</link>
      <description>&lt;P&gt;Hi@&lt;SPAN&gt;youngkin&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&lt;!--ScriptorStartFragment--&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;DIV class="scriptor-paragraph"&gt;&lt;SPAN&gt;&lt;!--ScriptorStartFragment--&gt;FlexCAN_Ip_SetRxIndividualMask_Privileged(INST_FLEXCAN_0, RX_MB_IDX, 0x7FF); // Exact match for standard ID&lt;!--ScriptorEndFragment--&gt;&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;DIV class="scriptor-paragraph"&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV class="scriptor-paragraph"&gt;
&lt;UL&gt;
&lt;LI&gt;For &lt;STRONG&gt;standard ID (11-bit)&lt;/STRONG&gt;, use &lt;CODE&gt;0x7FF&lt;/CODE&gt; for full match.&lt;/LI&gt;
&lt;LI&gt;For &lt;STRONG&gt;extended ID (29-bit)&lt;/STRONG&gt;, use a 29-bit mask like &lt;CODE&gt;0x1FFFFFFF&lt;/CODE&gt;.&lt;/LI&gt;
&lt;/UL&gt;
&lt;/DIV&gt;
&lt;P&gt;&lt;LI-WRAPPER&gt;&lt;SPAN&gt;&lt;!--ScriptorEndFragment--&gt;&lt;/SPAN&gt;&lt;/LI-WRAPPER&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 28 Oct 2025 03:09:32 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/S32K348-CAN-FD-Receive-filter-set/m-p/2193894#M53890</guid>
      <dc:creator>Senlent</dc:creator>
      <dc:date>2025-10-28T03:09:32Z</dc:date>
    </item>
    <item>
      <title>Re: S32K348  CAN FD  Receive filter set</title>
      <link>https://community.nxp.com/t5/S32K/S32K348-CAN-FD-Receive-filter-set/m-p/2193932#M53892</link>
      <description>thanks！resolve it</description>
      <pubDate>Tue, 28 Oct 2025 03:46:02 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/S32K348-CAN-FD-Receive-filter-set/m-p/2193932#M53892</guid>
      <dc:creator>youngkin</dc:creator>
      <dc:date>2025-10-28T03:46:02Z</dc:date>
    </item>
  </channel>
</rss>

