<?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: Issue with RTC: Both 24 MHz &amp; 32 KHz Clocks are running on Powerdown in i.MX Processors</title>
    <link>https://community.nxp.com/t5/i-MX-Processors/Issue-with-RTC-Both-24-MHz-32-KHz-Clocks-are-running-on/m-p/310485#M40486</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ahh!! It was hardware issue. PSWITCH was pulled high. Now RTC works smooth..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Appreciate your time and response.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Ankur.&lt;/P&gt;&lt;P&gt;Thank you all..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 08 May 2014 04:08:50 GMT</pubDate>
    <dc:creator>B_K_Ankur</dc:creator>
    <dc:date>2014-05-08T04:08:50Z</dc:date>
    <item>
      <title>Issue with RTC: Both 24 MHz &amp; 32 KHz Clocks are running on Powerdown</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Issue-with-RTC-Both-24-MHz-32-KHz-Clocks-are-running-on/m-p/310482#M40483</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Friends,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am using custom mx28 board with 5V only supply. It has powersupply for RTC as below. Board has 32.768 KHz and 24 MHz crystal. I would like to run the RTC on power down via 32 KHz crystal instead of 24 MHz crystal.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/44101i0AB8F618B56FBF7A/image-size/large?v=v2&amp;amp;px=999" title="powersupply.jpg" alt="powersupply.jpg" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;At the U-Boot prompt, when I tried setting the &lt;STRONG&gt;HW_RTC_PERSISTENT0 &lt;/STRONG&gt;register value to &lt;STRONG&gt;0x121&lt;/STRONG&gt; (Keeping Clock source as 32 KHz and powering up xtal 32 KHz via setting bits&amp;nbsp; &lt;STRONG&gt;CLOCKSOURCE &lt;/STRONG&gt;and &lt;STRONG&gt;XTAL32KHZ_PWRUP) &lt;/STRONG&gt;as below:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;MX28EVK U-Boot &amp;gt; mm 0x80056060&lt;/P&gt;&lt;P&gt;80056060: 00020100 ? 121&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;After that, I can see the Clock on 32 KHz and 24 MHz which is good. Now when I power down the board, I still see both Clocks running instead of only 32 KHz for RTC. Can anyone share some comments or concerns?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you,&lt;/P&gt;&lt;P&gt;Ankur.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 May 2014 05:26:26 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Issue-with-RTC-Both-24-MHz-32-KHz-Clocks-are-running-on/m-p/310482#M40483</guid>
      <dc:creator>B_K_Ankur</dc:creator>
      <dc:date>2014-05-06T05:26:26Z</dc:date>
    </item>
    <item>
      <title>Re: Issue with RTC: Both 24 MHz &amp; 32 KHz Clocks are running on Powerdown</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Issue-with-RTC-Both-24-MHz-32-KHz-Clocks-are-running-on/m-p/310483#M40484</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Ankur&lt;/P&gt;&lt;P&gt;how did you power down chip , was 5V&lt;/P&gt;&lt;P&gt;completely removed ? Also had HW_RTC_PERSISTENT0 register&lt;/P&gt;&lt;P&gt;retained previous value, which was written to it before power down ?&lt;/P&gt;&lt;P&gt;Actually one can use BitBurner.exe to program the OCOTP bits manually.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 May 2014 04:04:15 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Issue-with-RTC-Both-24-MHz-32-KHz-Clocks-are-running-on/m-p/310483#M40484</guid>
      <dc:creator>igorpadykov</dc:creator>
      <dc:date>2014-05-07T04:04:15Z</dc:date>
    </item>
    <item>
      <title>Re: Issue with RTC: Both 24 MHz &amp; 32 KHz Clocks are running on Powerdown</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Issue-with-RTC-Both-24-MHz-32-KHz-Clocks-are-running-on/m-p/310484#M40485</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Chipexpert,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you for your response.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Yes, we are power down the Chip with 5V power supply off.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And I have checked with the register value &lt;STRONG&gt;HW_RTC_PERSISTENT0 &lt;/STRONG&gt;which remain persistent after power cycle as below:&lt;/P&gt;&lt;P&gt;Steps:&lt;/P&gt;&lt;P&gt;1) Power on the Board with 5V power supply&lt;/P&gt;&lt;P&gt;2) At U-boot prompt updated the value of &lt;STRONG&gt;HW_RTC_PERSISTENT0&lt;/STRONG&gt; register to &lt;STRONG&gt;0x121&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;3) Verify and the value of HW_RTC_PERSISTENT0 is 0x121&lt;/P&gt;&lt;P&gt;4) Power off the 5V power supply from the board. &lt;/P&gt;&lt;P&gt;5) Wait for 5 Min&lt;/P&gt;&lt;P&gt;6) Power on the Board with 5V power supply&lt;/P&gt;&lt;P&gt;7) Verify the value of register HW_RTC_PERSISTENT0 and found to be &lt;STRONG&gt;0x121&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It means the value remains persistent in HW_RTC_PERSISTENT0.&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Moreover, I have check with OCOTP section for enabling XTAL 32 KHz clock for RTC. But Is it mandatory to enable bit &lt;/P&gt;&lt;P&gt;RTC_XTAL_32768_PRESENT under HW_OCOTP_CUSTCAP regsister so as only 32 KHz clocks run on power down and disables 24 MHz clock?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Ankur&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 08 May 2014 01:33:51 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Issue-with-RTC-Both-24-MHz-32-KHz-Clocks-are-running-on/m-p/310484#M40485</guid>
      <dc:creator>B_K_Ankur</dc:creator>
      <dc:date>2014-05-08T01:33:51Z</dc:date>
    </item>
    <item>
      <title>Re: Issue with RTC: Both 24 MHz &amp; 32 KHz Clocks are running on Powerdown</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Issue-with-RTC-Both-24-MHz-32-KHz-Clocks-are-running-on/m-p/310485#M40486</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ahh!! It was hardware issue. PSWITCH was pulled high. Now RTC works smooth..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Appreciate your time and response.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Ankur.&lt;/P&gt;&lt;P&gt;Thank you all..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 08 May 2014 04:08:50 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Issue-with-RTC-Both-24-MHz-32-KHz-Clocks-are-running-on/m-p/310485#M40486</guid>
      <dc:creator>B_K_Ankur</dc:creator>
      <dc:date>2014-05-08T04:08:50Z</dc:date>
    </item>
  </channel>
</rss>

