<?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: CAN TIME STAMP</title>
    <link>https://community.nxp.com/t5/S32K/CAN-TIME-STAMP/m-p/1483422#M16166</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/201092"&gt;@JackChen2022&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;To get the timestamp of the CAN message , you can read the CS of received CAN message and do AND operation with 0xFFFF , which will give the value of timestamp&lt;/P&gt;&lt;P&gt;timestamp=CS&amp;amp;0x0000FFFF;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Fri, 01 Jul 2022 10:34:20 GMT</pubDate>
    <dc:creator>KARTHKSARODE</dc:creator>
    <dc:date>2022-07-01T10:34:20Z</dc:date>
    <item>
      <title>CAN TIME STAMP</title>
      <link>https://community.nxp.com/t5/S32K/CAN-TIME-STAMP/m-p/1481473#M16116</link>
      <description>&lt;P&gt;&lt;SPAN class=""&gt;&lt;SPAN class=""&gt;Hello, I have a question to ask.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN class=""&gt;&lt;SPAN class=""&gt;The S32k148 chip is currently used, and the can communication is configured through the cal_pal component of the S32DS.&lt;/SPAN&gt;&lt;/SPAN&gt; &lt;SPAN class=""&gt;&lt;SPAN class=""&gt;Now I need to use the TIME STAMP function. I have learned about 53.4.3 Message buffer structure in the manual, but there is no specific usage method. I hope there is a usage routine or example.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 29 Jun 2022 02:31:11 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/CAN-TIME-STAMP/m-p/1481473#M16116</guid>
      <dc:creator>JackChen2022</dc:creator>
      <dc:date>2022-06-29T02:31:11Z</dc:date>
    </item>
    <item>
      <title>Re: CAN TIME STAMP</title>
      <link>https://community.nxp.com/t5/S32K/CAN-TIME-STAMP/m-p/1481659#M16126</link>
      <description>&lt;P&gt;&lt;A href="mailto:Hi@JackChen2022" target="_blank"&gt;Hi@JackChen2022&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;you can read the time stamp field from mailbox directly,&lt;/P&gt;
&lt;P&gt;for example.&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Senlent_1-1656489177910.png" style="width: 644px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/184982i519F85EA02E40111/image-dimensions/644x224?v=v2" width="644" height="224" role="button" title="Senlent_1-1656489177910.png" alt="Senlent_1-1656489177910.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 29 Jun 2022 07:53:24 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/CAN-TIME-STAMP/m-p/1481659#M16126</guid>
      <dc:creator>Senlent</dc:creator>
      <dc:date>2022-06-29T07:53:24Z</dc:date>
    </item>
    <item>
      <title>Re: CAN TIME STAMP</title>
      <link>https://community.nxp.com/t5/S32K/CAN-TIME-STAMP/m-p/1482378#M16138</link>
      <description>&lt;P&gt;&lt;SPAN&gt;Thank you very much for your reply. I use SDK for development here, and register operation is not used. Do you have any other examples?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="微信图片_20220630113433.png" style="width: 885px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/185088iE9DE6DA8FE19B80E/image-size/large?v=v2&amp;amp;px=999" role="button" title="微信图片_20220630113433.png" alt="微信图片_20220630113433.png" /&gt;&lt;/span&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="微信图片_20220630113627.png" style="width: 847px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/185089i5684B1209CF411DA/image-size/large?v=v2&amp;amp;px=999" role="button" title="微信图片_20220630113627.png" alt="微信图片_20220630113627.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 30 Jun 2022 03:38:50 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/CAN-TIME-STAMP/m-p/1482378#M16138</guid>
      <dc:creator>JackChen2022</dc:creator>
      <dc:date>2022-06-30T03:38:50Z</dc:date>
    </item>
    <item>
      <title>Re: CAN TIME STAMP</title>
      <link>https://community.nxp.com/t5/S32K/CAN-TIME-STAMP/m-p/1482429#M16140</link>
      <description>&lt;P&gt;&lt;A href="mailto:Hi@JackChen2022" target="_blank"&gt;Hi@JackChen2022&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;I tried searching the internal system records and there is no such demo code for your reference.&lt;/P&gt;
&lt;P&gt;As i said in my first reply, you can read the corresponding registers directly.&lt;/P&gt;</description>
      <pubDate>Thu, 30 Jun 2022 06:00:24 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/CAN-TIME-STAMP/m-p/1482429#M16140</guid>
      <dc:creator>Senlent</dc:creator>
      <dc:date>2022-06-30T06:00:24Z</dc:date>
    </item>
    <item>
      <title>Re: CAN TIME STAMP</title>
      <link>https://community.nxp.com/t5/S32K/CAN-TIME-STAMP/m-p/1483422#M16166</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/201092"&gt;@JackChen2022&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;To get the timestamp of the CAN message , you can read the CS of received CAN message and do AND operation with 0xFFFF , which will give the value of timestamp&lt;/P&gt;&lt;P&gt;timestamp=CS&amp;amp;0x0000FFFF;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 01 Jul 2022 10:34:20 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/CAN-TIME-STAMP/m-p/1483422#M16166</guid>
      <dc:creator>KARTHKSARODE</dc:creator>
      <dc:date>2022-07-01T10:34:20Z</dc:date>
    </item>
    <item>
      <title>Re: CAN TIME STAMP</title>
      <link>https://community.nxp.com/t5/S32K/CAN-TIME-STAMP/m-p/1483762#M16174</link>
      <description>&lt;P&gt;&lt;SPAN&gt;Thank you very much for your reply, the issue has been resolved&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 04 Jul 2022 03:33:47 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/CAN-TIME-STAMP/m-p/1483762#M16174</guid>
      <dc:creator>JackChen2022</dc:creator>
      <dc:date>2022-07-04T03:33:47Z</dc:date>
    </item>
  </channel>
</rss>

