<?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 MicrocontrollersのトピックThe Low-Power Timer in the KM34</title>
    <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/The-Low-Power-Timer-in-the-KM34/m-p/638225#M38533</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;I want to use the Low-Power Timer as a period timer in my application.After setting the value of the register&amp;nbsp;LPTMR_CMR, is there any formula to caculate the period time??How to caculate&amp;nbsp; it??&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 07 Nov 2016 11:53:27 GMT</pubDate>
    <dc:creator>小勇邹</dc:creator>
    <dc:date>2016-11-07T11:53:27Z</dc:date>
    <item>
      <title>The Low-Power Timer in the KM34</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/The-Low-Power-Timer-in-the-KM34/m-p/638225#M38533</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;I want to use the Low-Power Timer as a period timer in my application.After setting the value of the register&amp;nbsp;LPTMR_CMR, is there any formula to caculate the period time??How to caculate&amp;nbsp; it??&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 Nov 2016 11:53:27 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/The-Low-Power-Timer-in-the-KM34/m-p/638225#M38533</guid>
      <dc:creator>小勇邹</dc:creator>
      <dc:date>2016-11-07T11:53:27Z</dc:date>
    </item>
    <item>
      <title>Re: The Low-Power Timer in the KM34</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/The-Low-Power-Timer-in-the-KM34/m-p/638226#M38534</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;The value of the delay (in seconds) is&lt;BR /&gt;&lt;STRONG&gt;#define LPTMR_S_DELAY(s_delay) (s_delay * LPTMR_CLOCK) - 1)&lt;/STRONG&gt;&lt;BR /&gt;whereby the value of LPTMR_CLOCK depends on where you configure it to be taken from; it can be 1000 (LPO), 32768Hz, 4Meg or 32kHz MCGIRCLK, external clock value or external clock value divided by a prescaler.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Mark&lt;BR /&gt;&lt;SPAN&gt;Kinetis for professionals: &lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="https://community.nxp.com/external-link.jspa?url=http%3A%2F%2Fwww.utasker.com%2Fkinetis.html" rel="nofollow" target="_blank"&gt;http://www.utasker.com/kinetis.html&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 Nov 2016 12:07:43 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/The-Low-Power-Timer-in-the-KM34/m-p/638226#M38534</guid>
      <dc:creator>mjbcswitzerland</dc:creator>
      <dc:date>2016-11-07T12:07:43Z</dc:date>
    </item>
    <item>
      <title>Re: The Low-Power Timer in the KM34</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/The-Low-Power-Timer-in-the-KM34/m-p/638227#M38535</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Thank you.&lt;/P&gt;&lt;P&gt;What is the minimum value of the period time? Is it possible to set the period as 1us?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 Nov 2016 12:26:51 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/The-Low-Power-Timer-in-the-KM34/m-p/638227#M38535</guid>
      <dc:creator>小勇邹</dc:creator>
      <dc:date>2016-11-07T12:26:51Z</dc:date>
    </item>
    <item>
      <title>Re: The Low-Power Timer in the KM34</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/The-Low-Power-Timer-in-the-KM34/m-p/638228#M38536</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The minimum delay depends on your clock.&lt;BR /&gt;If you use the LPO (1kHz) the minimum delay is 1ms (with value of 0)&lt;BR /&gt;If you use the 4MHz IRC you can set 250ns steps - 1us would be a value of 3 in this case.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Mark&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 Nov 2016 12:41:15 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/The-Low-Power-Timer-in-the-KM34/m-p/638228#M38536</guid>
      <dc:creator>mjbcswitzerland</dc:creator>
      <dc:date>2016-11-07T12:41:15Z</dc:date>
    </item>
  </channel>
</rss>

