<?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 receive communication from multiple CAN IDs with one RX MAILBOX in S32K</title>
    <link>https://community.nxp.com/t5/S32K/How-to-receive-communication-from-multiple-CAN-IDs-with-one-RX/m-p/1937128#M39889</link>
    <description>&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;i'm using s32k312 chip.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;i tried to Receive CAN message which has specific id value.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;from now on, i used flowing paragraph on the CAN initialize() block&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;FlexCAN_Ip_ConfigRxMb(INST_FLEXCAN_2, CAN2_RXMAILBOX, &amp;amp;rx_info, 0x3c2ul);&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I tried to get multiple CAN ID values messages from one RX MAILBOX, but it didn't work as expected.(not only 0x3c2ul )&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I know that if I use 0x00, can receive messages of all CAN ID values in mcu, but it doesn't work properly.&lt;/P&gt;&lt;P&gt;(FlexCAN_Ip_ConfigRxMb(INST_FLEXCAN_2, CAN2_RXMAILBOX, &amp;amp;rx_info, 0x00);)&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Please share how to receive multi CAN ID values(range or anyway) and to receive all of the CAN ID message.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you.&lt;/P&gt;</description>
    <pubDate>Wed, 21 Aug 2024 07:40:27 GMT</pubDate>
    <dc:creator>jwjung</dc:creator>
    <dc:date>2024-08-21T07:40:27Z</dc:date>
    <item>
      <title>How to receive communication from multiple CAN IDs with one RX MAILBOX</title>
      <link>https://community.nxp.com/t5/S32K/How-to-receive-communication-from-multiple-CAN-IDs-with-one-RX/m-p/1937128#M39889</link>
      <description>&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;i'm using s32k312 chip.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;i tried to Receive CAN message which has specific id value.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;from now on, i used flowing paragraph on the CAN initialize() block&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;FlexCAN_Ip_ConfigRxMb(INST_FLEXCAN_2, CAN2_RXMAILBOX, &amp;amp;rx_info, 0x3c2ul);&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I tried to get multiple CAN ID values messages from one RX MAILBOX, but it didn't work as expected.(not only 0x3c2ul )&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I know that if I use 0x00, can receive messages of all CAN ID values in mcu, but it doesn't work properly.&lt;/P&gt;&lt;P&gt;(FlexCAN_Ip_ConfigRxMb(INST_FLEXCAN_2, CAN2_RXMAILBOX, &amp;amp;rx_info, 0x00);)&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Please share how to receive multi CAN ID values(range or anyway) and to receive all of the CAN ID message.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you.&lt;/P&gt;</description>
      <pubDate>Wed, 21 Aug 2024 07:40:27 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/How-to-receive-communication-from-multiple-CAN-IDs-with-one-RX/m-p/1937128#M39889</guid>
      <dc:creator>jwjung</dc:creator>
      <dc:date>2024-08-21T07:40:27Z</dc:date>
    </item>
    <item>
      <title>Re: How to receive communication from multiple CAN IDs with one RX MAILBOX</title>
      <link>https://community.nxp.com/t5/S32K/How-to-receive-communication-from-multiple-CAN-IDs-with-one-RX/m-p/1937888#M39941</link>
      <description>&lt;P&gt;&lt;A href="mailto:Hi@jwjung" target="_blank"&gt;Hi@jwjung&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;you can take a look at this routine by petr.&lt;/P&gt;
&lt;P&gt;&lt;A href="https://community.nxp.com/t5/S32K-Knowledge-Base/Example-S32K344-FlexCAN-Ip-TX-RX-EnhanceRXFIFO-test-S32DS3-4/ta-p/1536225" target="_blank"&gt;https://community.nxp.com/t5/S32K-Knowledge-Base/Example-S32K344-FlexCAN-Ip-TX-RX-EnhanceRXFIFO-test-S32DS3-4/ta-p/1536225&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;also you can take a look at this article regarding how to set flexcan mask bit for S32K1.(this is for S32K1 but also amolst same for S32K3)&lt;/P&gt;
&lt;P&gt;&lt;A href="https://community.nxp.com/t5/S32K-Knowledge-Base/S32K1xx-FlexCAN-Mask-Setting-Demo/ta-p/1519753" target="_blank"&gt;https://community.nxp.com/t5/S32K-Knowledge-Base/S32K1xx-FlexCAN-Mask-Setting-Demo/ta-p/1519753&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 22 Aug 2024 02:20:59 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/How-to-receive-communication-from-multiple-CAN-IDs-with-one-RX/m-p/1937888#M39941</guid>
      <dc:creator>Senlent</dc:creator>
      <dc:date>2024-08-22T02:20:59Z</dc:date>
    </item>
  </channel>
</rss>

