<?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>Kinetis MicrocontrollersのトピックRe: FRDM-MKE06Z MSCAN Recieve All</title>
    <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/FRDM-MKE06Z-MSCAN-Recieve-All/m-p/1382960#M62012</link>
    <description>&lt;P&gt;It's MsCAN Rx Message Buffer Mask helper macro.&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="MsCAN Rx Message Buffer Mask helper macro.png" style="width: 916px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/164399iC211B8BE756812B0/image-size/large?v=v2&amp;amp;px=999" role="button" title="MsCAN Rx Message Buffer Mask helper macro.png" alt="MsCAN Rx Message Buffer Mask helper macro.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;It converts CAN ID into Message Buffer format.&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="2.3.2.1 In the mode of two 32-bit identifier filters.png" style="width: 801px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/164403iC2D58551807D1884/image-size/large?v=v2&amp;amp;px=999" role="button" title="2.3.2.1 In the mode of two 32-bit identifier filters.png" alt="2.3.2.1 In the mode of two 32-bit identifier filters.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Figure 2. Standard data frame and extended data frame.png" style="width: 745px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/164402i28565C0F3E6B5DBD/image-size/large?v=v2&amp;amp;px=999" role="button" title="Figure 2. Standard data frame and extended data frame.png" alt="Figure 2. Standard data frame and extended data frame.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
    <pubDate>Wed, 08 Dec 2021 01:14:06 GMT</pubDate>
    <dc:creator>Robin_Shen</dc:creator>
    <dc:date>2021-12-08T01:14:06Z</dc:date>
    <item>
      <title>FRDM-MKE06Z MSCAN Recieve All</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/FRDM-MKE06Z-MSCAN-Recieve-All/m-p/1380784#M61977</link>
      <description>&lt;P&gt;I have started with the mscan_loopback demo on the FRDM-MKE06Z and removined the code for transmit.&amp;nbsp;&lt;BR /&gt;I would now like to recieve frames from any can-id.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;I suspect that I need to cahnge something with the following&lt;BR /&gt;mscanConfig.filterConfig.u32IDAR0&lt;BR /&gt;mscanConfig.filterConfig.u32IDAR1&lt;BR /&gt;mscanConfig.filterConfig.u32IDMR0&lt;BR /&gt;mscanConfig.filterConfig.u32IDMR1&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;But I don't understand how these lines work for what to set them to allow everything to bel recieved&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 02 Dec 2021 17:08:35 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/FRDM-MKE06Z-MSCAN-Recieve-All/m-p/1380784#M61977</guid>
      <dc:creator>stevenlutz</dc:creator>
      <dc:date>2021-12-02T17:08:35Z</dc:date>
    </item>
    <item>
      <title>Re: FRDM-MKE06Z MSCAN Recieve All</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/FRDM-MKE06Z-MSCAN-Recieve-All/m-p/1381080#M61982</link>
      <description>&lt;P&gt;Hi Steven,&lt;/P&gt;
&lt;P&gt;Recommend you to read this &lt;A href="https://www.nxp.com/docs/en/application-note/AN12355.pdf" target="_self"&gt;AN12355 Using MSCAN on KE16Z MCU&lt;/A&gt;, it should be able to help you understand it.&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="MSCAN identifier acceptance filter and mask filter.png" style="width: 999px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/164000iBFF1813A9E3B44E7/image-size/large?v=v2&amp;amp;px=999" role="button" title="MSCAN identifier acceptance filter and mask filter.png" alt="MSCAN identifier acceptance filter and mask filter.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;Best Regards,&lt;BR /&gt;Robin&lt;BR /&gt;-------------------------------------------------------------------------------&lt;BR /&gt;Note:&lt;BR /&gt;- If this post answers your question, please click the "Mark Correct" button. Thank you!&lt;/P&gt;
&lt;P&gt;- We are following threads for 7 weeks after the last post, later replies are ignored&lt;BR /&gt;Please open a new thread and refer to the closed one, if you have a related question at a later point in time.&lt;BR /&gt;-------------------------------------------------------------------------------&lt;/P&gt;</description>
      <pubDate>Fri, 03 Dec 2021 07:43:12 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/FRDM-MKE06Z-MSCAN-Recieve-All/m-p/1381080#M61982</guid>
      <dc:creator>Robin_Shen</dc:creator>
      <dc:date>2021-12-03T07:43:12Z</dc:date>
    </item>
    <item>
      <title>Re: FRDM-MKE06Z MSCAN Recieve All</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/FRDM-MKE06Z-MSCAN-Recieve-All/m-p/1381448#M61985</link>
      <description>&lt;P&gt;.&lt;/P&gt;</description>
      <pubDate>Sat, 04 Dec 2021 02:31:55 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/FRDM-MKE06Z-MSCAN-Recieve-All/m-p/1381448#M61985</guid>
      <dc:creator>stevenlutz</dc:creator>
      <dc:date>2021-12-04T02:31:55Z</dc:date>
    </item>
    <item>
      <title>Re: FRDM-MKE06Z MSCAN Recieve All</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/FRDM-MKE06Z-MSCAN-Recieve-All/m-p/1381451#M61986</link>
      <description>&lt;P&gt;Thanks Robin,&lt;BR /&gt;I have tried extensively to understand this.&lt;BR /&gt;my problem is that I want to only allow CAN ID's that include a PGN of: 0x1F801&lt;BR /&gt;An example ID would be 0x9F80102&lt;BR /&gt;I currently have the acceptance register and mask set to the following:&lt;BR /&gt;AR set to: 7FF803FF&lt;BR /&gt;MR set to: 7FF801FF&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;My test incoming can ID of 09F80102 is passing the filters while others are not coming in as expected. However I'm not confident this is correct all future cases including 1F801 will pass.&lt;BR /&gt;Can you please verify and let me know if there is something that I should do different to exclusively allow can frames with at PGN on 1F801? Thank you&lt;BR /&gt;&lt;BR /&gt;Thank you&lt;/P&gt;</description>
      <pubDate>Sat, 04 Dec 2021 02:33:05 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/FRDM-MKE06Z-MSCAN-Recieve-All/m-p/1381451#M61986</guid>
      <dc:creator>stevenlutz</dc:creator>
      <dc:date>2021-12-04T02:33:05Z</dc:date>
    </item>
    <item>
      <title>Re: FRDM-MKE06Z MSCAN Recieve All</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/FRDM-MKE06Z-MSCAN-Recieve-All/m-p/1382533#M62002</link>
      <description>&lt;P&gt;Please try to use:&lt;/P&gt;
&lt;P&gt;#define NODE_ID1 0x1F80100&lt;BR /&gt;#define MSCAN_IDMR0 ~((uint32_t)(MSCAN_RX_MB_EXT_MASK(NODE_ID1)))&lt;BR /&gt;#define MSCAN_IDMR1 ~((uint32_t)(MSCAN_RX_MB_EXT_MASK(NODE_ID1)))&lt;/P&gt;</description>
      <pubDate>Tue, 07 Dec 2021 09:21:17 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/FRDM-MKE06Z-MSCAN-Recieve-All/m-p/1382533#M62002</guid>
      <dc:creator>Robin_Shen</dc:creator>
      <dc:date>2021-12-07T09:21:17Z</dc:date>
    </item>
    <item>
      <title>Re: FRDM-MKE06Z MSCAN Recieve All</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/FRDM-MKE06Z-MSCAN-Recieve-All/m-p/1382918#M62010</link>
      <description>&lt;P&gt;Can you explain the MSCAN_RX_MB_EXT_MASK function?&lt;/P&gt;</description>
      <pubDate>Tue, 07 Dec 2021 23:03:19 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/FRDM-MKE06Z-MSCAN-Recieve-All/m-p/1382918#M62010</guid>
      <dc:creator>stevenlutz</dc:creator>
      <dc:date>2021-12-07T23:03:19Z</dc:date>
    </item>
    <item>
      <title>Re: FRDM-MKE06Z MSCAN Recieve All</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/FRDM-MKE06Z-MSCAN-Recieve-All/m-p/1382960#M62012</link>
      <description>&lt;P&gt;It's MsCAN Rx Message Buffer Mask helper macro.&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="MsCAN Rx Message Buffer Mask helper macro.png" style="width: 916px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/164399iC211B8BE756812B0/image-size/large?v=v2&amp;amp;px=999" role="button" title="MsCAN Rx Message Buffer Mask helper macro.png" alt="MsCAN Rx Message Buffer Mask helper macro.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;It converts CAN ID into Message Buffer format.&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="2.3.2.1 In the mode of two 32-bit identifier filters.png" style="width: 801px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/164403iC2D58551807D1884/image-size/large?v=v2&amp;amp;px=999" role="button" title="2.3.2.1 In the mode of two 32-bit identifier filters.png" alt="2.3.2.1 In the mode of two 32-bit identifier filters.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Figure 2. Standard data frame and extended data frame.png" style="width: 745px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/164402i28565C0F3E6B5DBD/image-size/large?v=v2&amp;amp;px=999" role="button" title="Figure 2. Standard data frame and extended data frame.png" alt="Figure 2. Standard data frame and extended data frame.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 08 Dec 2021 01:14:06 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/FRDM-MKE06Z-MSCAN-Recieve-All/m-p/1382960#M62012</guid>
      <dc:creator>Robin_Shen</dc:creator>
      <dc:date>2021-12-08T01:14:06Z</dc:date>
    </item>
  </channel>
</rss>

