<?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: S32 SDK FLEXCAN Rx FIFO multiple individual custom masks in S32 SDK</title>
    <link>https://community.nxp.com/t5/S32-SDK/S32-SDK-FLEXCAN-Rx-FIFO-multiple-individual-custom-masks/m-p/931952#M1132</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 23 Sep 2019 09:41:19 GMT</pubDate>
    <dc:creator>adria</dc:creator>
    <dc:date>2019-09-23T09:41:19Z</dc:date>
    <item>
      <title>S32 SDK FLEXCAN Rx FIFO multiple individual custom masks</title>
      <link>https://community.nxp.com/t5/S32-SDK/S32-SDK-FLEXCAN-Rx-FIFO-multiple-individual-custom-masks/m-p/931944#M1124</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am using FLEXCAN driver from S32 SDK and I have enabled the Rx FIFO feature with 8 Rx FIFO filters using&amp;nbsp;&lt;SPAN&gt;FLEXCAN_RX_FIFO_ID_FORMAT_A as&amp;nbsp;id format.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;I want to set multiple (less than 8, of course) custom individual masks. Is that possible?&lt;/P&gt;&lt;P&gt;What I am doing for now is, after initializing the driver (FLEXCAN_DRV_Init()), i call&amp;nbsp;FLEXCAN_DRV_ConfigRxFifo(), but&amp;nbsp;through this function I have no option to specify a custom mask per id. What I need after this is to specify a mask per each one of the ids I added in the table I specified when I called&amp;nbsp;&lt;SPAN&gt;FLEXCAN_DRV_ConfigRxFifo().&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Is there a way I can do that?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;I have seen the API&amp;nbsp;FLEXCAN_DRV_SetRxIndividualMask(), but&amp;nbsp;it needs for MB to be specified and I&amp;nbsp;don't know in which MB have the ids (from the id table I specified in FLEXCAN_DRV_ConfigRxFifo()) been configured.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;To summarize, what I want is to use the Rx FIFO and at the same time be able to&amp;nbsp;have different filters like:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;- Filter 1:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;- ID: 0x100&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;- Mask: 0x740&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;- Filter 2:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;- ID: 0x560&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;- Mask: 0x7E0&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;- ...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Adria&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Sep 2019 17:28:52 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32-SDK/S32-SDK-FLEXCAN-Rx-FIFO-multiple-individual-custom-masks/m-p/931944#M1124</guid>
      <dc:creator>adria</dc:creator>
      <dc:date>2019-09-16T17:28:52Z</dc:date>
    </item>
    <item>
      <title>Re: S32 SDK FLEXCAN Rx FIFO multiple individual custom masks</title>
      <link>https://community.nxp.com/t5/S32-SDK/S32-SDK-FLEXCAN-Rx-FIFO-multiple-individual-custom-masks/m-p/931945#M1125</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;the RXFIFO table usage is described in driver's documentation&lt;/P&gt;&lt;P&gt;{S32SDK_PATH}/doc/html_S32K144/group__flexcan__driver.html&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can also refer to example posted on&amp;nbsp;&lt;A href="https://community.nxp.com/docs/DOC-343091"&gt;https://community.nxp.com/docs/DOC-343091&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BR, Petr&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Sep 2019 04:52:44 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32-SDK/S32-SDK-FLEXCAN-Rx-FIFO-multiple-individual-custom-masks/m-p/931945#M1125</guid>
      <dc:creator>PetrS</dc:creator>
      <dc:date>2019-09-17T04:52:44Z</dc:date>
    </item>
    <item>
      <title>Re: S32 SDK FLEXCAN Rx FIFO multiple individual custom masks</title>
      <link>https://community.nxp.com/t5/S32-SDK/S32-SDK-FLEXCAN-Rx-FIFO-multiple-individual-custom-masks/m-p/931946#M1126</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&amp;nbsp;&lt;SPAN style="display: inline !important; float: none; background-color: #ffffff; color: #51626f; font-family: inherit; font-size: 100%; font-style: inherit; font-variant: normal; font-weight: inherit; letter-spacing: normal; orphans: 2; text-align: left; text-decoration: none; text-indent: 0px; text-transform: none; -webkit-text-stroke-width: 0px; white-space: normal; word-spacing: 0px;"&gt;Petr&lt;/SPAN&gt;,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have been reading again the manual reference and also the html file you mentioned.&lt;/P&gt;&lt;P&gt;Regarding the html file, exactly in the part where it talks about what I am asking, it is very unclear for me. Text says as follows:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;"&lt;SPAN style="color: #000000; font-family: Roboto, sans-serif; font-size: 14px; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-weight: 400; letter-spacing: normal; orphans: 2; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; background-color: #ffffff; text-decoration-style: initial; text-decoration-color: initial; display: inline !important; float: none;"&gt;The&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;A _jive_internal="true" href="https://community.nxp.com/thread/group__flexcan__driver.html#ga69ed40cfdf05c8e7f6db7511ac709810" style="color: #4665a2; font-weight: bold; text-decoration: none; font-family: Roboto, sans-serif; font-size: 14px; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; letter-spacing: normal; orphans: 2; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; background-color: #ffffff;" title="Sets the FlexCAN Rx individual mask (standard or extended). "&gt;FLEXCAN_DRV_SetRxIndividualMask()&lt;/A&gt;&lt;SPAN style="color: #000000; font-family: Roboto, sans-serif; font-size: 14px; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-weight: 400; letter-spacing: normal; orphans: 2; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; background-color: #ffffff; text-decoration-style: initial; text-decoration-color: initial; display: inline !important; float: none;"&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;can self determine if CAN is in normal mode and will only set acceptance ID Mask. If CAN is in Rx FIFO mode, will determine the ID format type and will set the acceptance ID Mask as corresponding Id Filter Format corresponding to individual mask number the user must ensure that the ID Element is not affected by RxFIFO Global Mask in this case the ID Filter will be set as normal configuration to allow functionality of receiving as normal MB of the remaining MBs outside of RxFIFO use.&lt;/SPAN&gt;"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="color: #3d3d3d; font-family: Helvetica Neue,Helvetica,Arial,Lucida Grande,sans-serif; font-size: 15px; font-style: normal; font-variant: normal; font-weight: 400; letter-spacing: normal; orphans: 2; overflow-wrap: break-word; text-align: left; text-decoration: none; text-indent: 0px; text-transform: none; -webkit-text-stroke-width: 0px; white-space: normal; word-spacing: 0px; padding: 0px; margin: 0px;"&gt;Could you please explain in a better way the quoted paragraph?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Another confusing thing I found is in the API&amp;nbsp;&lt;A _jive_internal="true" href="https://community.nxp.com/thread/group__flexcan__driver.html#ga69ed40cfdf05c8e7f6db7511ac709810" style="color: #4665a2; font-weight: bold; text-decoration: none; font-family: Roboto, sans-serif; font-size: 14px; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; letter-spacing: normal; orphans: 2; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; background-color: #ffffff;" title="Sets the FlexCAN Rx individual mask (standard or extended). "&gt;FLEXCAN_DRV_SetRxIndividualMask()&lt;/A&gt;&lt;SPAN style="display: inline !important; float: none; background-color: #ffffff; color: #3d3d3d; font-family: Helvetica Neue,Helvetica,Arial,Lucida Grande,sans-serif; font-size: 15px; font-style: normal; font-variant: normal; font-weight: 400; letter-spacing: normal; orphans: 2; overflow-wrap: break-word; text-align: left; text-decoration: none; text-indent: 0px; text-transform: none; -webkit-text-stroke-width: 0px; white-space: normal; word-spacing: 0px;"&gt; input parameters name and definition. Specifically in parameter number 3 (uint8_t mb_idx) defined as "Index of the message buffer". This definition makes me think that I have to specify the MB where the id filter is, but there are 4 id filters per MB and each one should have its own mask, so it makes no sense. Then in the example code you attached there is a comment right before calling the API within a loop which says: "/* first 10 filter items are masked with RXIMR0-RXIMR9 */". Then this makes me think that parameter 3 from the API means id filter index instead of MB index.&lt;SPAN style="background-color: transparent;"&gt; Maybe this confusion is because when you call the API with FIFO not enabled, then parameter 3 is actually MB index, but the fact of reusing the same API for both FIFO and normal MB reception instead of creating another API for configuring individual masking for FIFO Rx requires more information in the API documentation, otherwise it can easily lead to confusion.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Adria&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Sep 2019 13:57:13 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32-SDK/S32-SDK-FLEXCAN-Rx-FIFO-multiple-individual-custom-masks/m-p/931946#M1126</guid>
      <dc:creator>adria</dc:creator>
      <dc:date>2019-09-17T13:57:13Z</dc:date>
    </item>
    <item>
      <title>Re: S32 SDK FLEXCAN Rx FIFO multiple individual custom masks</title>
      <link>https://community.nxp.com/t5/S32-SDK/S32-SDK-FLEXCAN-Rx-FIFO-multiple-individual-custom-masks/m-p/931947#M1127</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Adria,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To be short regards your issue first you need to be sure you are using Rx Individual Masking to do that is to enable the driver to use individual masking by calling after driver init FLEXCAN_DRV_SetRxMaskType with type parameter&amp;nbsp;FLEXCAN_RX_MASK_INDIVIDUAL.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To explain you how the &lt;A _jive_internal="true" data-content-finding="Community" href="https://community.nxp.com/thread/group__flexcan__driver.html#ga69ed40cfdf05c8e7f6db7511ac709810" style="color: #4665a2; background-color: #ffffff; border: 0px; font-weight: bold; text-decoration: none; font-size: 14px;"&gt;FLEXCAN_DRV_SetRxIndividualMask()&lt;/A&gt;&lt;SPAN style="background-color: #ffffff; border: 0px; text-decoration: none;"&gt;&lt;SPAN&gt;&amp;nbsp;api is working is that based on configuration of the driver as ID filter type and number of filters used in this case some RxFIFO filters can be affected by individual mask register as RXIMR[0]-RXIMR[7] in your case configuration described above with 8 Filters ID and other by RxFIFO global mask.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background-color: #ffffff; border: 0px; text-decoration: none;"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background-color: #ffffff; border: 0px; text-decoration: none;"&gt;&lt;SPAN&gt;This function also set the individual filters for MBs, so the driver can use a mix of Filters and individual MBs. in this case the first mb_idx corresponds to filters IDs to one to one correspondence in your config case and the rest for individual MBs.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background-color: #ffffff; border: 0px; text-decoration: none;"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background-color: #ffffff; border: 0px; text-decoration: none;"&gt;&lt;SPAN&gt;For better understanding how this works please read the description of CTRL2 register from RM. More exactly is a Table 53-6. Rx FIFO filter: possible structures.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Sep 2019 09:49:27 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32-SDK/S32-SDK-FLEXCAN-Rx-FIFO-multiple-individual-custom-masks/m-p/931947#M1127</guid>
      <dc:creator>alexandrunan</dc:creator>
      <dc:date>2019-09-18T09:49:27Z</dc:date>
    </item>
    <item>
      <title>Re: S32 SDK FLEXCAN Rx FIFO multiple individual custom masks</title>
      <link>https://community.nxp.com/t5/S32-SDK/S32-SDK-FLEXCAN-Rx-FIFO-multiple-individual-custom-masks/m-p/931948#M1128</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Alexandru,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;OK thanks.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;3 more questions:&lt;/P&gt;&lt;P&gt;1. Can I call FLEXCAN_DRV_ConfigRxFifo() multiple times? To modify the id filter table.&lt;/P&gt;&lt;P&gt;2. In my case, using the 8&amp;nbsp;filters config. If I only want to add individual mask to the first 2 ids, then (after calling FLEXCAN_DRV_SetRxMaskType(instance,&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;FLEXCAN_RX_MASK_INDIVIDUAL)) I call&amp;nbsp;FLEXCAN_DRV_SetRxIndividualMask() for id 0 and then same thing for id 1, and then I can call&amp;nbsp;FLEXCAN_DRV_SetRxFifoGlobalMask() and this last one will be applied to the rest of ids (from 2 to 7), is that right?&lt;/P&gt;&lt;P&gt;3.&amp;nbsp;After doing what&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;I mentioned in question 2, is it possible to call&amp;nbsp;&lt;SPAN&gt;FLEXCAN_DRV_SetRxIndividualMask() for id (for example) 2, or after having called&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;FLEXCAN_DRV_SetRxFifoGlobalMask() you can't call again&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;FLEXCAN_DRV_SetRxIndividualMask()?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Adria&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Sep 2019 17:31:50 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32-SDK/S32-SDK-FLEXCAN-Rx-FIFO-multiple-individual-custom-masks/m-p/931948#M1128</guid>
      <dc:creator>adria</dc:creator>
      <dc:date>2019-09-18T17:31:50Z</dc:date>
    </item>
    <item>
      <title>Re: S32 SDK FLEXCAN Rx FIFO multiple individual custom masks</title>
      <link>https://community.nxp.com/t5/S32-SDK/S32-SDK-FLEXCAN-Rx-FIFO-multiple-individual-custom-masks/m-p/931949#M1129</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Adria,&lt;/P&gt;&lt;P&gt;1. You can call as many times you want&amp;nbsp;&lt;SPAN style="color: #51626f; background-color: #ffffff;"&gt;FLEXCAN_DRV_ConfigRxFifo but you need to provide all the filters table(reconfigured), because the function will reapply all the filters.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #51626f; background-color: #ffffff;"&gt;2. Is not possible in your configuration to have some filters affected by Individual Mask register or some other by global mask, what I suggest to do is to apply for the first 2 ids the mask you want and for rest (2-7) you need to apply the individual mask as 0xFFFFFFFF; in this case will be matched exactly the filter applied.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #51626f; background-color: #ffffff;"&gt;3. Is not possible.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #51626f; background-color: #ffffff;"&gt;BR,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #51626f; background-color: #ffffff;"&gt;Alexandru Nan&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Sep 2019 06:46:10 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32-SDK/S32-SDK-FLEXCAN-Rx-FIFO-multiple-individual-custom-masks/m-p/931949#M1129</guid>
      <dc:creator>alexandrunan</dc:creator>
      <dc:date>2019-09-19T06:46:10Z</dc:date>
    </item>
    <item>
      <title>Re: S32 SDK FLEXCAN Rx FIFO multiple individual custom masks</title>
      <link>https://community.nxp.com/t5/S32-SDK/S32-SDK-FLEXCAN-Rx-FIFO-multiple-individual-custom-masks/m-p/931950#M1130</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="color: #51626f; background-color: #ffffff;"&gt;Hello Alexandru,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #51626f; background-color: #ffffff;"&gt;OK, thanks. Questions 1 and 2 perfectly understood. Regarding question 3:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #51626f; background-color: #ffffff;"&gt;Then, once I have called&amp;nbsp;&lt;SPAN&gt;FLEXCAN_DRV_SetRxIndividualMask() for a&amp;nbsp;specific id filter I cannot call again&amp;nbsp;&lt;SPAN style="background-color: #ffffff;"&gt;FLEXCAN_DRV_SetRxIndividualMask() to reconfigure the mask of the specific id filter?&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #51626f; background-color: #ffffff;"&gt;&lt;SPAN style="background-color: #ffffff; "&gt;Then I cannot change an individual mask which has already been configured?&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="border: 0px;"&gt;Best regards,&lt;/P&gt;&lt;P style="border: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P style="border: 0px;"&gt;Adria&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #51626f; background-color: #ffffff;"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Sep 2019 16:13:23 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32-SDK/S32-SDK-FLEXCAN-Rx-FIFO-multiple-individual-custom-masks/m-p/931950#M1130</guid>
      <dc:creator>adria</dc:creator>
      <dc:date>2019-09-19T16:13:23Z</dc:date>
    </item>
    <item>
      <title>Re: S32 SDK FLEXCAN Rx FIFO multiple individual custom masks</title>
      <link>https://community.nxp.com/t5/S32-SDK/S32-SDK-FLEXCAN-Rx-FIFO-multiple-individual-custom-masks/m-p/931951#M1131</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can call&amp;nbsp;&lt;SPAN style="color: #51626f; background-color: #ffffff;"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN style="color: #51626f; border: 0px;"&gt;FLEXCAN_DRV_SetRxIndividualMask()&lt;SPAN&gt;&amp;nbsp; as many time you want to reconfigure the ID Mask same with&amp;nbsp;&lt;SPAN style="background-color: #ffffff;"&gt;FLEXCAN_DRV_SetRxFifoGlobalMask(). Only be aware as any time you reconfigure the mask and filters the CAN interface is no participating to bus transactions until finish the reconfiguration.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background-color: #ffffff; border: 0px; color: #51626f; "&gt;BR,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background-color: #ffffff; border: 0px; color: #51626f; "&gt;Alexandru Nan&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Sep 2019 06:16:55 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32-SDK/S32-SDK-FLEXCAN-Rx-FIFO-multiple-individual-custom-masks/m-p/931951#M1131</guid>
      <dc:creator>alexandrunan</dc:creator>
      <dc:date>2019-09-20T06:16:55Z</dc:date>
    </item>
    <item>
      <title>Re: S32 SDK FLEXCAN Rx FIFO multiple individual custom masks</title>
      <link>https://community.nxp.com/t5/S32-SDK/S32-SDK-FLEXCAN-Rx-FIFO-multiple-individual-custom-masks/m-p/931952#M1132</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Sep 2019 09:41:19 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32-SDK/S32-SDK-FLEXCAN-Rx-FIFO-multiple-individual-custom-masks/m-p/931952#M1132</guid>
      <dc:creator>adria</dc:creator>
      <dc:date>2019-09-23T09:41:19Z</dc:date>
    </item>
  </channel>
</rss>

