<?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: How make FRDMKL25Z RTC works in MCUXpresso IDE</title>
    <link>https://community.nxp.com/t5/MCUXpresso-IDE/How-make-FRDMKL25Z-RTC-works/m-p/746875#M1599</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Sergio,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Does this problem solved ?&amp;nbsp; If no , you can share your configure project , I will check it on my side .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Have a great day,&lt;BR /&gt;TIC&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;--------&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 19 Jun 2018 09:50:09 GMT</pubDate>
    <dc:creator>Alice_Yang</dc:creator>
    <dc:date>2018-06-19T09:50:09Z</dc:date>
    <item>
      <title>How make FRDMKL25Z RTC works</title>
      <link>https://community.nxp.com/t5/MCUXpresso-IDE/How-make-FRDMKL25Z-RTC-works/m-p/746872#M1596</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm trying to use the RTC on the FRDMKL25Z, but it doesn´t work propertly, the only way can the RTC works is whit the&amp;nbsp;1kHz LPO clock, but the second regiter changes every 32.768 seconds whit this lines of code:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;/* Enable the RTC 32KHz oscillator */&lt;BR /&gt; SIM-&amp;gt;SOPT1 &amp;amp;= ~SIM_SOPT1_OSC32KSEL_MASK;&lt;BR /&gt; SIM-&amp;gt;SOPT1 |= SIM_SOPT1_OSC32KSEL(2); // 1kHz LPO&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I need the second regiter changes every second but I can't make it, does any one help me?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm using:&lt;/P&gt;&lt;P&gt;MCUXpresso IDE v10.1.1&lt;/P&gt;&lt;P&gt;KL25Z-SDK v2.2&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 09 Mar 2018 19:49:16 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MCUXpresso-IDE/How-make-FRDMKL25Z-RTC-works/m-p/746872#M1596</guid>
      <dc:creator>perchsaucedo</dc:creator>
      <dc:date>2018-03-09T19:49:16Z</dc:date>
    </item>
    <item>
      <title>Re: How make FRDMKL25Z RTC works</title>
      <link>https://community.nxp.com/t5/MCUXpresso-IDE/How-make-FRDMKL25Z-RTC-works/m-p/746873#M1597</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sergio,&lt;/P&gt;&lt;P&gt;there is clock configuration tool integrated in MCU IDE 10.1. The tool can help configurure initialization of input clock for the peripherals.&lt;/P&gt;&lt;P&gt;Just select "MCUXpresso Config Tools - Open Clocks" from project popup menu in Project Explorer. Clocks tool allows to configure clocks, display result in graphical way (diagram), perform validations and if the configuration is correct, the tool can regenerate "clock_config.c" in your application.&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Marek&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 Mar 2018 07:07:18 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MCUXpresso-IDE/How-make-FRDMKL25Z-RTC-works/m-p/746873#M1597</guid>
      <dc:creator>marek-trmac</dc:creator>
      <dc:date>2018-03-12T07:07:18Z</dc:date>
    </item>
    <item>
      <title>Re: How make FRDMKL25Z RTC works</title>
      <link>https://community.nxp.com/t5/MCUXpresso-IDE/How-make-FRDMKL25Z-RTC-works/m-p/746874#M1598</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Marek,&lt;/P&gt;&lt;P&gt;thanks for your answer.&lt;/P&gt;&lt;P&gt;I checked out the Clocks config tool, and made the config show in this figure because I want to use an external 32.768KHz clk. (ABS07-32.768KHZ-T)&lt;/P&gt;&lt;P&gt;The problem is that I want to send the actual date on the MCU, but the seconds never increment, so the date never actualize it.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="pastedImage_1.png"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/18933i4E687BF10943610E/image-size/large?v=v2&amp;amp;px=999" role="button" title="pastedImage_1.png" alt="pastedImage_1.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;is there any thing I'm doing wrong in the config?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 Mar 2018 19:39:15 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MCUXpresso-IDE/How-make-FRDMKL25Z-RTC-works/m-p/746874#M1598</guid>
      <dc:creator>perchsaucedo</dc:creator>
      <dc:date>2018-03-12T19:39:15Z</dc:date>
    </item>
    <item>
      <title>Re: How make FRDMKL25Z RTC works</title>
      <link>https://community.nxp.com/t5/MCUXpresso-IDE/How-make-FRDMKL25Z-RTC-works/m-p/746875#M1599</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Sergio,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Does this problem solved ?&amp;nbsp; If no , you can share your configure project , I will check it on my side .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Have a great day,&lt;BR /&gt;TIC&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;--------&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Jun 2018 09:50:09 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MCUXpresso-IDE/How-make-FRDMKL25Z-RTC-works/m-p/746875#M1599</guid>
      <dc:creator>Alice_Yang</dc:creator>
      <dc:date>2018-06-19T09:50:09Z</dc:date>
    </item>
  </channel>
</rss>

