<?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>topic Re: RT1064 - AN12149 (IEEE 1588 PTP) - SDK 2.13.0+ in i.MX RT Crossover MCUs</title>
    <link>https://community.nxp.com/t5/i-MX-RT-Crossover-MCUs/RT1064-AN12149-IEEE-1588-PTP-SDK-2-13-0/m-p/2010729#M32881</link>
    <description>&lt;P&gt;Hi, we are facing exact same issue - please help!! Can you provide solution please!&lt;/P&gt;</description>
    <pubDate>Tue, 10 Dec 2024 05:54:48 GMT</pubDate>
    <dc:creator>avbot</dc:creator>
    <dc:date>2024-12-10T05:54:48Z</dc:date>
    <item>
      <title>RT1064 - AN12149 (IEEE 1588 PTP) - SDK 2.13.0+</title>
      <link>https://community.nxp.com/t5/i-MX-RT-Crossover-MCUs/RT1064-AN12149-IEEE-1588-PTP-SDK-2-13-0/m-p/1960156#M31921</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;I am attempting to enable PTP on an RT1064-based device using the methodology presented in &lt;A href="https://www.nxp.com/docs/en/nxp/application-notes/AN12149.pdf" target="_self"&gt;AN12149&lt;/A&gt; but have discovered that much of the low-level functionality used in that demo is no longer present in recent SDK versions (e.g., 2.13.0) such as &lt;STRONG&gt;ENET_GetRxFrameTime()&lt;/STRONG&gt; and &lt;STRONG&gt;ENET_GetTxFrameTime() &lt;/STRONG&gt;which use &lt;STRONG&gt;ENET_Ptp1588SearchTimeRing()&lt;/STRONG&gt;.&lt;/P&gt;&lt;P&gt;Is PTP on the RT1064 still supported? The &lt;STRONG&gt;txrx_ptp1588_transfertxrx_ptp1588_transfer&lt;/STRONG&gt; example is not helpful because it uses raw ethernet frames while I need FreeRTOS+lwip.&lt;/P&gt;&lt;P&gt;Thank you.&lt;/P&gt;</description>
      <pubDate>Mon, 23 Sep 2024 22:29:19 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-RT-Crossover-MCUs/RT1064-AN12149-IEEE-1588-PTP-SDK-2-13-0/m-p/1960156#M31921</guid>
      <dc:creator>austin_morlan</dc:creator>
      <dc:date>2024-09-23T22:29:19Z</dc:date>
    </item>
    <item>
      <title>Re: RT1064 - AN12149 (IEEE 1588 PTP) - SDK 2.13.0+</title>
      <link>https://community.nxp.com/t5/i-MX-RT-Crossover-MCUs/RT1064-AN12149-IEEE-1588-PTP-SDK-2-13-0/m-p/1960162#M31923</link>
      <description>&lt;P&gt;From &lt;A href="https://community.nxp.com/t5/i-MX-Processors/PTP-example-code-for-i-MX-RT1064/m-p/1611551/highlight/true#M202476" target="_self"&gt;Howard Liu's response in this thread&lt;/A&gt;, the big question is: how to get TX and RX frame times correctly with recent versions of the SDK?&lt;/P&gt;</description>
      <pubDate>Mon, 23 Sep 2024 22:44:34 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-RT-Crossover-MCUs/RT1064-AN12149-IEEE-1588-PTP-SDK-2-13-0/m-p/1960162#M31923</guid>
      <dc:creator>austin_morlan</dc:creator>
      <dc:date>2024-09-23T22:44:34Z</dc:date>
    </item>
    <item>
      <title>Re: RT1064 - AN12149 (IEEE 1588 PTP) - SDK 2.13.0+</title>
      <link>https://community.nxp.com/t5/i-MX-RT-Crossover-MCUs/RT1064-AN12149-IEEE-1588-PTP-SDK-2-13-0/m-p/1961219#M31941</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/240978"&gt;@austin_morlan&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;Thanks for your interest in NXP MIMXRT series!&lt;/P&gt;
&lt;P&gt;I asked an internal expert about this issue and the feedback I got was that due to changes in the underlying code, it is currently not possible to get timestamps using the previous API. We will update the software for this AN, but so far there is no way to get the exact timeline. Sorry for any inconvenience caused by this. I will also keep you updated as soon as newer software is released.&lt;/P&gt;
&lt;P&gt;Best regards,&lt;BR /&gt;Gavin&lt;/P&gt;
&lt;DIV id="eJOY__extension_root" class="eJOY__extension_root_class" style="all: unset;"&gt;&amp;nbsp;&lt;/DIV&gt;</description>
      <pubDate>Wed, 25 Sep 2024 02:32:16 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-RT-Crossover-MCUs/RT1064-AN12149-IEEE-1588-PTP-SDK-2-13-0/m-p/1961219#M31941</guid>
      <dc:creator>Gavin_Jia</dc:creator>
      <dc:date>2024-09-25T02:32:16Z</dc:date>
    </item>
    <item>
      <title>Re: RT1064 - AN12149 (IEEE 1588 PTP) - SDK 2.13.0+</title>
      <link>https://community.nxp.com/t5/i-MX-RT-Crossover-MCUs/RT1064-AN12149-IEEE-1588-PTP-SDK-2-13-0/m-p/1962100#M31960</link>
      <description>&lt;P&gt;Can you tell me how to go about getting timestamps with the current API? I don't need an entirely new AN software release, just guidance on the new method of getting PTP timestamps.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you.&lt;/P&gt;</description>
      <pubDate>Wed, 25 Sep 2024 23:44:58 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-RT-Crossover-MCUs/RT1064-AN12149-IEEE-1588-PTP-SDK-2-13-0/m-p/1962100#M31960</guid>
      <dc:creator>austin_morlan</dc:creator>
      <dc:date>2024-09-25T23:44:58Z</dc:date>
    </item>
    <item>
      <title>Re: RT1064 - AN12149 (IEEE 1588 PTP) - SDK 2.13.0+</title>
      <link>https://community.nxp.com/t5/i-MX-RT-Crossover-MCUs/RT1064-AN12149-IEEE-1588-PTP-SDK-2-13-0/m-p/1962314#M31964</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/240978"&gt;@austin_morlan&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;Since this is a public community, I can't upload unreleased software here, including code snippets. Can you go to the portal on the official site and submit a new ticket? Please indicate the assignment to me and then I will try to help you with some ideas through the system.&lt;/P&gt;
&lt;P&gt;It's probably not an easy thing to do since the underlying layer has changed, but at least some code snippets are possible. Thanks for your collaboration in advance.&lt;/P&gt;
&lt;P&gt;Best regards,&lt;BR /&gt;Gavin&lt;/P&gt;</description>
      <pubDate>Thu, 26 Sep 2024 06:04:18 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-RT-Crossover-MCUs/RT1064-AN12149-IEEE-1588-PTP-SDK-2-13-0/m-p/1962314#M31964</guid>
      <dc:creator>Gavin_Jia</dc:creator>
      <dc:date>2024-09-26T06:04:18Z</dc:date>
    </item>
    <item>
      <title>Re: RT1064 - AN12149 (IEEE 1588 PTP) - SDK 2.13.0+</title>
      <link>https://community.nxp.com/t5/i-MX-RT-Crossover-MCUs/RT1064-AN12149-IEEE-1588-PTP-SDK-2-13-0/m-p/1962831#M31975</link>
      <description>&lt;P&gt;Thank you. I created the ticket. The case number is&lt;SPAN&gt; 00654067.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 26 Sep 2024 16:45:09 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-RT-Crossover-MCUs/RT1064-AN12149-IEEE-1588-PTP-SDK-2-13-0/m-p/1962831#M31975</guid>
      <dc:creator>austin_morlan</dc:creator>
      <dc:date>2024-09-26T16:45:09Z</dc:date>
    </item>
    <item>
      <title>Re: RT1064 - AN12149 (IEEE 1588 PTP) - SDK 2.13.0+</title>
      <link>https://community.nxp.com/t5/i-MX-RT-Crossover-MCUs/RT1064-AN12149-IEEE-1588-PTP-SDK-2-13-0/m-p/2010729#M32881</link>
      <description>&lt;P&gt;Hi, we are facing exact same issue - please help!! Can you provide solution please!&lt;/P&gt;</description>
      <pubDate>Tue, 10 Dec 2024 05:54:48 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-RT-Crossover-MCUs/RT1064-AN12149-IEEE-1588-PTP-SDK-2-13-0/m-p/2010729#M32881</guid>
      <dc:creator>avbot</dc:creator>
      <dc:date>2024-12-10T05:54:48Z</dc:date>
    </item>
  </channel>
</rss>

