<?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>S32KのトピックRe: Numbers of CAN frames stored in a Message Buffer</title>
    <link>https://community.nxp.com/t5/S32K/Numbers-of-CAN-frames-stored-in-a-Message-Buffer/m-p/1549340#M18699</link>
    <description>&lt;P&gt;Hi &lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/188029"&gt;@Senlent&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;May be my question is not clear.&lt;/P&gt;&lt;P&gt;What i want to understand is deep of a particular MBs??&lt;/P&gt;&lt;P&gt;Suppose I configured 1st MB of CAN1 to receive only CAN ID 0x01 then how many CAN frame it store without being lost.&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Kishore&lt;/P&gt;</description>
    <pubDate>Mon, 07 Nov 2022 03:38:27 GMT</pubDate>
    <dc:creator>KKumar</dc:creator>
    <dc:date>2022-11-07T03:38:27Z</dc:date>
    <item>
      <title>Numbers of CAN frames stored in a Message Buffer</title>
      <link>https://community.nxp.com/t5/S32K/Numbers-of-CAN-frames-stored-in-a-Message-Buffer/m-p/1548065#M18654</link>
      <description>&lt;P&gt;Hi NXP,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;How many CAN message frames is stored in a particular Message Buffer??&lt;/P&gt;&lt;P&gt;This number not mentioned in RM.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 03 Nov 2022 05:51:55 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/Numbers-of-CAN-frames-stored-in-a-Message-Buffer/m-p/1548065#M18654</guid>
      <dc:creator>KKumar</dc:creator>
      <dc:date>2022-11-03T05:51:55Z</dc:date>
    </item>
    <item>
      <title>Re: Numbers of CAN frames stored in a Message Buffer</title>
      <link>https://community.nxp.com/t5/S32K/Numbers-of-CAN-frames-stored-in-a-Message-Buffer/m-p/1549261#M18693</link>
      <description>&lt;P&gt;&lt;A href="mailto:Hi@KKumar" target="_blank"&gt;Hi@KKumar&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; The Message buffer structure can represent standard frames (data length of 0-8 bytes) and extended frames (data length up to 64 bytes) of the CAN 2.0 protocol. Each independent MB consists of 16 or 24, 40 or 72 bytes, corresponding to 8 or 16, 32 or 64 in the number of massages;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Senlent_0-1667784559829.png" style="width: 528px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/199319iC203BD99435661C9/image-dimensions/528x362?v=v2" width="528" height="362" role="button" title="Senlent_0-1667784559829.png" alt="Senlent_0-1667784559829.png" /&gt;&lt;span class="lia-inline-image-caption" onclick="event.preventDefault();"&gt;Senlent_0-1667784559829.png&lt;/span&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 07 Nov 2022 01:30:50 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/Numbers-of-CAN-frames-stored-in-a-Message-Buffer/m-p/1549261#M18693</guid>
      <dc:creator>Senlent</dc:creator>
      <dc:date>2022-11-07T01:30:50Z</dc:date>
    </item>
    <item>
      <title>Re: Numbers of CAN frames stored in a Message Buffer</title>
      <link>https://community.nxp.com/t5/S32K/Numbers-of-CAN-frames-stored-in-a-Message-Buffer/m-p/1549340#M18699</link>
      <description>&lt;P&gt;Hi &lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/188029"&gt;@Senlent&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;May be my question is not clear.&lt;/P&gt;&lt;P&gt;What i want to understand is deep of a particular MBs??&lt;/P&gt;&lt;P&gt;Suppose I configured 1st MB of CAN1 to receive only CAN ID 0x01 then how many CAN frame it store without being lost.&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Kishore&lt;/P&gt;</description>
      <pubDate>Mon, 07 Nov 2022 03:38:27 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/Numbers-of-CAN-frames-stored-in-a-Message-Buffer/m-p/1549340#M18699</guid>
      <dc:creator>KKumar</dc:creator>
      <dc:date>2022-11-07T03:38:27Z</dc:date>
    </item>
    <item>
      <title>Re: Numbers of CAN frames stored in a Message Buffer</title>
      <link>https://community.nxp.com/t5/S32K/Numbers-of-CAN-frames-stored-in-a-Message-Buffer/m-p/1549381#M18702</link>
      <description>&lt;P&gt;&lt;A href="mailto:Hi@KKumar" target="_blank"&gt;Hi@KKumar&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;just one,one MB can just store one frame each time.&lt;/P&gt;
&lt;P&gt;if&amp;nbsp; a new message comes from outside, the MB's code area will tell there is free to receive or not.&lt;/P&gt;
&lt;P&gt;you can take a look at the chapter&amp;nbsp;55.4.3 Message buffer structure(S32K-RM Rev 13)&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp; -CODE — Message Buffer Code&lt;/P&gt;</description>
      <pubDate>Mon, 07 Nov 2022 06:06:19 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/Numbers-of-CAN-frames-stored-in-a-Message-Buffer/m-p/1549381#M18702</guid>
      <dc:creator>Senlent</dc:creator>
      <dc:date>2022-11-07T06:06:19Z</dc:date>
    </item>
  </channel>
</rss>

