<?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>i.MX Processors中的主题 Re: RTC - DryIce Timer Counter is not counting (incrementing)</title>
    <link>https://community.nxp.com/t5/i-MX-Processors/RTC-DryIce-Timer-Counter-is-not-counting-incrementing/m-p/258688#M25316</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, Yuri.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you for your support.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm printing DCR (DryIce Control Register) and DSR (DryIce Status Register) during my kernel boot, inside dryice_rtc_probe function, before "Initialize dryice hardware", and having these values:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;DSR: 0x00000100 &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; WTD&amp;nbsp; off: Wire-mesh tampering not detected.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; ETBD off: External tampering on pin B not detected.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; ETAD off: External tampering on pin A not detected.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; WCF&amp;nbsp; on:&amp;nbsp; Register updated with write data.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; TCO&amp;nbsp; off: Time counter has not overflowed.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; NVF&amp;nbsp; off: DryIce is in the valid or failure state.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; SVF&amp;nbsp; off: DryIce is in the valid or non-valid state.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;DCR: 0x00000008&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; TCE on:&amp;nbsp; DryIce time counter is enabled.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; All reading and write (bits are off) access are allowed.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;DTCR: 0x00000000&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; All security alarm (bits are off) are disabled.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;&amp;nbsp; &lt;/P&gt;&lt;P&gt;Could be DryIce entering on failure or non-valid state during my board power off (only supplied by BAT_VDD) and returning to valid state during power on? DryIce needs to have DSR fail bits cleared in order to return to valid state, isn't it?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm not using any CSF, is it the problem?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Many thanks.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;Balconi&lt;/P&gt;&lt;P&gt;&lt;SPAN class="mce_paste_marker"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 10 Apr 2013 12:09:37 GMT</pubDate>
    <dc:creator>Balconi</dc:creator>
    <dc:date>2013-04-10T12:09:37Z</dc:date>
    <item>
      <title>RTC - DryIce Timer Counter is not counting (incrementing)</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/RTC-DryIce-Timer-Counter-is-not-counting-incrementing/m-p/258686#M25314</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'm using a i.MX25 in a custom board and facing problems with internal RTC, the DryIce Timer Counter. When processor is only supplied by &lt;EM&gt;BAT_VDD&lt;/EM&gt; (1.2V), DTCMR (DryIce Time-Counter MSB Register) is not updated, I mean, time is not counted.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm printing DSR (DryIce Status Register) value during the beginning of rtc-imxdi module probe and having both SVF (Security-Violation Flag) and NVF (Non Valid Flag) disabled.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Disconnecting my board main power supply, I can verify that NVCC_DRYICE is 1.2V and the oscillator connected on EXTAL32K and XTAL32K is ok.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How can I have RTC working properly? Is there something missing?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Many thanks.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;Balconi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Apr 2013 14:50:19 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/RTC-DryIce-Timer-Counter-is-not-counting-incrementing/m-p/258686#M25314</guid>
      <dc:creator>Balconi</dc:creator>
      <dc:date>2013-04-09T14:50:19Z</dc:date>
    </item>
    <item>
      <title>Re: RTC - DryIce Timer Counter is not counting (incrementing)</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/RTC-DryIce-Timer-Counter-is-not-counting-incrementing/m-p/258687#M25315</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;App note AN3874 (i.MX25 Real Time Clock (RTC)) provides general information and an example&lt;BR /&gt;regarding the RTC.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://cache.freescale.com/files/dsp/doc/app_note/AN3874.pdf?fsrch=1&amp;amp;sr=1" title="http://cache.freescale.com/files/dsp/doc/app_note/AN3874.pdf?fsrch=1&amp;amp;sr=1"&gt;http://cache.freescale.com/files/dsp/doc/app_note/AN3874.pdf?fsrch=1&amp;amp;sr=1&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also, from the i.MX25 Security Reference Manual :&lt;BR /&gt;"The DryIce time-counter increments only if all the following conditions hold:&lt;/P&gt;&lt;P&gt;• DryIce is in the valid state&lt;/P&gt;&lt;P&gt;• Time-counter enable bit is set&lt;/P&gt;&lt;P&gt;• Time-counter overflow is clear&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;"&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The following is moderated link for i.MX25 Security Reference Manual (RM) :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="jive-link-external-small" href="http://www.freescale.com/webapp/sps/download/mod_download.jsp?colCode=IMX258SRM"&gt;http://www.freescale.com/webapp/sps/download/mod_download.jsp?colCode=IMX258SRM&lt;/A&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Note, You should refer to local FFAE, when using this link.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also please pay attention on app note AN4547 (Secure Boot on i.MX25, i.MX35, and&lt;/P&gt;&lt;P&gt;i.MX51 using HABv3&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;) :&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;"For the i.MX25, there is a specific CSF command that can be used to unlock&lt;/P&gt;&lt;P&gt;the DryIce module, allowing image software to configure DryIce."&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://cache.freescale.com/files/32bit/doc/app_note/AN4547.pdf" title="http://cache.freescale.com/files/32bit/doc/app_note/AN4547.pdf"&gt;http://cache.freescale.com/files/32bit/doc/app_note/AN4547.pdf&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 Apr 2013 02:11:33 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/RTC-DryIce-Timer-Counter-is-not-counting-incrementing/m-p/258687#M25315</guid>
      <dc:creator>Yuri</dc:creator>
      <dc:date>2013-04-10T02:11:33Z</dc:date>
    </item>
    <item>
      <title>Re: RTC - DryIce Timer Counter is not counting (incrementing)</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/RTC-DryIce-Timer-Counter-is-not-counting-incrementing/m-p/258688#M25316</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, Yuri.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you for your support.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm printing DCR (DryIce Control Register) and DSR (DryIce Status Register) during my kernel boot, inside dryice_rtc_probe function, before "Initialize dryice hardware", and having these values:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;DSR: 0x00000100 &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; WTD&amp;nbsp; off: Wire-mesh tampering not detected.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; ETBD off: External tampering on pin B not detected.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; ETAD off: External tampering on pin A not detected.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; WCF&amp;nbsp; on:&amp;nbsp; Register updated with write data.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; TCO&amp;nbsp; off: Time counter has not overflowed.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; NVF&amp;nbsp; off: DryIce is in the valid or failure state.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; SVF&amp;nbsp; off: DryIce is in the valid or non-valid state.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;DCR: 0x00000008&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; TCE on:&amp;nbsp; DryIce time counter is enabled.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; All reading and write (bits are off) access are allowed.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;DTCR: 0x00000000&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; All security alarm (bits are off) are disabled.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;&amp;nbsp; &lt;/P&gt;&lt;P&gt;Could be DryIce entering on failure or non-valid state during my board power off (only supplied by BAT_VDD) and returning to valid state during power on? DryIce needs to have DSR fail bits cleared in order to return to valid state, isn't it?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm not using any CSF, is it the problem?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Many thanks.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;Balconi&lt;/P&gt;&lt;P&gt;&lt;SPAN class="mce_paste_marker"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 Apr 2013 12:09:37 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/RTC-DryIce-Timer-Counter-is-not-counting-incrementing/m-p/258688#M25316</guid>
      <dc:creator>Balconi</dc:creator>
      <dc:date>2013-04-10T12:09:37Z</dc:date>
    </item>
    <item>
      <title>Re: RTC - DryIce Timer Counter is not counting (incrementing)</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/RTC-DryIce-Timer-Counter-is-not-counting-incrementing/m-p/258689#M25317</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Just to clarify the problem : is the erratum (ENGcm11122 DryIce: Unexpected Reset) fixed in the case ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I mean : &lt;/P&gt;&lt;P&gt;A) Special power up sequence should be provided additionally. &lt;/P&gt;&lt;P&gt;Please look at section 3.2.3 (SRTC DryIce Power-Up/Down Sequence) of the recent &lt;/P&gt;&lt;P&gt;datasheet IMX25CEC. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&amp;lt; &lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://cache.freescale.com/files/dsp/doc/data_sheet/IMX25CEC.pdf"&gt;http://cache.freescale.com/files/dsp/doc/data_sheet/IMX25CEC.pdf&lt;/A&gt;&lt;SPAN&gt; &amp;gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="mce_paste_marker"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;B) NVCC_DRYICE decoupling capacitance (~10uF) is provided.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 11 Apr 2013 04:55:22 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/RTC-DryIce-Timer-Counter-is-not-counting-incrementing/m-p/258689#M25317</guid>
      <dc:creator>Yuri</dc:creator>
      <dc:date>2013-04-11T04:55:22Z</dc:date>
    </item>
    <item>
      <title>Re: RTC - DryIce Timer Counter is not counting (incrementing)</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/RTC-DryIce-Timer-Counter-is-not-counting-incrementing/m-p/258690#M25318</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, Yuri.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 12.727272033691406px; background-color: #ffffff;"&gt;SRTC DryIce Power-Up/Down Sequence is ok, board was designed following this orientation. And &lt;SPAN style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 12.727272033691406px; background-color: #ffffff;"&gt;NVCC_DRYICE decoupling capacitance (~10uF) is also provided.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 12.727272033691406px; background-color: #ffffff; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 12.727272033691406px; background-color: #ffffff; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;Is there another thing that I must look for?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 12.727272033691406px; background-color: #ffffff; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 12.727272033691406px; background-color: #ffffff; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;Thanks,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Balconi.&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 12.727272033691406px; background-color: #ffffff;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 12.727272033691406px; background-color: #ffffff;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 11 Apr 2013 13:09:17 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/RTC-DryIce-Timer-Counter-is-not-counting-incrementing/m-p/258690#M25318</guid>
      <dc:creator>Balconi</dc:creator>
      <dc:date>2013-04-11T13:09:17Z</dc:date>
    </item>
    <item>
      <title>Re: RTC - DryIce Timer Counter is not counting (incrementing)</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/RTC-DryIce-Timer-Counter-is-not-counting-incrementing/m-p/258691#M25319</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello &lt;A class="jx-jive-macro-user" href="https://community.nxp.com/people/karinavalencia"&gt;karinavalencia&lt;/A&gt;, could you please mark this question as not answered? The person who opened it is on vacations, but the team (&lt;A class="jx-jive-macro-user" href="https://community.nxp.com/people/leonardoalmeida"&gt;leonardoalmeida&lt;/A&gt;) is still working on the topic.&lt;/P&gt;&lt;P&gt;Tks,&lt;/P&gt;&lt;P&gt;Bruno&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 May 2013 13:48:43 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/RTC-DryIce-Timer-Counter-is-not-counting-incrementing/m-p/258691#M25319</guid>
      <dc:creator>bfac</dc:creator>
      <dc:date>2013-05-14T13:48:43Z</dc:date>
    </item>
    <item>
      <title>Re: RTC - DryIce Timer Counter is not counting (incrementing)</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/RTC-DryIce-Timer-Counter-is-not-counting-incrementing/m-p/258692#M25320</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Done&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 May 2013 14:09:45 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/RTC-DryIce-Timer-Counter-is-not-counting-incrementing/m-p/258692#M25320</guid>
      <dc:creator>karina_valencia</dc:creator>
      <dc:date>2013-05-14T14:09:45Z</dc:date>
    </item>
    <item>
      <title>Re: RTC - DryIce Timer Counter is not counting (incrementing)</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/RTC-DryIce-Timer-Counter-is-not-counting-incrementing/m-p/258693#M25321</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks, Bruno and Karina.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm updating with some data.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is hardware from imx.25 BSP:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="RTC_BSP_Freescale.JPG"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/39444i0AFBCE41DE3FA21B/image-size/large?v=v2&amp;amp;px=999" role="button" title="RTC_BSP_Freescale.JPG" alt="RTC_BSP_Freescale.JPG" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;This is our customized hardware:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="RTC_BSP_Custom.JPG"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/39445iF3366B3A301B638D/image-size/large?v=v2&amp;amp;px=999" role="button" title="RTC_BSP_Custom.JPG" alt="RTC_BSP_Custom.JPG" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Mateus has done everything Yuri has suggested. The Freescale KIT and our board have the same problem, the RTC is lost after some time the board is powered off.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We've made some tests in our board. Into u-boot, it was added init_sequence for printing dryice registers, just after display_banner function. The data collected is:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;TABLE border="0" cellpadding="0" cellspacing="0" style="width: 633px;"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD nowrap="nowrap" style="padding-left: 3.5pt; padding-right: 3.5pt; border: windowtext 1pt solid;" valign="bottom" width="67"&gt;&lt;P&gt;&lt;SPAN style="color: black;"&gt;Test number&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD style="border-bottom: windowtext 1pt solid; border-left: medium none; padding-left: 3.5pt; padding-right: 3.5pt; border-top: windowtext 1pt solid; border-right: windowtext 1pt solid;" valign="bottom" width="160"&gt;&lt;P align="center" style="text-align: center;"&gt;&lt;SPAN style="color: black;"&gt;waiting time (s)&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD style="border-bottom: windowtext 1pt solid; border-left: medium none; padding-left: 3.5pt; padding-right: 3.5pt; border-top: windowtext 1pt solid; border-right: windowtext 1pt solid;" valign="bottom" width="119"&gt;&lt;P align="center" style="text-align: center;"&gt;&lt;SPAN style="color: black;"&gt;DTCMR &lt;BR /&gt;when powered fff&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD style="border-bottom: windowtext 1pt solid; border-left: medium none; padding-left: 3.5pt; padding-right: 3.5pt; border-top: windowtext 1pt solid; border-right: windowtext 1pt solid;" valign="bottom" width="119"&gt;&lt;P align="center" style="text-align: center;"&gt;&lt;SPAN style="color: black;"&gt;DTCMR &lt;BR /&gt;when powered on &lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD style="border-bottom: windowtext 1pt solid; border-left: medium none; padding-left: 3.5pt; padding-right: 3.5pt; border-top: windowtext 1pt solid; border-right: windowtext 1pt solid;" valign="bottom" width="169"&gt;&lt;P align="center" style="text-align: center;"&gt;&lt;SPAN style="color: black;"&gt;time wasted based in register&amp;nbsp; (s)&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD nowrap="nowrap" style="border-bottom: windowtext 1pt solid; border-left: windowtext 1pt solid; padding-left: 3.5pt; padding-right: 3.5pt; border-top: medium none; border-right: windowtext 1pt solid;" valign="bottom" width="67"&gt;&lt;P&gt;&lt;SPAN style="color: black;"&gt;1&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD nowrap="nowrap" style="border-bottom: windowtext 1pt solid; border-left: medium none; padding-left: 3.5pt; padding-right: 3.5pt; border-top: medium none; border-right: windowtext 1pt solid;" valign="bottom" width="160"&gt;&lt;P align="center" style="text-align: center;"&gt;&lt;SPAN style="color: black;"&gt;60&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD nowrap="nowrap" style="border-bottom: windowtext 1pt solid; border-left: medium none; padding-left: 3.5pt; padding-right: 3.5pt; border-top: medium none; border-right: windowtext 1pt solid;" valign="bottom" width="119"&gt;&lt;P align="center" style="text-align: center;"&gt;&lt;SPAN style="color: black;"&gt;0x517804ca&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD nowrap="nowrap" style="border-bottom: windowtext 1pt solid; border-left: medium none; padding-left: 3.5pt; padding-right: 3.5pt; border-top: medium none; border-right: windowtext 1pt solid;" valign="bottom" width="119"&gt;&lt;P align="center" style="text-align: center;"&gt;&lt;SPAN style="color: black;"&gt;0x517804ce&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD nowrap="nowrap" style="border-bottom: windowtext 1pt solid; border-left: medium none; padding-left: 3.5pt; padding-right: 3.5pt; border-top: medium none; border-right: windowtext 1pt solid;" valign="bottom" width="169"&gt;&lt;P align="center" style="text-align: center;"&gt;&lt;SPAN style="color: black;"&gt;4&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD nowrap="nowrap" style="border-bottom: windowtext 1pt solid; border-left: windowtext 1pt solid; padding-left: 3.5pt; padding-right: 3.5pt; border-top: medium none; border-right: windowtext 1pt solid;" valign="bottom" width="67"&gt;&lt;P&gt;&lt;SPAN style="color: black;"&gt;2&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD nowrap="nowrap" style="border-bottom: windowtext 1pt solid; border-left: medium none; padding-left: 3.5pt; padding-right: 3.5pt; border-top: medium none; border-right: windowtext 1pt solid;" valign="bottom" width="160"&gt;&lt;P align="center" style="text-align: center;"&gt;&lt;SPAN style="color: black;"&gt;120&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD nowrap="nowrap" style="border-bottom: windowtext 1pt solid; border-left: medium none; padding-left: 3.5pt; padding-right: 3.5pt; border-top: medium none; border-right: windowtext 1pt solid;" valign="bottom" width="119"&gt;&lt;P align="center" style="text-align: center;"&gt;&lt;SPAN style="color: black;"&gt;0x51780530&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD nowrap="nowrap" style="border-bottom: windowtext 1pt solid; border-left: medium none; padding-left: 3.5pt; padding-right: 3.5pt; border-top: medium none; border-right: windowtext 1pt solid;" valign="bottom" width="119"&gt;&lt;P align="center" style="text-align: center;"&gt;&lt;SPAN style="color: black;"&gt;0x51780533&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD nowrap="nowrap" style="border-bottom: windowtext 1pt solid; border-left: medium none; padding-left: 3.5pt; padding-right: 3.5pt; border-top: medium none; border-right: windowtext 1pt solid;" valign="bottom" width="169"&gt;&lt;P align="center" style="text-align: center;"&gt;&lt;SPAN style="color: black;"&gt;3&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD nowrap="nowrap" style="border-bottom: windowtext 1pt solid; border-left: windowtext 1pt solid; padding-left: 3.5pt; padding-right: 3.5pt; border-top: medium none; border-right: windowtext 1pt solid;" valign="bottom" width="67"&gt;&lt;P&gt;&lt;SPAN style="color: black;"&gt;3&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD nowrap="nowrap" style="border-bottom: windowtext 1pt solid; border-left: medium none; padding-left: 3.5pt; padding-right: 3.5pt; border-top: medium none; border-right: windowtext 1pt solid;" valign="bottom" width="160"&gt;&lt;P align="center" style="text-align: center;"&gt;&lt;SPAN style="color: black;"&gt;240&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD nowrap="nowrap" style="border-bottom: windowtext 1pt solid; border-left: medium none; padding-left: 3.5pt; padding-right: 3.5pt; border-top: medium none; border-right: windowtext 1pt solid;" valign="bottom" width="119"&gt;&lt;P align="center" style="text-align: center;"&gt;&lt;SPAN style="color: black;"&gt;0x5178057b&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD nowrap="nowrap" style="border-bottom: windowtext 1pt solid; border-left: medium none; padding-left: 3.5pt; padding-right: 3.5pt; border-top: medium none; border-right: windowtext 1pt solid;" valign="bottom" width="119"&gt;&lt;P align="center" style="text-align: center;"&gt;&lt;SPAN style="color: black;"&gt;0x517805ac&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD nowrap="nowrap" style="border-bottom: windowtext 1pt solid; border-left: medium none; padding-left: 3.5pt; padding-right: 3.5pt; border-top: medium none; border-right: windowtext 1pt solid;" valign="bottom" width="169"&gt;&lt;P align="center" style="text-align: center;"&gt;&lt;SPAN style="color: black;"&gt;49&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD nowrap="nowrap" style="border-bottom: windowtext 1pt solid; border-left: windowtext 1pt solid; padding-left: 3.5pt; padding-right: 3.5pt; border-top: medium none; border-right: windowtext 1pt solid;" valign="bottom" width="67"&gt;&lt;P&gt;&lt;SPAN style="color: black;"&gt;4&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD nowrap="nowrap" style="border-bottom: windowtext 1pt solid; border-left: medium none; padding-left: 3.5pt; padding-right: 3.5pt; border-top: medium none; border-right: windowtext 1pt solid;" valign="bottom" width="160"&gt;&lt;P align="center" style="text-align: center;"&gt;&lt;SPAN style="color: black;"&gt;480&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD nowrap="nowrap" style="border-bottom: windowtext 1pt solid; border-left: medium none; padding-left: 3.5pt; padding-right: 3.5pt; border-top: medium none; border-right: windowtext 1pt solid;" valign="bottom" width="119"&gt;&lt;P align="center" style="text-align: center;"&gt;&lt;SPAN style="color: black;"&gt;0x51780612&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD nowrap="nowrap" style="border-bottom: windowtext 1pt solid; border-left: medium none; padding-left: 3.5pt; padding-right: 3.5pt; border-top: medium none; border-right: windowtext 1pt solid;" valign="bottom" width="119"&gt;&lt;P align="center" style="text-align: center;"&gt;&lt;SPAN style="color: black;"&gt;0x51780614&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD nowrap="nowrap" style="border-bottom: windowtext 1pt solid; border-left: medium none; padding-left: 3.5pt; padding-right: 3.5pt; border-top: medium none; border-right: windowtext 1pt solid;" valign="bottom" width="169"&gt;&lt;P align="center" style="text-align: center;"&gt;&lt;SPAN style="color: black;"&gt;2&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD nowrap="nowrap" style="border-bottom: windowtext 1pt solid; border-left: windowtext 1pt solid; padding-left: 3.5pt; padding-right: 3.5pt; border-top: medium none; border-right: windowtext 1pt solid;" valign="bottom" width="67"&gt;&lt;P&gt;&lt;SPAN style="color: black;"&gt;5&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD nowrap="nowrap" style="border-bottom: windowtext 1pt solid; border-left: medium none; padding-left: 3.5pt; padding-right: 3.5pt; border-top: medium none; border-right: windowtext 1pt solid;" valign="bottom" width="160"&gt;&lt;P align="center" style="text-align: center;"&gt;&lt;SPAN style="color: black;"&gt;120&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD nowrap="nowrap" style="border-bottom: windowtext 1pt solid; border-left: medium none; padding-left: 3.5pt; padding-right: 3.5pt; border-top: medium none; border-right: windowtext 1pt solid;" valign="bottom" width="119"&gt;&lt;P align="center" style="text-align: center;"&gt;&lt;SPAN style="color: black;"&gt;0x51780660&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD nowrap="nowrap" style="border-bottom: windowtext 1pt solid; border-left: medium none; padding-left: 3.5pt; padding-right: 3.5pt; border-top: medium none; border-right: windowtext 1pt solid;" valign="bottom" width="119"&gt;&lt;P align="center" style="text-align: center;"&gt;&lt;SPAN style="color: black;"&gt;0x51780665&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD nowrap="nowrap" style="border-bottom: windowtext 1pt solid; border-left: medium none; padding-left: 3.5pt; padding-right: 3.5pt; border-top: medium none; border-right: windowtext 1pt solid;" valign="bottom" width="169"&gt;&lt;P align="center" style="text-align: center;"&gt;&lt;SPAN style="color: black;"&gt;5&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD nowrap="nowrap" style="border-bottom: windowtext 1pt solid; border-left: windowtext 1pt solid; padding-left: 3.5pt; padding-right: 3.5pt; border-top: medium none; border-right: windowtext 1pt solid;" valign="bottom" width="67"&gt;&lt;P&gt;&lt;SPAN style="color: black;"&gt;6&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD nowrap="nowrap" style="border-bottom: windowtext 1pt solid; border-left: medium none; padding-left: 3.5pt; padding-right: 3.5pt; border-top: medium none; border-right: windowtext 1pt solid;" valign="bottom" width="160"&gt;&lt;P align="center" style="text-align: center;"&gt;&lt;SPAN style="color: black;"&gt;30&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD nowrap="nowrap" style="border-bottom: windowtext 1pt solid; border-left: medium none; padding-left: 3.5pt; padding-right: 3.5pt; border-top: medium none; border-right: windowtext 1pt solid;" valign="bottom" width="119"&gt;&lt;P align="center" style="text-align: center;"&gt;&lt;SPAN style="color: black;"&gt;0x517807b9&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD nowrap="nowrap" style="border-bottom: windowtext 1pt solid; border-left: medium none; padding-left: 3.5pt; padding-right: 3.5pt; border-top: medium none; border-right: windowtext 1pt solid;" valign="bottom" width="119"&gt;&lt;P align="center" style="text-align: center;"&gt;&lt;SPAN style="color: black;"&gt;0x517807d9&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD nowrap="nowrap" style="border-bottom: windowtext 1pt solid; border-left: medium none; padding-left: 3.5pt; padding-right: 3.5pt; border-top: medium none; border-right: windowtext 1pt solid;" valign="bottom" width="169"&gt;&lt;P align="center" style="text-align: center;"&gt;&lt;SPAN style="color: black;"&gt;32&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD nowrap="nowrap" style="border-bottom: windowtext 1pt solid; border-left: windowtext 1pt solid; padding-left: 3.5pt; padding-right: 3.5pt; border-top: medium none; border-right: windowtext 1pt solid;" valign="bottom" width="67"&gt;&lt;P&gt;&lt;SPAN style="color: black;"&gt;7&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD nowrap="nowrap" style="border-bottom: windowtext 1pt solid; border-left: medium none; padding-left: 3.5pt; padding-right: 3.5pt; border-top: medium none; border-right: windowtext 1pt solid;" valign="bottom" width="160"&gt;&lt;P align="center" style="text-align: center;"&gt;&lt;SPAN style="color: black;"&gt;45&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD nowrap="nowrap" style="border-bottom: windowtext 1pt solid; border-left: medium none; padding-left: 3.5pt; padding-right: 3.5pt; border-top: medium none; border-right: windowtext 1pt solid;" valign="bottom" width="119"&gt;&lt;P align="center" style="text-align: center;"&gt;&lt;SPAN style="color: black;"&gt;0x5178082c&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD nowrap="nowrap" style="border-bottom: windowtext 1pt solid; border-left: medium none; padding-left: 3.5pt; padding-right: 3.5pt; border-top: medium none; border-right: windowtext 1pt solid;" valign="bottom" width="119"&gt;&lt;P align="center" style="text-align: center;"&gt;&lt;SPAN style="color: black;"&gt;0x51780850&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD nowrap="nowrap" style="border-bottom: windowtext 1pt solid; border-left: medium none; padding-left: 3.5pt; padding-right: 3.5pt; border-top: medium none; border-right: windowtext 1pt solid;" valign="bottom" width="169"&gt;&lt;P align="center" style="text-align: center;"&gt;&lt;SPAN style="color: black;"&gt;36&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD nowrap="nowrap" style="border-bottom: windowtext 1pt solid; border-left: windowtext 1pt solid; padding-left: 3.5pt; padding-right: 3.5pt; border-top: medium none; border-right: windowtext 1pt solid;" valign="bottom" width="67"&gt;&lt;P&gt;&lt;SPAN style="color: black;"&gt;8&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD nowrap="nowrap" style="border-bottom: windowtext 1pt solid; border-left: medium none; padding-left: 3.5pt; padding-right: 3.5pt; border-top: medium none; border-right: windowtext 1pt solid;" valign="bottom" width="160"&gt;&lt;P align="center" style="text-align: center;"&gt;&lt;SPAN style="color: black;"&gt;120&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD nowrap="nowrap" style="border-bottom: windowtext 1pt solid; border-left: medium none; padding-left: 3.5pt; padding-right: 3.5pt; border-top: medium none; border-right: windowtext 1pt solid;" valign="bottom" width="119"&gt;&lt;P align="center" style="text-align: center;"&gt;&lt;SPAN style="color: black;"&gt;0x51780882&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD nowrap="nowrap" style="border-bottom: windowtext 1pt solid; border-left: medium none; padding-left: 3.5pt; padding-right: 3.5pt; border-top: medium none; border-right: windowtext 1pt solid;" valign="bottom" width="119"&gt;&lt;P align="center" style="text-align: center;"&gt;&lt;SPAN style="color: black;"&gt;0x51780885&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD nowrap="nowrap" style="border-bottom: windowtext 1pt solid; border-left: medium none; padding-left: 3.5pt; padding-right: 3.5pt; border-top: medium none; border-right: windowtext 1pt solid;" valign="bottom" width="169"&gt;&lt;P align="center" style="text-align: center;"&gt;&lt;SPAN style="color: black;"&gt;3&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD nowrap="nowrap" style="border-bottom: windowtext 1pt solid; border-left: windowtext 1pt solid; padding-left: 3.5pt; padding-right: 3.5pt; border-top: medium none; border-right: windowtext 1pt solid;" valign="bottom" width="67"&gt;&lt;P&gt;&lt;SPAN style="color: black;"&gt;9&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD nowrap="nowrap" style="border-bottom: windowtext 1pt solid; border-left: medium none; padding-left: 3.5pt; padding-right: 3.5pt; border-top: medium none; border-right: windowtext 1pt solid;" valign="bottom" width="160"&gt;&lt;P align="center" style="text-align: center;"&gt;&lt;SPAN style="color: black;"&gt;30&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD nowrap="nowrap" style="border-bottom: windowtext 1pt solid; border-left: medium none; padding-left: 3.5pt; padding-right: 3.5pt; border-top: medium none; border-right: windowtext 1pt solid;" valign="bottom" width="119"&gt;&lt;P align="center" style="text-align: center;"&gt;&lt;SPAN style="color: black;"&gt;0x517808c7&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD nowrap="nowrap" style="border-bottom: windowtext 1pt solid; border-left: medium none; padding-left: 3.5pt; padding-right: 3.5pt; border-top: medium none; border-right: windowtext 1pt solid;" valign="bottom" width="119"&gt;&lt;P align="center" style="text-align: center;"&gt;&lt;SPAN style="color: black;"&gt;0x517808ca&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD nowrap="nowrap" style="border-bottom: windowtext 1pt solid; border-left: medium none; padding-left: 3.5pt; padding-right: 3.5pt; border-top: medium none; border-right: windowtext 1pt solid;" valign="bottom" width="169"&gt;&lt;P align="center" style="text-align: center;"&gt;&lt;SPAN style="color: black;"&gt;3&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD nowrap="nowrap" style="border-bottom: windowtext 1pt solid; border-left: windowtext 1pt solid; padding-left: 3.5pt; padding-right: 3.5pt; border-top: medium none; border-right: windowtext 1pt solid;" valign="bottom" width="67"&gt;&lt;P&gt;&lt;SPAN style="color: black;"&gt;10&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD nowrap="nowrap" style="border-bottom: windowtext 1pt solid; border-left: medium none; padding-left: 3.5pt; padding-right: 3.5pt; border-top: medium none; border-right: windowtext 1pt solid;" valign="bottom" width="160"&gt;&lt;P align="center" style="text-align: center;"&gt;&lt;SPAN style="color: black;"&gt;30&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD nowrap="nowrap" style="border-bottom: windowtext 1pt solid; border-left: medium none; padding-left: 3.5pt; padding-right: 3.5pt; border-top: medium none; border-right: windowtext 1pt solid;" valign="bottom" width="119"&gt;&lt;P align="center" style="text-align: center;"&gt;&lt;SPAN style="color: black;"&gt;0x517808ef&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD nowrap="nowrap" style="border-bottom: windowtext 1pt solid; border-left: medium none; padding-left: 3.5pt; padding-right: 3.5pt; border-top: medium none; border-right: windowtext 1pt solid;" valign="bottom" width="119"&gt;&lt;P align="center" style="text-align: center;"&gt;&lt;SPAN style="color: black;"&gt;0x517808f2&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD nowrap="nowrap" style="border-bottom: windowtext 1pt solid; border-left: medium none; padding-left: 3.5pt; padding-right: 3.5pt; border-top: medium none; border-right: windowtext 1pt solid;" valign="bottom" width="169"&gt;&lt;P align="center" style="text-align: center;"&gt;&lt;SPAN style="color: black;"&gt;3&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD nowrap="nowrap" style="border-bottom: windowtext 1pt solid; border-left: windowtext 1pt solid; padding-left: 3.5pt; padding-right: 3.5pt; border-top: medium none; border-right: windowtext 1pt solid;" valign="bottom" width="67"&gt;&lt;P&gt;&lt;SPAN style="color: black;"&gt;11&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD nowrap="nowrap" style="border-bottom: windowtext 1pt solid; border-left: medium none; padding-left: 3.5pt; padding-right: 3.5pt; border-top: medium none; border-right: windowtext 1pt solid;" valign="bottom" width="160"&gt;&lt;P align="center" style="text-align: center;"&gt;&lt;SPAN style="color: black;"&gt;30&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD nowrap="nowrap" style="border-bottom: windowtext 1pt solid; border-left: medium none; padding-left: 3.5pt; padding-right: 3.5pt; border-top: medium none; border-right: windowtext 1pt solid;" valign="bottom" width="119"&gt;&lt;P align="center" style="text-align: center;"&gt;&lt;SPAN style="color: black;"&gt;0x5178090c&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD nowrap="nowrap" style="border-bottom: windowtext 1pt solid; border-left: medium none; padding-left: 3.5pt; padding-right: 3.5pt; border-top: medium none; border-right: windowtext 1pt solid;" valign="bottom" width="119"&gt;&lt;P align="center" style="text-align: center;"&gt;&lt;SPAN style="color: black;"&gt;0x51780926&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD nowrap="nowrap" style="border-bottom: windowtext 1pt solid; border-left: medium none; padding-left: 3.5pt; padding-right: 3.5pt; border-top: medium none; border-right: windowtext 1pt solid;" valign="bottom" width="169"&gt;&lt;P align="center" style="text-align: center;"&gt;&lt;SPAN style="color: black;"&gt;26&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD nowrap="nowrap" style="border-bottom: windowtext 1pt solid; border-left: windowtext 1pt solid; padding-left: 3.5pt; padding-right: 3.5pt; border-top: medium none; border-right: windowtext 1pt solid;" valign="bottom" width="67"&gt;&lt;P&gt;&lt;SPAN style="color: black;"&gt;12&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD nowrap="nowrap" style="border-bottom: windowtext 1pt solid; border-left: medium none; padding-left: 3.5pt; padding-right: 3.5pt; border-top: medium none; border-right: windowtext 1pt solid;" valign="bottom" width="160"&gt;&lt;P align="center" style="text-align: center;"&gt;&lt;SPAN style="color: black;"&gt;30&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD nowrap="nowrap" style="border-bottom: windowtext 1pt solid; border-left: medium none; padding-left: 3.5pt; padding-right: 3.5pt; border-top: medium none; border-right: windowtext 1pt solid;" valign="bottom" width="119"&gt;&lt;P align="center" style="text-align: center;"&gt;&lt;SPAN style="color: black;"&gt;0x5178096c&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD nowrap="nowrap" style="border-bottom: windowtext 1pt solid; border-left: medium none; padding-left: 3.5pt; padding-right: 3.5pt; border-top: medium none; border-right: windowtext 1pt solid;" valign="bottom" width="119"&gt;&lt;P align="center" style="text-align: center;"&gt;&lt;SPAN style="color: black;"&gt;0x51780989&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD nowrap="nowrap" style="border-bottom: windowtext 1pt solid; border-left: medium none; padding-left: 3.5pt; padding-right: 3.5pt; border-top: medium none; border-right: windowtext 1pt solid;" valign="bottom" width="169"&gt;&lt;P align="center" style="text-align: center;"&gt;&lt;SPAN style="color: black;"&gt;29&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm available for any further question. I also appreciate your help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thansk and Regards.&lt;/P&gt;&lt;P&gt;Leonardo&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 17 May 2013 13:28:02 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/RTC-DryIce-Timer-Counter-is-not-counting-incrementing/m-p/258693#M25321</guid>
      <dc:creator>leonardoalmeida</dc:creator>
      <dc:date>2013-05-17T13:28:02Z</dc:date>
    </item>
    <item>
      <title>Re: RTC - DryIce Timer Counter is not counting (incrementing)</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/RTC-DryIce-Timer-Counter-is-not-counting-incrementing/m-p/258694#M25322</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Note, t&lt;SPAN style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;he Freescale PDK does not meet all requirements for correct RTC&amp;nbsp; operation.&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As known, for i.MX25 RTC reliable operations it is needed&amp;nbsp; :&lt;/P&gt;&lt;P&gt;- to increase NVCC_DRYICE decoupling capacitance (~10uF, 4.7 uF as minimum).&lt;/P&gt;&lt;P&gt;- special power up sequence should be provided.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For new power up sequence NVCC_CRM should provided first, therefore it is needed &lt;/P&gt;&lt;P&gt;to add separate scheme for it. &lt;/P&gt;&lt;P&gt;Old approach assumes that NVCC_CRM may be fed via 3.3V&amp;nbsp; common for NVCC_CRM, &lt;/P&gt;&lt;P&gt;NVCC_CSI, NVCC_SDIO, NVCC_NFC, NVCC_JTAG, NVCC_MISC, VDD_I2C, VDD_EMI_DATA, &lt;/P&gt;&lt;P&gt;VDD_EMI_ADDR, NVCC_ADC OSC24M_VDD, USBPHY1_VDD, USBPHY2_VDD. &lt;/P&gt;&lt;P&gt;&lt;SPAN class="mce_paste_marker"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 May 2013 02:08:11 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/RTC-DryIce-Timer-Counter-is-not-counting-incrementing/m-p/258694#M25322</guid>
      <dc:creator>Yuri</dc:creator>
      <dc:date>2013-05-22T02:08:11Z</dc:date>
    </item>
  </channel>
</rss>

