<?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 RT1064-EVK CAN Bus receive both FrameFormat in Kinetis Microcontrollers</title>
    <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/RT1064-EVK-CAN-Bus-receive-both-FrameFormat/m-p/1280267#M60587</link>
    <description>&lt;P&gt;Hey Guys,&lt;/P&gt;&lt;P&gt;I want to set up the Can Bus buffer to receive all Messages on a CAN line Standard and Extendet Format. I always just found the settings and masks to change between them, but not a way to receive all of them. I know it has to do something with the IDE Bit, but is there a way to detect it and set the Buffer according to it while recieving the message?&amp;nbsp;&lt;/P&gt;&lt;P&gt;Best regards&lt;/P&gt;&lt;P&gt;Daniel&lt;/P&gt;</description>
    <pubDate>Fri, 21 May 2021 09:08:45 GMT</pubDate>
    <dc:creator>Dannii</dc:creator>
    <dc:date>2021-05-21T09:08:45Z</dc:date>
    <item>
      <title>RT1064-EVK CAN Bus receive both FrameFormat</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/RT1064-EVK-CAN-Bus-receive-both-FrameFormat/m-p/1280267#M60587</link>
      <description>&lt;P&gt;Hey Guys,&lt;/P&gt;&lt;P&gt;I want to set up the Can Bus buffer to receive all Messages on a CAN line Standard and Extendet Format. I always just found the settings and masks to change between them, but not a way to receive all of them. I know it has to do something with the IDE Bit, but is there a way to detect it and set the Buffer according to it while recieving the message?&amp;nbsp;&lt;/P&gt;&lt;P&gt;Best regards&lt;/P&gt;&lt;P&gt;Daniel&lt;/P&gt;</description>
      <pubDate>Fri, 21 May 2021 09:08:45 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/RT1064-EVK-CAN-Bus-receive-both-FrameFormat/m-p/1280267#M60587</guid>
      <dc:creator>Dannii</dc:creator>
      <dc:date>2021-05-21T09:08:45Z</dc:date>
    </item>
    <item>
      <title>Re: RT1064-EVK CAN Bus receive both FrameFormat</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/RT1064-EVK-CAN-Bus-receive-both-FrameFormat/m-p/1282894#M60631</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/186796"&gt;@Dannii&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;If you want to receive multiple messages in a single mailbox the best way would be to use the filters, if you configure the filter mask to 0 it would receive any message in the specific mailbox:&lt;/P&gt;
&lt;P&gt;FLEXCAN_SetRxMbGlobalMask(EXAMPLE_CAN, FLEXCAN_RX_MB_STD_MASK(0, 0, 0));&lt;BR /&gt;FLEXCAN_SetRxIndividualMask(EXAMPLE_CAN, RX_MESSAGE_BUFFER_NUM, FLEXCAN_RX_MB_STD_MASK(0, 0, 0));&lt;/P&gt;
&lt;P&gt;Best Regards,&lt;/P&gt;
&lt;P&gt;Alexis Andalon&lt;/P&gt;</description>
      <pubDate>Wed, 26 May 2021 21:18:34 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/RT1064-EVK-CAN-Bus-receive-both-FrameFormat/m-p/1282894#M60631</guid>
      <dc:creator>Alexis_A</dc:creator>
      <dc:date>2021-05-26T21:18:34Z</dc:date>
    </item>
  </channel>
</rss>

