<?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: How to use message buffer for CAN 2.0 format ?</title>
    <link>https://community.nxp.com/t5/S32K/How-to-use-message-buffer-for-CAN-2-0-format/m-p/741772#M1995</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For a bitrate = 500 Kbit/s and a PE clock = 48 MHz, I computed the following time segments:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #51626f; background-color: #ffffff;"&gt;Prescaler = 5&lt;/SPAN&gt;&lt;BR style="color: #51626f; background-color: #ffffff;" /&gt;&lt;SPAN style="color: #51626f; background-color: #ffffff;"&gt;PROP_SEG = 7&lt;/SPAN&gt;&lt;BR style="color: #51626f; background-color: #ffffff;" /&gt;&lt;SPAN style="color: #51626f; background-color: #ffffff;"&gt;PHASE_SEG1 = 4&lt;/SPAN&gt;&lt;BR style="color: #51626f; background-color: #ffffff;" /&gt;&lt;SPAN style="color: #51626f; background-color: #ffffff;"&gt;PHASE_SEG2 = 1&lt;/SPAN&gt;&lt;BR style="color: #51626f; background-color: #ffffff;" /&gt;&lt;SPAN style="color: #51626f; background-color: #ffffff;"&gt;RJW = 1&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #51626f; background-color: #ffffff;"&gt;But there can be variations of these values that can achieve the same bitrate. Other than that, if the peripheral clock used to source the CAN PE clock is FIRC, the bitrate will not be exactly 500 kbit/s due to the 2% deviation of FIRC.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #51626f; background-color: #ffffff;"&gt;When the CAN PE clock uses the peripheral clock, this is sourced from the system clock. In order to avoid the above problem, you can set SCS_CLK to use SPLL_CLK (which has a smaller deviation than FIRC).&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #51626f; background-color: #ffffff;"&gt;If you are using Design Studio, please follow the instructions in the attached image.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #51626f; background-color: #ffffff;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="Capture_can.PNG"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/42928i277A1C7AF6FC7772/image-size/large?v=v2&amp;amp;px=999" role="button" title="Capture_can.PNG" alt="Capture_can.PNG" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #51626f; background-color: #ffffff;"&gt;Regards,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #51626f; background-color: #ffffff;"&gt;Ana&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 05 Feb 2018 08:08:45 GMT</pubDate>
    <dc:creator>AnaAldescu</dc:creator>
    <dc:date>2018-02-05T08:08:45Z</dc:date>
    <item>
      <title>How to use message buffer for CAN 2.0 format ?</title>
      <link>https://community.nxp.com/t5/S32K/How-to-use-message-buffer-for-CAN-2-0-format/m-p/741767#M1990</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am working on CAN driver for S32K.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I configured the&amp;nbsp;FlexCAN0 with CAN FD disabled.( I just want&amp;nbsp; use CAN 2.0 ...., CAN FD is not required in our application).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have query is that how I can use and configure the message buffers for CAN 2.0 format ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 22 Jan 2018 05:57:11 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/How-to-use-message-buffer-for-CAN-2-0-format/m-p/741767#M1990</guid>
      <dc:creator>dharmendrag</dc:creator>
      <dc:date>2018-01-22T05:57:11Z</dc:date>
    </item>
    <item>
      <title>Re: How to use message buffer for CAN 2.0 format ?</title>
      <link>https://community.nxp.com/t5/S32K/How-to-use-message-buffer-for-CAN-2-0-format/m-p/741768#M1991</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please see the flexcan_encrypted example from the S32 SDK. This demo application initializes the FlexCAN module, then configures two message buffers, one for reception and the other one for transmission. Depending on the occurred event, the application either sends or receives a message. The example uses the FD feature, but in order to disable it and configure the buffers for this case, you have to take care of the following fields related to the FD feature:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- for the module configuration structure (&lt;STRONG&gt;flexcan_user_config_t&lt;/STRONG&gt;):&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; - &lt;STRONG&gt;fd_enable&lt;/STRONG&gt; field should be set to &lt;STRONG&gt;false&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; -&amp;nbsp;&lt;STRONG&gt;payload&lt;/STRONG&gt; field should be set to&amp;nbsp;&lt;STRONG&gt;FLEXCAN_PAYLOAD_SIZE_8&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;nbsp;&lt;/STRONG&gt;- &lt;STRONG&gt;bitrate&lt;/STRONG&gt; and &lt;STRONG&gt;bitrate_cbt&lt;/STRONG&gt; fields must be configured the same&lt;/P&gt;&lt;P&gt;- for the buffer configuration structure (&lt;STRONG&gt;flexcan_data_info_t&lt;/STRONG&gt;):&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; -&amp;nbsp;&lt;STRONG&gt;data_length&lt;/STRONG&gt; must be &lt;STRONG&gt;&amp;lt;= 8&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; -&amp;nbsp;&lt;STRONG&gt;enable_brs&lt;/STRONG&gt; must be set to &lt;STRONG&gt;false&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; -&amp;nbsp;&lt;STRONG&gt;fd_enable&lt;/STRONG&gt; must be set to&amp;nbsp;&lt;STRONG&gt;false&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Ana&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 23 Jan 2018 14:14:45 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/How-to-use-message-buffer-for-CAN-2-0-format/m-p/741768#M1991</guid>
      <dc:creator>AnaAldescu</dc:creator>
      <dc:date>2018-01-23T14:14:45Z</dc:date>
    </item>
    <item>
      <title>Re: How to use message buffer for CAN 2.0 format ?</title>
      <link>https://community.nxp.com/t5/S32K/How-to-use-message-buffer-for-CAN-2-0-format/m-p/741769#M1992</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Ana,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you for your feedback.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please can you send me the Link or Path from where I can find the "flexcan_encrypted" example from the S32 SDK ?&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #51626f; background-color: #ffffff;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;I search the in S32K Design studio installation directory but I found so many FlexCAN examples and I am not sure which one I have to use.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 Jan 2018 09:36:06 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/How-to-use-message-buffer-for-CAN-2-0-format/m-p/741769#M1992</guid>
      <dc:creator>dharmendrag</dc:creator>
      <dc:date>2018-01-24T09:36:06Z</dc:date>
    </item>
    <item>
      <title>Re: How to use message buffer for CAN 2.0 format ?</title>
      <link>https://community.nxp.com/t5/S32K/How-to-use-message-buffer-for-CAN-2-0-format/m-p/741770#M1993</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please use the S32DS Project From Example feature and use the search bar for finding the project.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="project_from_example.png"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/27361i9155C05066594124/image-size/large?v=v2&amp;amp;px=999" role="button" title="project_from_example.png" alt="project_from_example.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="example_flexcan.PNG"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/27323i3EEC3E0BC1D919FF/image-size/large?v=v2&amp;amp;px=999" role="button" title="example_flexcan.PNG" alt="example_flexcan.PNG" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Ana&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 25 Jan 2018 07:46:22 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/How-to-use-message-buffer-for-CAN-2-0-format/m-p/741770#M1993</guid>
      <dc:creator>AnaAldescu</dc:creator>
      <dc:date>2018-01-25T07:46:22Z</dc:date>
    </item>
    <item>
      <title>Re: How to use message buffer for CAN 2.0 format ?</title>
      <link>https://community.nxp.com/t5/S32K/How-to-use-message-buffer-for-CAN-2-0-format/m-p/741771#M1994</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;Hello Ana,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thank you i got the example projects for standard CAN (No&amp;nbsp;&lt;SPAN style="color: #51626f; background-color: #ffffff;"&gt;CAN FD&lt;/SPAN&gt;).&lt;/P&gt;&lt;P&gt;the example code is working fine with&amp;nbsp;&lt;SPAN&gt;CLKSRC = 0 (The CAN engine clock source is the oscillator clock = 8Mhz.) I tested on Evaluation&amp;nbsp;Board. I am bale to see the Frame(0x55) on CANalyzer tool.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But I want to use the&amp;nbsp;CLKSRC = 1 (The CAN engine clock source is the peripheral clock.) in our application.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We have below&amp;nbsp;Slow RUN configure clock setting in our application(S32K144).&lt;/P&gt;&lt;P&gt;SCG_RCCR[SCS] = 0011b .........CORE_CLK 48 MHz&lt;BR /&gt; SCG_RCCR[DIVCORE] = 0000b .....SYS_CLK 48 MHz&lt;BR /&gt; SCG_RCCR[DIVBUS] = 0000b ......BUS_CLK 48 MHz (max freq. in RUN mode)&lt;BR /&gt; SCG_RCCR[DIVSLOW] = 0001b .....FLASH_CLK 24 MHz&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I did the Bit Timing calculation with below parameters.(I have refer the&amp;nbsp;&lt;SPAN style="color: #51626f; background-color: #ffffff;"&gt;simple guide&amp;nbsp;&lt;A href="https://community.nxp.com/docs/DOC-330446"&gt;FlexCAN bit timing calculation&lt;/A&gt;&amp;nbsp;&lt;/SPAN&gt;).&lt;/P&gt;&lt;P&gt;Bit rate = 500k bit per second&lt;BR /&gt;Bus length = 10m&lt;BR /&gt;Bus propagation delay = 5 x 10-9 s/m&lt;BR /&gt;Physical Interface (TJA1040) transmitter plus receiver propagation delay = 150ns at 85C&lt;BR /&gt;CPI_clock = 48 MHz&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Calculated Bit Timing parameters values are :&lt;/P&gt;&lt;P&gt;NBT = 16&lt;BR /&gt;Prescaler = 6&lt;BR /&gt;PROP_SEG = 3&lt;BR /&gt;PHASE_SEG1 = 6&lt;BR /&gt;PHASE_SEG2 = 6&lt;BR /&gt;RJW = 4&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;CTRL1 register update with below value.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;CAN0-&amp;gt;CTRL1 = CAN_CTRL1_PRESDIV(6) | CAN_CTRL1_RJW(3) | CAN_CTRL1_PSEG1(6) | CAN_CTRL1_PSEG2(6) | CAN_CTRL1_PROPSEG(3) | CAN_CTRL1_CLKSRC(1) | CAN_CTRL1_SMP(1);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;With this all setting I getting the CAN signals on Oscilloscope but on CANalyzer i am getting error frames.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there any thing wrong in bit timing calculation or clock setting ?&lt;/P&gt;&lt;P&gt;or I have to change any other settings for&amp;nbsp;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;CLKSRC = 1 ?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The same example code is working fine with&amp;nbsp;&lt;SPAN&gt;CLKSRC = 0 (The CAN engine clock source is the oscillator clock = 8Mz.)&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 02 Feb 2018 12:53:04 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/How-to-use-message-buffer-for-CAN-2-0-format/m-p/741771#M1994</guid>
      <dc:creator>dharmendrag</dc:creator>
      <dc:date>2018-02-02T12:53:04Z</dc:date>
    </item>
    <item>
      <title>Re: How to use message buffer for CAN 2.0 format ?</title>
      <link>https://community.nxp.com/t5/S32K/How-to-use-message-buffer-for-CAN-2-0-format/m-p/741772#M1995</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For a bitrate = 500 Kbit/s and a PE clock = 48 MHz, I computed the following time segments:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #51626f; background-color: #ffffff;"&gt;Prescaler = 5&lt;/SPAN&gt;&lt;BR style="color: #51626f; background-color: #ffffff;" /&gt;&lt;SPAN style="color: #51626f; background-color: #ffffff;"&gt;PROP_SEG = 7&lt;/SPAN&gt;&lt;BR style="color: #51626f; background-color: #ffffff;" /&gt;&lt;SPAN style="color: #51626f; background-color: #ffffff;"&gt;PHASE_SEG1 = 4&lt;/SPAN&gt;&lt;BR style="color: #51626f; background-color: #ffffff;" /&gt;&lt;SPAN style="color: #51626f; background-color: #ffffff;"&gt;PHASE_SEG2 = 1&lt;/SPAN&gt;&lt;BR style="color: #51626f; background-color: #ffffff;" /&gt;&lt;SPAN style="color: #51626f; background-color: #ffffff;"&gt;RJW = 1&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #51626f; background-color: #ffffff;"&gt;But there can be variations of these values that can achieve the same bitrate. Other than that, if the peripheral clock used to source the CAN PE clock is FIRC, the bitrate will not be exactly 500 kbit/s due to the 2% deviation of FIRC.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #51626f; background-color: #ffffff;"&gt;When the CAN PE clock uses the peripheral clock, this is sourced from the system clock. In order to avoid the above problem, you can set SCS_CLK to use SPLL_CLK (which has a smaller deviation than FIRC).&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #51626f; background-color: #ffffff;"&gt;If you are using Design Studio, please follow the instructions in the attached image.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #51626f; background-color: #ffffff;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="Capture_can.PNG"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/42928i277A1C7AF6FC7772/image-size/large?v=v2&amp;amp;px=999" role="button" title="Capture_can.PNG" alt="Capture_can.PNG" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #51626f; background-color: #ffffff;"&gt;Regards,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #51626f; background-color: #ffffff;"&gt;Ana&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 05 Feb 2018 08:08:45 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/How-to-use-message-buffer-for-CAN-2-0-format/m-p/741772#M1995</guid>
      <dc:creator>AnaAldescu</dc:creator>
      <dc:date>2018-02-05T08:08:45Z</dc:date>
    </item>
    <item>
      <title>Re: How to use message buffer for CAN 2.0 format ?</title>
      <link>https://community.nxp.com/t5/S32K/How-to-use-message-buffer-for-CAN-2-0-format/m-p/741773#M1996</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Ana,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you please&amp;nbsp;provide me the link or which document you referred to calculate the Bit Timing segments (Prescaler,PROP_SEG,...) ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Its seems like I am the different values which you calculated. I have referred &lt;A _jive_internal="true" href="https://community.nxp.com/docs/DOC-330446"&gt;https://community.nxp.com/docs/DOC-330446&lt;/A&gt;&amp;nbsp;&lt;BR /&gt;It will help me to calculate the Bit Timing segments&amp;nbsp;for other baud rate also(Like 250kpbs, 1Mbps)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 05 Feb 2018 09:27:56 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/How-to-use-message-buffer-for-CAN-2-0-format/m-p/741773#M1996</guid>
      <dc:creator>dharmendrag</dc:creator>
      <dc:date>2018-02-05T09:27:56Z</dc:date>
    </item>
    <item>
      <title>Re: How to use message buffer for CAN 2.0 format ?</title>
      <link>https://community.nxp.com/t5/S32K/How-to-use-message-buffer-for-CAN-2-0-format/m-p/741774#M1997</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can use this document&amp;nbsp;&lt;A class="link-titled" href="https://www.nxp.com/docs/en/application-note/AN1798.pdf" title="https://www.nxp.com/docs/en/application-note/AN1798.pdf"&gt;https://www.nxp.com/docs/en/application-note/AN1798.pdf&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The time segments I sent you were computed with the bitrate calculator from the graphical interface used for configuring the FlexCAN driver (Design Studio with S32 SDK), which approximates the values as it does not take into consideration the b&lt;SPAN style="color: #51626f; background-color: #ffffff;"&gt;us length and the b&lt;/SPAN&gt;&lt;SPAN style="color: #51626f; background-color: #ffffff;"&gt;us propagation delay. It only considers the PE clock frequency.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #51626f; background-color: #ffffff;"&gt;Regards,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #51626f; background-color: #ffffff;"&gt;Ana&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 05 Feb 2018 14:58:47 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/How-to-use-message-buffer-for-CAN-2-0-format/m-p/741774#M1997</guid>
      <dc:creator>AnaAldescu</dc:creator>
      <dc:date>2018-02-05T14:58:47Z</dc:date>
    </item>
  </channel>
</rss>

