<?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>i.MX RT Crossover MCUsのトピックRe: FLEXCAN driver API Documentation</title>
    <link>https://community.nxp.com/t5/i-MX-RT-Crossover-MCUs/FLEXCAN-driver-API-Documentation/m-p/1012618#M6520</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;A class="jx-jive-macro-user" href="https://community.nxp.com/people/jeremyzhou"&gt;jeremyzhou&lt;/A&gt;‌, Thanks for your reply. I do not see any attachments to your reply. Did you forget?&lt;/P&gt;&lt;P&gt;I looked at the interrupt_transfer demo in the SDK previously. It only is setup to receive messages from 1 ID. I would like to receive messages from multiple IDs. I can't figure out how to do it. Can you help?&lt;/P&gt;&lt;P&gt;The following statements would configure to receive the message buffer to receive from 'rxIdentifier' ONLY. Do I need to configure another MB to receive messages from another ID?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;mbConfig.id = FLEXCAN_ID_STD(rxIdentifier);&lt;/P&gt;&lt;P&gt;FLEXCAN_SetRxMbGlobalMask(EXAMPLE_CAN, FLEXCAN_RX_MB_STD_MASK(rxIdentifier, 0, 0));&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 17 Feb 2020 14:26:37 GMT</pubDate>
    <dc:creator>srini_atukuri</dc:creator>
    <dc:date>2020-02-17T14:26:37Z</dc:date>
    <item>
      <title>FLEXCAN driver API Documentation</title>
      <link>https://community.nxp.com/t5/i-MX-RT-Crossover-MCUs/FLEXCAN-driver-API-Documentation/m-p/1012616#M6518</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, can someone please help me find FLEXCAN driver API documentation?? I can only find a reference manual for the API that is essentially code that is formatted - not real documentation. Please Help. I'm having trouble setting up Message Buffer filtering for receiving CAN messages.&lt;/P&gt;&lt;P&gt;Thank you so much.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Feb 2020 18:32:55 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-RT-Crossover-MCUs/FLEXCAN-driver-API-Documentation/m-p/1012616#M6518</guid>
      <dc:creator>srini_atukuri</dc:creator>
      <dc:date>2020-02-11T18:32:55Z</dc:date>
    </item>
    <item>
      <title>Re: FLEXCAN driver API Documentation</title>
      <link>https://community.nxp.com/t5/i-MX-RT-Crossover-MCUs/FLEXCAN-driver-API-Documentation/m-p/1012617#M6519</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi &lt;A _jive_internal="true" data-content-finding="Community" data-userid="354580" data-username="srini.atukuri@faro.com" href="https://community.nxp.com/people/srini.atukuri@faro.com"&gt;Srini Atukuri&lt;/A&gt;,&lt;/P&gt;&lt;P&gt;Thank you for your interest in NXP Semiconductor products and &lt;BR /&gt;for the opportunity to serve you.&lt;BR /&gt;I've attached the MCUXpresso SDK API Reference Manual which contains the introduction of the FlexCAN driver, in addition, I'd like to recommend you learn how to set up Message Buffer filtering for receiving CAN messages via referring to interrupt_transfer demo in the SDK library.&lt;/P&gt;&lt;P style="color: #51626f; background-color: #ffffff; border: 0px;"&gt;Have a great day,&lt;BR /&gt;TIC&lt;/P&gt;&lt;P style="color: #51626f; background-color: #ffffff; border: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P style="color: #51626f; background-color: #ffffff; border: 0px;"&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 style="color: #51626f; background-color: #ffffff; border: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P style="color: #51626f; background-color: #ffffff; border: 0px;"&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;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Feb 2020 03:39:19 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-RT-Crossover-MCUs/FLEXCAN-driver-API-Documentation/m-p/1012617#M6519</guid>
      <dc:creator>jeremyzhou</dc:creator>
      <dc:date>2020-02-13T03:39:19Z</dc:date>
    </item>
    <item>
      <title>Re: FLEXCAN driver API Documentation</title>
      <link>https://community.nxp.com/t5/i-MX-RT-Crossover-MCUs/FLEXCAN-driver-API-Documentation/m-p/1012618#M6520</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;A class="jx-jive-macro-user" href="https://community.nxp.com/people/jeremyzhou"&gt;jeremyzhou&lt;/A&gt;‌, Thanks for your reply. I do not see any attachments to your reply. Did you forget?&lt;/P&gt;&lt;P&gt;I looked at the interrupt_transfer demo in the SDK previously. It only is setup to receive messages from 1 ID. I would like to receive messages from multiple IDs. I can't figure out how to do it. Can you help?&lt;/P&gt;&lt;P&gt;The following statements would configure to receive the message buffer to receive from 'rxIdentifier' ONLY. Do I need to configure another MB to receive messages from another ID?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;mbConfig.id = FLEXCAN_ID_STD(rxIdentifier);&lt;/P&gt;&lt;P&gt;FLEXCAN_SetRxMbGlobalMask(EXAMPLE_CAN, FLEXCAN_RX_MB_STD_MASK(rxIdentifier, 0, 0));&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 17 Feb 2020 14:26:37 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-RT-Crossover-MCUs/FLEXCAN-driver-API-Documentation/m-p/1012618#M6520</guid>
      <dc:creator>srini_atukuri</dc:creator>
      <dc:date>2020-02-17T14:26:37Z</dc:date>
    </item>
    <item>
      <title>Re: FLEXCAN driver API Documentation</title>
      <link>https://community.nxp.com/t5/i-MX-RT-Crossover-MCUs/FLEXCAN-driver-API-Documentation/m-p/1012619#M6521</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Srini,&lt;/P&gt;&lt;P&gt;If it helps, my init code for CAN FIFO is here:&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.nxp.com/thread/523238"&gt;FLEXCAN RXFIFO and Gobal Mask Filter Behaviour Incorrect?&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have some issues with mixing global mask and individual mask. If you only want individual mask, it might work for you. Note this needs SDK v7.0 to work correctly.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 17 Feb 2020 16:53:41 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-RT-Crossover-MCUs/FLEXCAN-driver-API-Documentation/m-p/1012619#M6521</guid>
      <dc:creator>chris_evans</dc:creator>
      <dc:date>2020-02-17T16:53:41Z</dc:date>
    </item>
    <item>
      <title>Re: FLEXCAN driver API Documentation</title>
      <link>https://community.nxp.com/t5/i-MX-RT-Crossover-MCUs/FLEXCAN-driver-API-Documentation/m-p/1012620#M6522</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="color: #51626f; background-color: #ffffff;"&gt;Hi&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;A _jive_internal="true" data-containerid="-1" data-containertype="-1" data-content-finding="Community" data-objectid="354580" data-objecttype="3" href="https://community.nxp.com/people/srini.atukuri@faro.com" style="color: #3d9ce7; background-color: #ffffff; border: 0px; padding: 1px 0px 1px calc(12px + 0.35ex);"&gt;Srini Atukuri&lt;/A&gt;&lt;SPAN style="color: #51626f; background-color: #ffffff;"&gt;,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Thanks for your reply.&lt;BR /&gt;1) Do I need to configure another MB to receive messages from another ID?&lt;BR /&gt;-- Yes, in addition, I'd highly recommend you to go through the section 43.7.5 Matching Process in the RM, it will help you to understand the match process.&lt;/P&gt;&lt;P style="color: #51626f; background-color: #ffffff; border: 0px;"&gt;Have a great day,&lt;BR /&gt;TIC&lt;/P&gt;&lt;P style="color: #51626f; background-color: #ffffff; border: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P style="color: #51626f; background-color: #ffffff; border: 0px;"&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 style="color: #51626f; background-color: #ffffff; border: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P style="color: #51626f; background-color: #ffffff; border: 0px;"&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;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Feb 2020 08:43:40 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-RT-Crossover-MCUs/FLEXCAN-driver-API-Documentation/m-p/1012620#M6522</guid>
      <dc:creator>jeremyzhou</dc:creator>
      <dc:date>2020-02-19T08:43:40Z</dc:date>
    </item>
  </channel>
</rss>

