<?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>Kinetis Design Studio中的主题 Re: Accurate timebase on KL05</title>
    <link>https://community.nxp.com/t5/Kinetis-Design-Studio/Accurate-timebase-on-KL05/m-p/361911#M1652</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Zhang Jun,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thank you for your hint with trimming slow internal oscillator.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What I want to achieve is to have an accurate timebase to serve reference time signal inside my wireless sensor network which I am designing now from scratch.&lt;/P&gt;&lt;P&gt;Because transmissions will take place with TDMA time slots technique I need to have a timebase with good accuracy and resolution to air good synchronization signals on one hand, and to have a possibility (as a host) to determine boundaries of each time slot and timestamp data time of arrival from my network endpoints (which will have less accurate on-board clocks) on the other hand.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I plan to synchronize my host/s to external 1PPS signal taken from GPS timing receiver.&lt;/P&gt;&lt;P&gt;If network will work without any external synchronization I would also like to have pretty good quality timebase to enable reliable transmissions inside my network (host is to be airing it's synchronization signal every 1s - so without its external synchronization all slaves, synchronized to it, should have no problem with catching their appropriate transmission time slot and keeping allowable transmission time window).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there anything I have forgot or missing in my concept from any reader point of view?&lt;/P&gt;&lt;P&gt;Thank you for your comments.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Grzegorz&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 22 Jan 2015 10:05:45 GMT</pubDate>
    <dc:creator>ky3orr</dc:creator>
    <dc:date>2015-01-22T10:05:45Z</dc:date>
    <item>
      <title>Accurate timebase on KL05</title>
      <link>https://community.nxp.com/t5/Kinetis-Design-Studio/Accurate-timebase-on-KL05/m-p/361909#M1650</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am designing a project where I need to have accurate (to the available limit) timebase on KL05.&lt;/P&gt;&lt;P&gt;I plan to use internal 32.768kHz oscillator multiplied to near 48MHz by FLL block.&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Now I need to setup somehow a timebase with 1us resolution.&lt;/P&gt;&lt;P&gt;What peripherals are best suited for the job?&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Is it going to be systick or rather some free running counter?&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;How to set it up in KDS?&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks in advance for any hints.&lt;/P&gt;&lt;P&gt;Grzegorz&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Jan 2015 00:14:15 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Design-Studio/Accurate-timebase-on-KL05/m-p/361909#M1650</guid>
      <dc:creator>ky3orr</dc:creator>
      <dc:date>2015-01-21T00:14:15Z</dc:date>
    </item>
    <item>
      <title>Re: Accurate timebase on KL05</title>
      <link>https://community.nxp.com/t5/Kinetis-Design-Studio/Accurate-timebase-on-KL05/m-p/361910#M1651</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Grzegorz,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;one solution is to trim internal clock to 37.5KHz,&amp;nbsp; set FLL Multiplication factor as 1280, it can generate 37.5K*1280=48MHz FLL output.&lt;/P&gt;&lt;P&gt;I don;t know what you will do with timebase with 1us resolution?&amp;nbsp; systick is ok to generate 1MHz output, we need set SYST_RVR( Systick reload value register ) as 48. 48MHz/48=1MHz systick output, which is 1us resolution timebase.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Have a great day,&lt;BR /&gt;Zhang Jun&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-----------------------------------------------------------------------------------------------------------------------&lt;BR /&gt;Note: If this post answers your question, please click the Correct Answer button. Thank you!&lt;BR /&gt;-----------------------------------------------------------------------------------------------------------------------&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 Jan 2015 09:23:34 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Design-Studio/Accurate-timebase-on-KL05/m-p/361910#M1651</guid>
      <dc:creator>ZhangJennie</dc:creator>
      <dc:date>2015-01-22T09:23:34Z</dc:date>
    </item>
    <item>
      <title>Re: Accurate timebase on KL05</title>
      <link>https://community.nxp.com/t5/Kinetis-Design-Studio/Accurate-timebase-on-KL05/m-p/361911#M1652</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Zhang Jun,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thank you for your hint with trimming slow internal oscillator.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What I want to achieve is to have an accurate timebase to serve reference time signal inside my wireless sensor network which I am designing now from scratch.&lt;/P&gt;&lt;P&gt;Because transmissions will take place with TDMA time slots technique I need to have a timebase with good accuracy and resolution to air good synchronization signals on one hand, and to have a possibility (as a host) to determine boundaries of each time slot and timestamp data time of arrival from my network endpoints (which will have less accurate on-board clocks) on the other hand.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I plan to synchronize my host/s to external 1PPS signal taken from GPS timing receiver.&lt;/P&gt;&lt;P&gt;If network will work without any external synchronization I would also like to have pretty good quality timebase to enable reliable transmissions inside my network (host is to be airing it's synchronization signal every 1s - so without its external synchronization all slaves, synchronized to it, should have no problem with catching their appropriate transmission time slot and keeping allowable transmission time window).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there anything I have forgot or missing in my concept from any reader point of view?&lt;/P&gt;&lt;P&gt;Thank you for your comments.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Grzegorz&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 Jan 2015 10:05:45 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Design-Studio/Accurate-timebase-on-KL05/m-p/361911#M1652</guid>
      <dc:creator>ky3orr</dc:creator>
      <dc:date>2015-01-22T10:05:45Z</dc:date>
    </item>
    <item>
      <title>Re: Accurate timebase on KL05</title>
      <link>https://community.nxp.com/t5/Kinetis-Design-Studio/Accurate-timebase-on-KL05/m-p/361912#M1653</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, Grzegorz,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We are familiar with neither GPS nor TDMA, but this is the utilization of systick module, when you set up the SYST_RVR as 48 and core run in 48MHz, the chip will generate interrupt for every&amp;nbsp; 1uS. The on-chip PIT module can have the same function.&lt;/P&gt;&lt;P&gt;Hope it can help you&lt;/P&gt;&lt;P&gt;BR&lt;/P&gt;&lt;P&gt;XiangJun Rong&lt;/P&gt;&lt;P&gt;.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 23 Jan 2015 07:48:24 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Design-Studio/Accurate-timebase-on-KL05/m-p/361912#M1653</guid>
      <dc:creator>xiangjun_rong</dc:creator>
      <dc:date>2015-01-23T07:48:24Z</dc:date>
    </item>
  </channel>
</rss>

