<?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: IEEE 1588 TimeStamp in Kinetis Microcontrollers</title>
    <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/IEEE-1588-TimeStamp/m-p/205589#M3175</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 17 Sep 2013 18:58:02 GMT</pubDate>
    <dc:creator>igorshakirov</dc:creator>
    <dc:date>2013-09-17T18:58:02Z</dc:date>
    <item>
      <title>IEEE 1588 TimeStamp</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/IEEE-1588-TimeStamp/m-p/205586#M3172</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;is there anyone that wrote some code about initializing a K60 to have Ethernet frames timestamping ?&lt;/P&gt;&lt;P&gt;I do have an issue with the TimeStamp exceeding 10^9 ns which is not conform to the specs.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any clues would be appreciated.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Christophe&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 01 Oct 2012 12:06:35 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/IEEE-1588-TimeStamp/m-p/205586#M3172</guid>
      <dc:creator>christophegraul</dc:creator>
      <dc:date>2012-10-01T12:06:35Z</dc:date>
    </item>
    <item>
      <title>Re: IEEE 1588 TimeStamp</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/IEEE-1588-TimeStamp/m-p/205587#M3173</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hope this helps:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;&amp;nbsp; SIM_SOPT2 &amp;amp;= ~SIM_SOPT2_TIMESRC(3);//clear&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;&amp;nbsp; SIM_SOPT2 |= SIM_SOPT2_TIMESRC(1); //PLL clk&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;&amp;nbsp; // Program INC and Period Regiser&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;&amp;nbsp; ENET_ATPER&amp;nbsp; /*(mac_sel)*/ = 0x3B9ACA00;&amp;nbsp; //10^9&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;&amp;nbsp; //Using PLL/FLL clock&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;&amp;nbsp; ENET_ATINC/*(0)*/ = ENET_ATINC_INC(10) | ENET_ATINC_INC_CORR(10);//100MHz&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;SPAN class="mce_paste_marker" style="font-family: courier new,courier;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;&amp;nbsp; // Enable Timer&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;&amp;nbsp; ENET_ATCR/*(mac_sel)*/ = ENET_ATCR_EN_MASK;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Do not forget to set into Enhanced Buffer Mode (not legacy)!&lt;/P&gt;&lt;P&gt;&lt;SPAN class="mce_paste_marker"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 04 Oct 2012 17:39:47 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/IEEE-1588-TimeStamp/m-p/205587#M3173</guid>
      <dc:creator>PaoloRenzo</dc:creator>
      <dc:date>2012-10-04T17:39:47Z</dc:date>
    </item>
    <item>
      <title>Re: IEEE 1588 TimeStamp</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/IEEE-1588-TimeStamp/m-p/205588#M3174</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Paolo,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;yes it helped thank you. Your code and correction of some mistakes I did solved the issue. Thank you&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 05 Oct 2012 07:21:25 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/IEEE-1588-TimeStamp/m-p/205588#M3174</guid>
      <dc:creator>christophegraul</dc:creator>
      <dc:date>2012-10-05T07:21:25Z</dc:date>
    </item>
    <item>
      <title>Re: IEEE 1588 TimeStamp</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/IEEE-1588-TimeStamp/m-p/205589#M3175</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Sep 2013 18:58:02 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/IEEE-1588-TimeStamp/m-p/205589#M3175</guid>
      <dc:creator>igorshakirov</dc:creator>
      <dc:date>2013-09-17T18:58:02Z</dc:date>
    </item>
  </channel>
</rss>

