<?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: LPC54616J512 CAN filter options</title>
    <link>https://community.nxp.com/t5/LPC-Microcontrollers/LPC54616J512-CAN-filter-options/m-p/786031#M31596</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi &lt;A _jive_internal="true" class="" data-content-finding="Community" data-userid="315230" data-username="paulnorström" href="https://community.nxp.com/people/paulnorström"&gt;Paul Norström&lt;/A&gt;,&lt;/P&gt;&lt;P&gt;Thank you for your interest in NXP Semiconductor products and the opportunity to serve you.&lt;BR /&gt;To provide the fastest possible support, I'd highly recommend you to refer to the mcan demos for details in SDK, and you can download the SDK library via the following link.&lt;BR /&gt;&lt;A href="https://mcuxpresso.nxp.com/en/welcome"&gt;https://mcuxpresso.nxp.com/en/welcome&lt;/A&gt;&lt;BR /&gt;Have a great day,&lt;BR /&gt;TIC&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>Wed, 05 Sep 2018 02:40:38 GMT</pubDate>
    <dc:creator>jeremyzhou</dc:creator>
    <dc:date>2018-09-05T02:40:38Z</dc:date>
    <item>
      <title>LPC54616J512 CAN filter options</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/LPC54616J512-CAN-filter-options/m-p/786030#M31595</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;I'm trying to setup filters for the CAN fifo.&lt;/P&gt;&lt;P&gt;But I'm not having much luck, setting the globalmask for the fifo seems to work just fine, both reject and accept all but I'm having no luck at all when I try to set the individual masks. I have tried both fifos (&lt;SPAN&gt;FIFO0,FIFO1&lt;/SPAN&gt;) but all messages get rejected. According to "LPC546xx CAN Driver API.pdf" those 2 lines setting the individual mask should work.&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;So whats wrong?&lt;/STRONG&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CAN_Init(CAN0, &amp;amp;configCAN0.config, SystemCoreClock);&lt;BR /&gt; configCAN0.isInit = true;&lt;BR /&gt; &lt;BR /&gt; &amp;nbsp;&amp;nbsp;&amp;nbsp;if(configCAN0.useFifo)&lt;BR /&gt; &amp;nbsp;&amp;nbsp;&amp;nbsp;{&lt;BR /&gt; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;configCAN0.fifo_config.idFilterNum = 64;&lt;BR /&gt; &lt;BR /&gt; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;CAN_SetRxFifoConfig(CAN0, 0, &amp;amp;configCAN0.fifo_config, true);&lt;BR /&gt; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;CAN_SetRxFifoConfig(CAN0, 1, &amp;amp;configCAN0.fifo_config, true);&lt;BR /&gt; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;// CAN_SetRxGlobalMask(CAN0, kCAN_GlobalFilter_Standard_FIFO0 | kCAN_GlobalFilter_Extended_FIFO0);&lt;BR /&gt; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;CAN_SetRxIndividualMask(CAN0, 0, CAN_RX_FIFO1_STD_MASK(0x100, 0x7FF));&lt;BR /&gt; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;CAN_SetRxIndividualMask(CAN0, 1, CAN_RX_FIFO1_STD_MASK(0x101, 0x7FF));&lt;BR /&gt; &lt;BR /&gt; &amp;nbsp;&amp;nbsp;&amp;nbsp;}&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;CAN_Enable(CAN0, true);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;#LPC54616J512 can filter‌ #&lt;SPAN&gt;CAN_SetRxIndividualMask&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Sep 2018 06:35:07 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/LPC54616J512-CAN-filter-options/m-p/786030#M31595</guid>
      <dc:creator>paulnorström</dc:creator>
      <dc:date>2018-09-04T06:35:07Z</dc:date>
    </item>
    <item>
      <title>Re: LPC54616J512 CAN filter options</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/LPC54616J512-CAN-filter-options/m-p/786031#M31596</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi &lt;A _jive_internal="true" class="" data-content-finding="Community" data-userid="315230" data-username="paulnorström" href="https://community.nxp.com/people/paulnorström"&gt;Paul Norström&lt;/A&gt;,&lt;/P&gt;&lt;P&gt;Thank you for your interest in NXP Semiconductor products and the opportunity to serve you.&lt;BR /&gt;To provide the fastest possible support, I'd highly recommend you to refer to the mcan demos for details in SDK, and you can download the SDK library via the following link.&lt;BR /&gt;&lt;A href="https://mcuxpresso.nxp.com/en/welcome"&gt;https://mcuxpresso.nxp.com/en/welcome&lt;/A&gt;&lt;BR /&gt;Have a great day,&lt;BR /&gt;TIC&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>Wed, 05 Sep 2018 02:40:38 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/LPC54616J512-CAN-filter-options/m-p/786031#M31596</guid>
      <dc:creator>jeremyzhou</dc:creator>
      <dc:date>2018-09-05T02:40:38Z</dc:date>
    </item>
    <item>
      <title>Re: LPC54616J512 CAN filter options</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/LPC54616J512-CAN-filter-options/m-p/786032#M31597</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you for the link, but I have written alot of code for the&amp;nbsp;LPC5461X CAN-FD driver so I'm not really interested in changing to mcan at this point.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Sep 2018 06:30:14 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/LPC54616J512-CAN-filter-options/m-p/786032#M31597</guid>
      <dc:creator>paulnorström</dc:creator>
      <dc:date>2018-09-05T06:30:14Z</dc:date>
    </item>
  </channel>
</rss>

