<?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: f in Kinetis Microcontrollers</title>
    <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/f/m-p/787587#M47932</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can someone explain how the mask is calculated? I don't understand how 0x7FC would&amp;nbsp;make it so only IDs 0x120 - 0x123 are accepted.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 29 Aug 2019 22:18:19 GMT</pubDate>
    <dc:creator>jquesenberry</dc:creator>
    <dc:date>2019-08-29T22:18:19Z</dc:date>
    <item>
      <title>f</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/f/m-p/787585#M47930</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 working with the flexcan driver and I would like to define a mask filter for individual MB. I foloww the next steps : Get thje default config and that enable the individual mask for MB. Afterthat I initialise the CAN driver and enable it. Until now I suppose that the flexcan is configured to work with individual maks. After that I configure the filter id to be 0x120 (mbConfig.id = FLEXCAN_ID_STD(0x120)), I ran theFLEXCAN_SetRxMbConfig(EXAMPLE_CAN, 9, &amp;amp;mbConfig, true)&amp;nbsp; function and in order to accept only MBs with IDs(0x120-&amp;gt;0123) I set the mask to be 0x7FD with the following function FLEXCAN_SetRxIndividualMask(EXAMPLE_CAN, 9, FLEXCAN_ID_STD(0x7FD)). However when I test this on my eval board, it reveals that the mask is not working properly ! since it accepts only 0x120 and 0x122. Can you please help me with this issue. Attached is the program to receive from can. Thank you.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Jul 2018 07:58:19 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/f/m-p/787585#M47930</guid>
      <dc:creator>hagguisouhail</dc:creator>
      <dc:date>2018-07-26T07:58:19Z</dc:date>
    </item>
    <item>
      <title>Re: f</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/f/m-p/787586#M47931</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Haggui,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The&amp;nbsp;&lt;SPAN style="color: #51626f; background-color: #ffffff;"&gt;FLEXCAN_SetRxIndividualMask function is used to masked the ID set in the rxframe, so if you want to set a range between 0x120 - 0x123 you should ignore the last two bits.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #51626f; background-color: #ffffff;"&gt;You're mask should be 0x7FC.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #51626f; background-color: #ffffff;"&gt;Best Regards,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #51626f; background-color: #ffffff;"&gt;Alexis Andalon&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 30 Jul 2018 17:16:31 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/f/m-p/787586#M47931</guid>
      <dc:creator>Alexis_A</dc:creator>
      <dc:date>2018-07-30T17:16:31Z</dc:date>
    </item>
    <item>
      <title>Re: f</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/f/m-p/787587#M47932</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can someone explain how the mask is calculated? I don't understand how 0x7FC would&amp;nbsp;make it so only IDs 0x120 - 0x123 are accepted.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 Aug 2019 22:18:19 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/f/m-p/787587#M47932</guid>
      <dc:creator>jquesenberry</dc:creator>
      <dc:date>2019-08-29T22:18:19Z</dc:date>
    </item>
  </channel>
</rss>

