<?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>ColdFire/68K Microcontrollers and ProcessorsのトピックRe: Writing RTC registers</title>
    <link>https://community.nxp.com/t5/ColdFire-68K-Microcontrollers/Writing-RTC-registers/m-p/211078#M10271</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Surelly stoppint the RTC and then restarting takes only nanoseconds, but I don't like it so much. I'll use this solution as last if I can't find anything better. &lt;IMG alt=":smileywink:" class="emoticon emoticon-smileywink" id="smileywink" src="http://freescale.i.lithium.com/i/smilies/16x16_smiley-wink.gif" title="Smiley Wink" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 07 Jul 2010 22:30:35 GMT</pubDate>
    <dc:creator>LordMark</dc:creator>
    <dc:date>2010-07-07T22:30:35Z</dc:date>
    <item>
      <title>Writing RTC registers</title>
      <link>https://community.nxp.com/t5/ColdFire-68K-Microcontrollers/Writing-RTC-registers/m-p/211074#M10267</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi everyone.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm working on a board based on MCF52259. I was having problems with seconds and hourmin registers messing up randomly. I just noticed that it may be caused by a write to alarm registers while the RTC is in the ON state and running. I avoided that writing and it seems to work now. Do you confirm such a thing?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 05 Jul 2010 23:13:32 GMT</pubDate>
      <guid>https://community.nxp.com/t5/ColdFire-68K-Microcontrollers/Writing-RTC-registers/m-p/211074#M10267</guid>
      <dc:creator>LordMark</dc:creator>
      <dc:date>2010-07-05T23:13:32Z</dc:date>
    </item>
    <item>
      <title>Re: Writing RTC registers</title>
      <link>https://community.nxp.com/t5/ColdFire-68K-Microcontrollers/Writing-RTC-registers/m-p/211075#M10268</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I've had similar problems writing the 52259 RTC in the past. You have to first disable the RTC, then write to it's registers, and then re-enable it. Otherwise the registers may be completely messed up.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 05 Jul 2010 23:48:33 GMT</pubDate>
      <guid>https://community.nxp.com/t5/ColdFire-68K-Microcontrollers/Writing-RTC-registers/m-p/211075#M10268</guid>
      <dc:creator>vier_kuifjes</dc:creator>
      <dc:date>2010-07-05T23:48:33Z</dc:date>
    </item>
    <item>
      <title>Re: Writing RTC registers</title>
      <link>https://community.nxp.com/t5/ColdFire-68K-Microcontrollers/Writing-RTC-registers/m-p/211076#M10269</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I should set different alarm every day, but I'd like to avoid to disable and re-enable the RTC. Maybe I should wait for 1Hz interrupt to be served?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 Jul 2010 04:25:46 GMT</pubDate>
      <guid>https://community.nxp.com/t5/ColdFire-68K-Microcontrollers/Writing-RTC-registers/m-p/211076#M10269</guid>
      <dc:creator>LordMark</dc:creator>
      <dc:date>2010-07-06T04:25:46Z</dc:date>
    </item>
    <item>
      <title>Re: Writing RTC registers</title>
      <link>https://community.nxp.com/t5/ColdFire-68K-Microcontrollers/Writing-RTC-registers/m-p/211077#M10270</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I would say - try it and find out if it works. I have tried similar tricks when writing the RTC but to no avail. It's actually a bit odd that writing the alarm registers can mess up the time registers.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;But on the other hand - disabling the RTC, writing the registers and re-enabling takes next to no time, so it shouldn't really be a problem if you ask me...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Jul 2010 13:48:18 GMT</pubDate>
      <guid>https://community.nxp.com/t5/ColdFire-68K-Microcontrollers/Writing-RTC-registers/m-p/211077#M10270</guid>
      <dc:creator>vier_kuifjes</dc:creator>
      <dc:date>2010-07-07T13:48:18Z</dc:date>
    </item>
    <item>
      <title>Re: Writing RTC registers</title>
      <link>https://community.nxp.com/t5/ColdFire-68K-Microcontrollers/Writing-RTC-registers/m-p/211078#M10271</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Surelly stoppint the RTC and then restarting takes only nanoseconds, but I don't like it so much. I'll use this solution as last if I can't find anything better. &lt;IMG alt=":smileywink:" class="emoticon emoticon-smileywink" id="smileywink" src="http://freescale.i.lithium.com/i/smilies/16x16_smiley-wink.gif" title="Smiley Wink" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Jul 2010 22:30:35 GMT</pubDate>
      <guid>https://community.nxp.com/t5/ColdFire-68K-Microcontrollers/Writing-RTC-registers/m-p/211078#M10271</guid>
      <dc:creator>LordMark</dc:creator>
      <dc:date>2010-07-07T22:30:35Z</dc:date>
    </item>
  </channel>
</rss>

