<?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>Processor Expert Software中的主题 Re: RTC_LDD Processor Expert's component (using FDRM KE02Z40M)</title>
    <link>https://community.nxp.com/t5/Processor-Expert-Software/RTC-LDD-Processor-Expert-s-component-using-FDRM-KE02Z40M/m-p/365972#M2810</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Juan&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The KE devices do have a simple RTC which is however not battery backed - it will also be set back to 0 when a reset occurs.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There is a however a FRDM-KE02Z40M reference here that extends the RTC to a full Gregorian/UTC time/calender, handling day of week and leap years etc. which will also maintain time over resets:&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.utasker.com/kinetis/FRDM-KE02Z40M.html#RTC" title="http://www.utasker.com/kinetis/FRDM-KE02Z40M.html#RTC"&gt;http://www.utasker.com/kinetis/FRDM-KE02Z40M.html#RTC&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It adds alarm functions (see the reference for details) and can also be used on other Kinetis parts that have no RTC (eg. KL02 [&lt;A href="http://www.utasker.com/kinetis/FRDM-KL02Z.html#RTC" title="http://www.utasker.com/kinetis/FRDM-KL02Z.html#RTC"&gt;µTasker FRDM-KL02Z support&lt;/A&gt;] or KV types) since it can do this with no HW support (with restrictions that it can't wake from some low leakage modes etc.).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Although not needed by a general "clock", the interface additionally handles daylight saving and time zones (mainly important when used together with SNTP or time servers which don't directly supply the local time).&lt;/EM&gt;&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;P&gt;&lt;/P&gt;&lt;P&gt;Kinetis: &lt;A href="http://www.utasker.com/kinetis.html" title="http://www.utasker.com/kinetis.html"&gt;µTasker Kinetis support&lt;/A&gt;&lt;/P&gt;&lt;P&gt;KE: &lt;A href="http://www.utasker.com/kinetis/FRDM-KE02Z.html" title="http://www.utasker.com/kinetis/FRDM-KE02Z.html"&gt;µTasker FRDM-KE02Z support&lt;/A&gt; / &lt;A href="http://www.utasker.com/kinetis/FRDM-KE02Z40M.html" title="http://www.utasker.com/kinetis/FRDM-KE02Z40M.html"&gt;µTasker FRDM-KE02Z40M support&lt;/A&gt; / &lt;A href="http://www.utasker.com/kinetis/FRDM-KE06Z.html" title="http://www.utasker.com/kinetis/FRDM-KE06Z.html"&gt;µTasker FRDM-KE06Z support&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;For the complete "out-of-the-box" Kinetis experience and faster time to market&lt;/EM&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 07 Mar 2015 03:54:01 GMT</pubDate>
    <dc:creator>mjbcswitzerland</dc:creator>
    <dc:date>2015-03-07T03:54:01Z</dc:date>
    <item>
      <title>RTC_LDD Processor Expert's component (using FDRM KE02Z40M)</title>
      <link>https://community.nxp.com/t5/Processor-Expert-Software/RTC-LDD-Processor-Expert-s-component-using-FDRM-KE02Z40M/m-p/365970#M2808</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello. I am new at Kinetis and I am using the FDRM KE02Z40M. I need a clock in my project. There is something that I dont understand. When using the RTC_LDD component (provided by Processor Expert): Do have to add an extra device to my developing board? Such an DS1307 ? or the RTC is integrated inside de MCU?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Mar 2015 20:06:17 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Processor-Expert-Software/RTC-LDD-Processor-Expert-s-component-using-FDRM-KE02Z40M/m-p/365970#M2808</guid>
      <dc:creator>juanignaciotroi</dc:creator>
      <dc:date>2015-03-06T20:06:17Z</dc:date>
    </item>
    <item>
      <title>Re: RTC_LDD Processor Expert's component (using FDRM KE02Z40M)</title>
      <link>https://community.nxp.com/t5/Processor-Expert-Software/RTC-LDD-Processor-Expert-s-component-using-FDRM-KE02Z40M/m-p/365971#M2809</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Juan:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The RTC_LDD makes use of the internal RTC module, so no need for an external device.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To start using this component, you can refer to the typical usage:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;1)&lt;/STRONG&gt; Right click on the RTC_LDD -&amp;gt; Help on Component:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="pastedImage_5.png"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/51121iAB454D47577B00B9/image-size/large?v=v2&amp;amp;px=999" role="button" title="pastedImage_5.png" alt="pastedImage_5.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;2)&lt;/STRONG&gt; Click on "Component RTC_LDD Typical Usage":&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="pastedImage_8.png"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/51130i1C6A9A85410B3714/image-size/large?v=v2&amp;amp;px=999" role="button" title="pastedImage_8.png" alt="pastedImage_8.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Regards!,&lt;BR /&gt;Jorge Gonzalez&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>Sat, 07 Mar 2015 00:47:09 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Processor-Expert-Software/RTC-LDD-Processor-Expert-s-component-using-FDRM-KE02Z40M/m-p/365971#M2809</guid>
      <dc:creator>Jorge_Gonzalez</dc:creator>
      <dc:date>2015-03-07T00:47:09Z</dc:date>
    </item>
    <item>
      <title>Re: RTC_LDD Processor Expert's component (using FDRM KE02Z40M)</title>
      <link>https://community.nxp.com/t5/Processor-Expert-Software/RTC-LDD-Processor-Expert-s-component-using-FDRM-KE02Z40M/m-p/365972#M2810</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Juan&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The KE devices do have a simple RTC which is however not battery backed - it will also be set back to 0 when a reset occurs.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There is a however a FRDM-KE02Z40M reference here that extends the RTC to a full Gregorian/UTC time/calender, handling day of week and leap years etc. which will also maintain time over resets:&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.utasker.com/kinetis/FRDM-KE02Z40M.html#RTC" title="http://www.utasker.com/kinetis/FRDM-KE02Z40M.html#RTC"&gt;http://www.utasker.com/kinetis/FRDM-KE02Z40M.html#RTC&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It adds alarm functions (see the reference for details) and can also be used on other Kinetis parts that have no RTC (eg. KL02 [&lt;A href="http://www.utasker.com/kinetis/FRDM-KL02Z.html#RTC" title="http://www.utasker.com/kinetis/FRDM-KL02Z.html#RTC"&gt;µTasker FRDM-KL02Z support&lt;/A&gt;] or KV types) since it can do this with no HW support (with restrictions that it can't wake from some low leakage modes etc.).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Although not needed by a general "clock", the interface additionally handles daylight saving and time zones (mainly important when used together with SNTP or time servers which don't directly supply the local time).&lt;/EM&gt;&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;P&gt;&lt;/P&gt;&lt;P&gt;Kinetis: &lt;A href="http://www.utasker.com/kinetis.html" title="http://www.utasker.com/kinetis.html"&gt;µTasker Kinetis support&lt;/A&gt;&lt;/P&gt;&lt;P&gt;KE: &lt;A href="http://www.utasker.com/kinetis/FRDM-KE02Z.html" title="http://www.utasker.com/kinetis/FRDM-KE02Z.html"&gt;µTasker FRDM-KE02Z support&lt;/A&gt; / &lt;A href="http://www.utasker.com/kinetis/FRDM-KE02Z40M.html" title="http://www.utasker.com/kinetis/FRDM-KE02Z40M.html"&gt;µTasker FRDM-KE02Z40M support&lt;/A&gt; / &lt;A href="http://www.utasker.com/kinetis/FRDM-KE06Z.html" title="http://www.utasker.com/kinetis/FRDM-KE06Z.html"&gt;µTasker FRDM-KE06Z support&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;For the complete "out-of-the-box" Kinetis experience and faster time to market&lt;/EM&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 07 Mar 2015 03:54:01 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Processor-Expert-Software/RTC-LDD-Processor-Expert-s-component-using-FDRM-KE02Z40M/m-p/365972#M2810</guid>
      <dc:creator>mjbcswitzerland</dc:creator>
      <dc:date>2015-03-07T03:54:01Z</dc:date>
    </item>
  </channel>
</rss>

