<?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: timestamp</title>
    <link>https://community.nxp.com/t5/S32K/timestamp/m-p/1694533#M25535</link>
    <description>&lt;P&gt;&lt;SPAN&gt;Thank you for your patient reply. I have solved the problem.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Jury.&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Fri, 28 Jul 2023 00:59:12 GMT</pubDate>
    <dc:creator>jury</dc:creator>
    <dc:date>2023-07-28T00:59:12Z</dc:date>
    <item>
      <title>timestamp</title>
      <link>https://community.nxp.com/t5/S32K/timestamp/m-p/1691908#M25388</link>
      <description>&lt;P&gt;&lt;SPAN&gt;Hi，&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;I want to implement clock synchronization on the CAN bus.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;How to get the ns-level timestamp on S32K148? Is there any reference demo and documentation？&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Thank you in advance&lt;BR /&gt;jury&lt;/P&gt;</description>
      <pubDate>Tue, 25 Jul 2023 06:01:30 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/timestamp/m-p/1691908#M25388</guid>
      <dc:creator>jury</dc:creator>
      <dc:date>2023-07-25T06:01:30Z</dc:date>
    </item>
    <item>
      <title>Re: timestamp</title>
      <link>https://community.nxp.com/t5/S32K/timestamp/m-p/1692260#M25416</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;this is most probably not possible. Read chapters 55.5.2.4 Free Running Timer (TIMER) and 55.3.10.6 Time stamp of the device RM.&lt;/P&gt;
&lt;P&gt;The value of the free running timer is sampled at the beginning of the Identifier field on the CAN bus, and is stored at the end of move-in in the TIME STAMP field, providing network behavior with respect to time.&lt;BR /&gt;When CTRL2[TIMER_SRC] is asserted, the free running timer is continuously clocked by an external time tick, On S32K148 LPIT channel 0 trigger output acts as external time tick source for FlexCAN0. FlexCAN1/2 does not support external time tick.&lt;BR /&gt;When CTRL2[TIMER_SRC] is negated, the free running timer is clocked by the FlexCAN bit-clock, which defines the baud rate on the CAN bus. During a message transmission/reception, it increments by one for each bit that is received or transmitted. When there is no message on the bus, it counts using the previously programmed baud rate.&lt;/P&gt;
&lt;P&gt;BR, Petr&lt;/P&gt;</description>
      <pubDate>Tue, 25 Jul 2023 11:52:52 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/timestamp/m-p/1692260#M25416</guid>
      <dc:creator>PetrS</dc:creator>
      <dc:date>2023-07-25T11:52:52Z</dc:date>
    </item>
    <item>
      <title>Re: timestamp</title>
      <link>https://community.nxp.com/t5/S32K/timestamp/m-p/1693029#M25459</link>
      <description>Thank you for your reply!&lt;BR /&gt;&lt;BR /&gt;Where can I see the document you mentioned?&amp;nbsp;Chapters 55.5.2.4 Free Running Timer (TIMER) and 55.3.10.6 Time stamp of the device RM.&lt;BR /&gt;&lt;BR /&gt;I've seen flexcan's documentation mention that each message buffer has two bytes dedicated to storing timestamps. Maybe I should read it out and see. (flexcan0)</description>
      <pubDate>Wed, 26 Jul 2023 11:16:02 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/timestamp/m-p/1693029#M25459</guid>
      <dc:creator>jury</dc:creator>
      <dc:date>2023-07-26T11:16:02Z</dc:date>
    </item>
    <item>
      <title>Re: timestamp</title>
      <link>https://community.nxp.com/t5/S32K/timestamp/m-p/1693823#M25492</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;it is device Reference Manual;&amp;nbsp;&lt;A href="https://www.nxp.com/webapp/Download?colCode=S32K1XXRM" target="_blank"&gt;https://www.nxp.com/webapp/Download?colCode=S32K1XXRM&lt;/A&gt;&lt;BR /&gt;In rev 13&amp;nbsp; it is chapters 55.5.9.6 and 55.4.2.4&lt;/P&gt;&lt;P&gt;BR, Petr&lt;/P&gt;</description>
      <pubDate>Thu, 27 Jul 2023 05:52:28 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/timestamp/m-p/1693823#M25492</guid>
      <dc:creator>PetrS</dc:creator>
      <dc:date>2023-07-27T05:52:28Z</dc:date>
    </item>
    <item>
      <title>Re: timestamp</title>
      <link>https://community.nxp.com/t5/S32K/timestamp/m-p/1693840#M25494</link>
      <description>thank you petr,&lt;BR /&gt;I read the section you said and also looked at the flexcan code, which has such a macro definition&lt;BR /&gt;#define CAN_CS_TIME_STAMP_MASK 0xFFFFu&lt;BR /&gt;#define CAN_CS_TIME_STAMP_SHIFT 0&lt;BR /&gt;#define CAN_CS_TIME_STAMP_WIDTH 16&lt;BR /&gt;&lt;BR /&gt;How do I get this timestamp? Can you give me a code to refer to?</description>
      <pubDate>Thu, 27 Jul 2023 06:13:20 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/timestamp/m-p/1693840#M25494</guid>
      <dc:creator>jury</dc:creator>
      <dc:date>2023-07-27T06:13:20Z</dc:date>
    </item>
    <item>
      <title>Re: timestamp</title>
      <link>https://community.nxp.com/t5/S32K/timestamp/m-p/1693952#M25499</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;timestamp is part of MB's word0&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="PetrS_0-1690445124573.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/233875i5AEED4AE720CD9FB/image-size/medium?v=v2&amp;amp;px=400" role="button" title="PetrS_0-1690445124573.png" alt="PetrS_0-1690445124573.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;so simply read it from there. Below code is for RX MB&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="PetrS_0-1690445248715.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/233877i7F95F0BA3DB00D84/image-size/medium?v=v2&amp;amp;px=400" role="button" title="PetrS_0-1690445248715.png" alt="PetrS_0-1690445248715.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;BR, Petr&lt;/P&gt;</description>
      <pubDate>Thu, 27 Jul 2023 08:07:39 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/timestamp/m-p/1693952#M25499</guid>
      <dc:creator>PetrS</dc:creator>
      <dc:date>2023-07-27T08:07:39Z</dc:date>
    </item>
    <item>
      <title>Re: timestamp</title>
      <link>https://community.nxp.com/t5/S32K/timestamp/m-p/1694533#M25535</link>
      <description>&lt;P&gt;&lt;SPAN&gt;Thank you for your patient reply. I have solved the problem.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Jury.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 28 Jul 2023 00:59:12 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/timestamp/m-p/1694533#M25535</guid>
      <dc:creator>jury</dc:creator>
      <dc:date>2023-07-28T00:59:12Z</dc:date>
    </item>
  </channel>
</rss>

