<?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>S32 SDK中的主题 What the relationship between message buffer and RX Fifo in FlexCAN of s32k144?</title>
    <link>https://community.nxp.com/t5/S32-SDK/What-the-relationship-between-message-buffer-and-RX-Fifo-in/m-p/874938#M889</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What the relationship between message buffer and RX Fifo in FlexCAN of s32k144?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If i want recieve can data with filter(specified id recieved) in can interrupt, which one shall configed via SDK? Is there any example about config can interrupt recieving?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any reply with my thanksfull.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 21 Mar 2019 01:42:18 GMT</pubDate>
    <dc:creator>victor_song_171</dc:creator>
    <dc:date>2019-03-21T01:42:18Z</dc:date>
    <item>
      <title>What the relationship between message buffer and RX Fifo in FlexCAN of s32k144?</title>
      <link>https://community.nxp.com/t5/S32-SDK/What-the-relationship-between-message-buffer-and-RX-Fifo-in/m-p/874938#M889</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What the relationship between message buffer and RX Fifo in FlexCAN of s32k144?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If i want recieve can data with filter(specified id recieved) in can interrupt, which one shall configed via SDK? Is there any example about config can interrupt recieving?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any reply with my thanksfull.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Mar 2019 01:42:18 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32-SDK/What-the-relationship-between-message-buffer-and-RX-Fifo-in/m-p/874938#M889</guid>
      <dc:creator>victor_song_171</dc:creator>
      <dc:date>2019-03-21T01:42:18Z</dc:date>
    </item>
    <item>
      <title>Re: What the relationship between message buffer and RX Fifo in FlexCAN of s32k144?</title>
      <link>https://community.nxp.com/t5/S32-SDK/What-the-relationship-between-message-buffer-and-RX-Fifo-in/m-p/874939#M890</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 MB can be configured for both receive or transmit operation, supporting both the classical CAN and CAN FD frames.&amp;nbsp;RXFIFO is capable to receive only classical CAN frames and has storage capacity for up to six frames. DMA can be used to read messages from RXFIFO. The RXFIFO should not be used when CAN FD feature is enabled. Once RXFIFO is enabled, it uses memory area that is normally occupied by MBs. The number of "unavailable" MBs depends on RXFIFO ID filter table length. I suggest to read chapters 53.4.3 - 53.4.6 of the device RM to fully understand&amp;nbsp;the MB and RXFIFO structure.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;See attached main.c I modified to add RX interrupt to the FlexCAN_S32K144 demo example available in the S32 Design Studio. This example is using dedicated MB for message receiving.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BR,&lt;/P&gt;&lt;P&gt;Petr&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Mar 2019 10:26:30 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32-SDK/What-the-relationship-between-message-buffer-and-RX-Fifo-in/m-p/874939#M890</guid>
      <dc:creator>PetrS</dc:creator>
      <dc:date>2019-03-21T10:26:30Z</dc:date>
    </item>
    <item>
      <title>Re: What the relationship between message buffer and RX Fifo in FlexCAN of s32k144?</title>
      <link>https://community.nxp.com/t5/S32-SDK/What-the-relationship-between-message-buffer-and-RX-Fifo-in/m-p/874940#M891</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;may i have the main.c whitch you mentioned ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 Mar 2019 04:22:37 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32-SDK/What-the-relationship-between-message-buffer-and-RX-Fifo-in/m-p/874940#M891</guid>
      <dc:creator>victor_song_171</dc:creator>
      <dc:date>2019-03-22T04:22:37Z</dc:date>
    </item>
    <item>
      <title>Re: What the relationship between message buffer and RX Fifo in FlexCAN of s32k144?</title>
      <link>https://community.nxp.com/t5/S32-SDK/What-the-relationship-between-message-buffer-and-RX-Fifo-in/m-p/874941#M892</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you for assistance,the issue to be done.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 Mar 2019 07:55:49 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32-SDK/What-the-relationship-between-message-buffer-and-RX-Fifo-in/m-p/874941#M892</guid>
      <dc:creator>victor_song_171</dc:creator>
      <dc:date>2019-03-22T07:55:49Z</dc:date>
    </item>
    <item>
      <title>Re: What the relationship between message buffer and RX Fifo in FlexCAN of s32k144?</title>
      <link>https://community.nxp.com/t5/S32-SDK/What-the-relationship-between-message-buffer-and-RX-Fifo-in/m-p/874942#M893</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;"The RXFIFO should not be used when CAN FD feature is enabled." so i would like to know if not FIFO so from which method data will receive if we will be using CAN FD feature in S32K144?&lt;BR /&gt;Many Thanks!&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 Mar 2020 12:16:42 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32-SDK/What-the-relationship-between-message-buffer-and-RX-Fifo-in/m-p/874942#M893</guid>
      <dc:creator>shivamshankarg</dc:creator>
      <dc:date>2020-03-27T12:16:42Z</dc:date>
    </item>
  </channel>
</rss>

