<?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: FlexCAN MK60DN512 in Kinetis Software Development Kit</title>
    <link>https://community.nxp.com/t5/Kinetis-Software-Development-Kit/FlexCAN-MK60DN512/m-p/430822#M2518</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 below FlexCAN driver API function using to set Receive message buffer ID mask type:&lt;/P&gt;&lt;P&gt;FLEXCAN_DRV_SetRxMaskType(flexcanInstance, kFlexCanRxMaskGlobal);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The FlexCAN MB mask has two types as below definition:&lt;/P&gt;&lt;P&gt;/*! @brief FlexCAN receive mask type.*/&lt;/P&gt;&lt;P&gt;typedef enum _flexcan_rx_mask_type {&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; kFlexCanRxMaskGlobal,&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; /*!&amp;lt; Receive global mask*/&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; kFlexCanRxMaskIndividual&amp;nbsp;&amp;nbsp; /*!&amp;lt; Receive individual mask*/&lt;/P&gt;&lt;P&gt;} flexcan_rx_mask_type_t;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If customer want to use Receive individual mask, please use below code:&lt;/P&gt;&lt;P&gt;FLEXCAN_DRV_SetRxMaskType(flexcanInstance, kFlexCanRxMaskIndividual);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When using the FIFO, it will check FlexCAN control 2 register (CANx_CTRL2) register [MRP] bit ,&lt;/P&gt;&lt;P&gt;which is set the matching process starts from the Mailboxes and if no match occurs the matching&lt;/P&gt;&lt;P&gt;continues on the Rx FIFO.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Wish it helps.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Have a great day,&lt;BR /&gt;Ma Hui&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-----------------------------------------------------------------------------------------------------------------------&lt;BR /&gt;Note: If this post answers your question, please click the Correct Answer button. Thank you!&lt;BR /&gt;-----------------------------------------------------------------------------------------------------------------------&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 27 Nov 2015 08:04:05 GMT</pubDate>
    <dc:creator>Hui_Ma</dc:creator>
    <dc:date>2015-11-27T08:04:05Z</dc:date>
    <item>
      <title>FlexCAN MK60DN512</title>
      <link>https://community.nxp.com/t5/Kinetis-Software-Development-Kit/FlexCAN-MK60DN512/m-p/430821#M2517</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I used KSDK and FlexCAN.&amp;nbsp; (MK60DN512)&lt;/P&gt;&lt;P&gt;How work individual mask for mailBox.?&lt;/P&gt;&lt;P&gt;If I apply the fifo, personal masks work at mainlbox?&lt;/P&gt;&lt;P&gt;Individual mask can be set up as filters?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 21 Nov 2015 07:26:54 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Software-Development-Kit/FlexCAN-MK60DN512/m-p/430821#M2517</guid>
      <dc:creator>profprogrammer</dc:creator>
      <dc:date>2015-11-21T07:26:54Z</dc:date>
    </item>
    <item>
      <title>Re: FlexCAN MK60DN512</title>
      <link>https://community.nxp.com/t5/Kinetis-Software-Development-Kit/FlexCAN-MK60DN512/m-p/430822#M2518</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 below FlexCAN driver API function using to set Receive message buffer ID mask type:&lt;/P&gt;&lt;P&gt;FLEXCAN_DRV_SetRxMaskType(flexcanInstance, kFlexCanRxMaskGlobal);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The FlexCAN MB mask has two types as below definition:&lt;/P&gt;&lt;P&gt;/*! @brief FlexCAN receive mask type.*/&lt;/P&gt;&lt;P&gt;typedef enum _flexcan_rx_mask_type {&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; kFlexCanRxMaskGlobal,&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; /*!&amp;lt; Receive global mask*/&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; kFlexCanRxMaskIndividual&amp;nbsp;&amp;nbsp; /*!&amp;lt; Receive individual mask*/&lt;/P&gt;&lt;P&gt;} flexcan_rx_mask_type_t;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If customer want to use Receive individual mask, please use below code:&lt;/P&gt;&lt;P&gt;FLEXCAN_DRV_SetRxMaskType(flexcanInstance, kFlexCanRxMaskIndividual);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When using the FIFO, it will check FlexCAN control 2 register (CANx_CTRL2) register [MRP] bit ,&lt;/P&gt;&lt;P&gt;which is set the matching process starts from the Mailboxes and if no match occurs the matching&lt;/P&gt;&lt;P&gt;continues on the Rx FIFO.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Wish it helps.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Have a great day,&lt;BR /&gt;Ma Hui&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-----------------------------------------------------------------------------------------------------------------------&lt;BR /&gt;Note: If this post answers your question, please click the Correct Answer button. Thank you!&lt;BR /&gt;-----------------------------------------------------------------------------------------------------------------------&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 Nov 2015 08:04:05 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Software-Development-Kit/FlexCAN-MK60DN512/m-p/430822#M2518</guid>
      <dc:creator>Hui_Ma</dc:creator>
      <dc:date>2015-11-27T08:04:05Z</dc:date>
    </item>
  </channel>
</rss>

