<?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>LPC MicrocontrollersのトピックRe: MCAN of LPC5516 cannot filter IDs</title>
    <link>https://community.nxp.com/t5/LPC-Microcontrollers/MCAN-of-LPC5516-cannot-filter-IDs/m-p/1417238#M47959</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;For the CAN reception Filter data format of LPC551x, pls refer to the section 41.12 Standard message ID filter element in UM11295.pdf&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="xiangjun_rong_0-1645511198174.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/171322i21DF061177A47B0F/image-size/medium?v=v2&amp;amp;px=400" role="button" title="xiangjun_rong_0-1645511198174.png" alt="xiangjun_rong_0-1645511198174.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;Both the SFEC bits and SFT bits define the Filter feature. For example, If the SFT=0x0, range filter is used.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="xiangjun_rong_1-1645511394394.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/171323iDB2AD61DB38CFED3/image-size/medium?v=v2&amp;amp;px=400" role="button" title="xiangjun_rong_1-1645511394394.png" alt="xiangjun_rong_1-1645511394394.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;Hope it can help you&lt;/P&gt;
&lt;P&gt;BR&lt;/P&gt;
&lt;P&gt;XiangJun Rong&lt;/P&gt;</description>
    <pubDate>Tue, 22 Feb 2022 06:32:13 GMT</pubDate>
    <dc:creator>xiangjun_rong</dc:creator>
    <dc:date>2022-02-22T06:32:13Z</dc:date>
    <item>
      <title>MCAN of LPC5516 cannot filter IDs</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/MCAN-of-LPC5516-cannot-filter-IDs/m-p/1416420#M47947</link>
      <description>&lt;P&gt;I configured MCAN's extended ID filter as shown below&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="1318614689_1-1645417047459.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/171128i36992B85E2DAE5AB/image-size/medium?v=v2&amp;amp;px=400" role="button" title="1318614689_1-1645417047459.png" alt="1318614689_1-1645417047459.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="1318614689_2-1645417078138.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/171129i5A4D5AD0C053587D/image-size/medium?v=v2&amp;amp;px=400" role="button" title="1318614689_2-1645417078138.png" alt="1318614689_2-1645417078138.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I thought MCAN would receive frames with IDs 60 to 65 and reject others,But MCAN sends ACK for IDs outside the filter range。&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="1318614689_3-1645417270572.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/171130i3E69ED96152E1CDD/image-size/medium?v=v2&amp;amp;px=400" role="button" title="1318614689_3-1645417270572.png" alt="1318614689_3-1645417270572.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Is there a way to make MCAN not send ACKs to IDs outside the filter range?&lt;/P&gt;</description>
      <pubDate>Mon, 21 Feb 2022 04:27:30 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/MCAN-of-LPC5516-cannot-filter-IDs/m-p/1416420#M47947</guid>
      <dc:creator>1318614689</dc:creator>
      <dc:date>2022-02-21T04:27:30Z</dc:date>
    </item>
    <item>
      <title>Re: MCAN of LPC5516 cannot filter IDs</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/MCAN-of-LPC5516-cannot-filter-IDs/m-p/1416519#M47948</link>
      <description>&lt;P&gt;I think you need to study the CAN/filter section for the LPC55xx. While I don't know that specific MCU, this is not how other MCUs and CAN filter settings work.&lt;/P&gt;&lt;P&gt;You settings contradict each other. When rejecting IDs 0 to 7FF, there will be nothing left to process.&lt;/P&gt;&lt;P&gt;But more important, these filters do not stop the CAN peripheral from receiving such frames on the bus, nor do they stop it from acknowledging frames. This is a CAN bus requirement.&lt;/P&gt;&lt;P&gt;The filter settings only affect what messages will be copied to the internal message buffer(s) and create interrupts. In other words, the core only notices those messages you set to accept.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 21 Feb 2022 07:08:50 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/MCAN-of-LPC5516-cannot-filter-IDs/m-p/1416519#M47948</guid>
      <dc:creator>frank_m</dc:creator>
      <dc:date>2022-02-21T07:08:50Z</dc:date>
    </item>
    <item>
      <title>Re: MCAN of LPC5516 cannot filter IDs</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/MCAN-of-LPC5516-cannot-filter-IDs/m-p/1417238#M47959</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;For the CAN reception Filter data format of LPC551x, pls refer to the section 41.12 Standard message ID filter element in UM11295.pdf&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="xiangjun_rong_0-1645511198174.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/171322i21DF061177A47B0F/image-size/medium?v=v2&amp;amp;px=400" role="button" title="xiangjun_rong_0-1645511198174.png" alt="xiangjun_rong_0-1645511198174.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;Both the SFEC bits and SFT bits define the Filter feature. For example, If the SFT=0x0, range filter is used.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="xiangjun_rong_1-1645511394394.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/171323iDB2AD61DB38CFED3/image-size/medium?v=v2&amp;amp;px=400" role="button" title="xiangjun_rong_1-1645511394394.png" alt="xiangjun_rong_1-1645511394394.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;Hope it can help you&lt;/P&gt;
&lt;P&gt;BR&lt;/P&gt;
&lt;P&gt;XiangJun Rong&lt;/P&gt;</description>
      <pubDate>Tue, 22 Feb 2022 06:32:13 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/MCAN-of-LPC5516-cannot-filter-IDs/m-p/1417238#M47959</guid>
      <dc:creator>xiangjun_rong</dc:creator>
      <dc:date>2022-02-22T06:32:13Z</dc:date>
    </item>
  </channel>
</rss>

