<?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>Kinetis MicrocontrollersのトピックRe: K64F RTC Hard fault during initialization</title>
    <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/K64F-RTC-Hard-fault-during-initialization/m-p/727472#M44477</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Kevin&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can use an ADC input to measure the voltage.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;But, you can also &lt;EM&gt;use the hard fault&lt;/EM&gt; to detect the lack of VBAT too - your hard fault handler however will need to be able to allow the fault to recover when it occurs so that the code can continue and avoid further use of the RTC.&lt;BR /&gt;&lt;EM&gt;Since recovery from a hard fault made by the CPU is a little fiddly the simplest method is to set up a DMA transfer from or to it and check whether the DMA channel errors or not. If it doesn't error it can be read/written - if it errors it means that the DMA controller experienced a hard fault (this doesn't need to be recovered from and so is simple to use).&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;&lt;EM style="color: #0000ff;"&gt;uTasker developer and supporter (+5'000 hours experience on +60 Kinetis derivatives in +80 product developments)&lt;/EM&gt;&lt;BR /&gt;&lt;EM style="color: #0000ff;"&gt;&lt;SPAN&gt;Kinetis: &lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="https://community.nxp.com/external-link.jspa?url=http%3A%2F%2Fwww.utasker.com%2Fkinetis.html" rel="nofollow" target="_blank"&gt;http://www.utasker.com/kinetis.html&lt;/A&gt;&lt;/EM&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 31 May 2018 18:49:11 GMT</pubDate>
    <dc:creator>mjbcswitzerland</dc:creator>
    <dc:date>2018-05-31T18:49:11Z</dc:date>
    <item>
      <title>K64F RTC Hard fault during initialization</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/K64F-RTC-Hard-fault-during-initialization/m-p/727466#M44471</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&amp;nbsp;Hi, I am using MK64FN1M0VLL12 processor and working on RTC. But in the first line itself getting a hard fault. I tried to solve it but failed. can anyone help to solve this problem. External 32.768KHz crystal, Battery connected. Open to any suggestion.&lt;/P&gt;&lt;P&gt;This my initialization code. Thank you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;void rtc_init(void)&lt;/P&gt;&lt;P&gt;{&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;volatile uint32_t i;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;SIM-&amp;gt;SCGC6 |= SIM_SCGC6_RTC_MASK;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;RTC-&amp;gt;SR &amp;amp;= ~RTC_SR_TCE_MASK;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;RTC-&amp;gt;CR &amp;amp;= ~RTC_CR_OSCE_MASK;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;RTC-&amp;gt;CR |= RTC_CR_OSCE_MASK;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;for(i=0;i&amp;lt;0x60000;i++)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;{ }&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;RTC-&amp;gt;SR |= RTC_SR_TCE_MASK;&lt;/P&gt;&lt;P&gt;}&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 16 Dec 2017 11:16:39 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/K64F-RTC-Hard-fault-during-initialization/m-p/727466#M44471</guid>
      <dc:creator>priyankb</dc:creator>
      <dc:date>2017-12-16T11:16:39Z</dc:date>
    </item>
    <item>
      <title>Re: K64F RTC Hard fault during initialization</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/K64F-RTC-Hard-fault-during-initialization/m-p/727467#M44472</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Priyank Bhatt,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; I suggest you try our official SDK RTC code for K64 at first, these code has been test, it works OK.&lt;/P&gt;&lt;P&gt;&amp;nbsp; Please download the KSDK code from this link:&lt;/P&gt;&lt;P&gt;&lt;A class="link-titled" href="https://mcuxpresso.nxp.com/en/welcome" title="https://mcuxpresso.nxp.com/en/welcome"&gt;Welcome | MCUXpresso SDK Builder&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Download the SDK_2.3_FRDM-K64F, then you can find the RTC project in this folder:&lt;/P&gt;&lt;P&gt;SDK_2.3_FRDM-K64F\boards\frdmk64f\driver_examples\rtc&lt;/P&gt;&lt;P&gt;If you still have problem after you test it, please kindly let me know!&lt;/P&gt;&lt;P&gt;Have a great day,&lt;BR /&gt;Kerry&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&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>Mon, 18 Dec 2017 09:26:09 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/K64F-RTC-Hard-fault-during-initialization/m-p/727467#M44472</guid>
      <dc:creator>kerryzhou</dc:creator>
      <dc:date>2017-12-18T09:26:09Z</dc:date>
    </item>
    <item>
      <title>Re: K64F RTC Hard fault during initialization</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/K64F-RTC-Hard-fault-during-initialization/m-p/727468#M44473</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you &lt;SPAN class=""&gt;&lt;STRONG&gt;&lt;A _jive_internal="true" class="" data-avatarid="-1" data-content-finding="Community" data-userid="215657" data-username="kerryzhou" href="https://community.nxp.com/people/kerryzhou"&gt;Kerry Zhou&lt;/A&gt;&lt;/STRONG&gt;&lt;/SPAN&gt; for replying. Downloaded KSDK 2.3 but no luck.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I noticed one thing. Whenever I try to perform any operation (whether it is read or write) on RTC registers hard fault occurs. So basically clock enable using&lt;/P&gt;&lt;P&gt;SIM_SCGC6 |= SIM_SCGC6_RTC_MASK;&lt;/P&gt;&lt;P&gt;doesn't give any error. But as soon as I try to read/write a register hard fault occur be it software reset&amp;nbsp; on RTC_CR ( RTC_CR |= RTC_CR_SWR_MASK; ) or trying to disable time counter in RTC_SR (&amp;nbsp;RTC_SR &amp;amp;= ~RTC_SR_TCE_MASK; ).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now I have few doubts on hardware part:&lt;/P&gt;&lt;P&gt;1. Do I have to always keep the battery connected?&lt;/P&gt;&lt;P&gt;2. Do I need to use external capacitors and resistor while using 32.768KHz crystal oscillator?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;One more thing, the default values of the registers associated to RTC are not same as described in the reference manual.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 18 Dec 2017 11:29:13 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/K64F-RTC-Hard-fault-during-initialization/m-p/727468#M44473</guid>
      <dc:creator>priyankb</dc:creator>
      <dc:date>2017-12-18T11:29:13Z</dc:date>
    </item>
    <item>
      <title>Re: K64F RTC Hard fault during initialization</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/K64F-RTC-Hard-fault-during-initialization/m-p/727469#M44474</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;A problem with a hard fault on attempted access to the RTC, even after its clock is unmasked in SCGC6, is likely to be a missing VBAT voltage; without the dedicated power supply the RTC is not powered and thus accesses hard-fault.&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;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Kinetis: &lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="https://community.nxp.com/external-link.jspa?url=http%3A%2F%2Fwww.utasker.com%2Fkinetis.html" rel="nofollow" target="_blank"&gt;http://www.utasker.com/kinetis.html&lt;/A&gt;&lt;BR /&gt;Kinetis K64:&lt;BR /&gt;&lt;SPAN&gt;- &lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="https://community.nxp.com/external-link.jspa?url=http%3A%2F%2Fwww.utasker.com%2Fkinetis%2FFRDM-K64F.html" rel="nofollow" target="_blank"&gt;http://www.utasker.com/kinetis/FRDM-K64F.html&lt;/A&gt;&lt;BR /&gt;&lt;SPAN&gt;- &lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="https://community.nxp.com/external-link.jspa?url=http%3A%2F%2Fwww.utasker.com%2Fkinetis%2FTWR-K64F120M.html" rel="nofollow" target="_blank"&gt;http://www.utasker.com/kinetis/TWR-K64F120M.html&lt;/A&gt;&lt;BR /&gt;&lt;SPAN&gt;- &lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="https://community.nxp.com/external-link.jspa?url=http%3A%2F%2Fwww.utasker.com%2Fkinetis%2FTEENSY_3.5.html" rel="nofollow" target="_blank"&gt;http://www.utasker.com/kinetis/TEENSY_3.5.html&lt;/A&gt;&lt;BR /&gt;&lt;SPAN&gt;- &lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="https://community.nxp.com/external-link.jspa?url=http%3A%2F%2Fwww.utasker.com%2Fkinetis%2FHexiwear-K64F.html" rel="nofollow" target="_blank"&gt;http://www.utasker.com/kinetis/Hexiwear-K64F.html&lt;/A&gt;&lt;BR /&gt;&lt;SPAN&gt;RTC and time keeping: &lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="https://community.nxp.com/external-link.jspa?url=http%3A%2F%2Fwww.utasker.com%2Fdocs%2FuTasker%2FuTasker_Time.pdf" rel="nofollow" target="_blank"&gt;http://www.utasker.com/docs/uTasker/uTasker_Time.pdf&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;SPAN&gt;Free Open Source solution: &lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="https://community.nxp.com/external-link.jspa?url=https%3A%2F%2Fgithub.com%2FuTasker%2FuTasker-Kinetis" rel="nofollow" target="_blank"&gt;https://github.com/uTasker/uTasker-Kinetis&lt;/A&gt;&lt;BR /&gt;&lt;SPAN&gt;Working project in 15 minutes video: &lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="https://community.nxp.com/external-link.jspa?url=https%3A%2F%2Fyoutu.be%2FK8ScSgpgQ6M" rel="nofollow" target="_blank"&gt;https://youtu.be/K8ScSgpgQ6M&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Professional Kinetis support, one-on-one training and complete fast-track project solutions: &lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="https://community.nxp.com/external-link.jspa?url=http%3A%2F%2Fwww.utasker.com%2Fsupport.html" rel="nofollow" target="_blank"&gt;http://www.utasker.com/support.html&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 18 Dec 2017 13:58:02 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/K64F-RTC-Hard-fault-during-initialization/m-p/727469#M44474</guid>
      <dc:creator>mjbcswitzerland</dc:creator>
      <dc:date>2017-12-18T13:58:02Z</dc:date>
    </item>
    <item>
      <title>Re: K64F RTC Hard fault during initialization</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/K64F-RTC-Hard-fault-during-initialization/m-p/727470#M44475</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you Mark, you were correct.&lt;/P&gt;&lt;P&gt;VBAT wasn't getting adequate voltage. Changed some hardware, problem solved. &lt;/P&gt;&lt;P&gt;Thank you once again.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Dec 2017 09:40:01 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/K64F-RTC-Hard-fault-during-initialization/m-p/727470#M44475</guid>
      <dc:creator>priyankb</dc:creator>
      <dc:date>2017-12-19T09:40:01Z</dc:date>
    </item>
    <item>
      <title>Re: K64F RTC Hard fault during initialization</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/K64F-RTC-Hard-fault-during-initialization/m-p/727471#M44476</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;How to detect VBAT?&amp;nbsp;&lt;/P&gt;&lt;P&gt;We would like to initialize RTC if VBAT is present, otherwise, skip to init RTC to avoid hard fault.&lt;/P&gt;&lt;P&gt;But there isn't a easy way to detect battery is on or missing, any suggestions?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 31 May 2018 06:47:48 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/K64F-RTC-Hard-fault-during-initialization/m-p/727471#M44476</guid>
      <dc:creator>kevinyuthermo</dc:creator>
      <dc:date>2018-05-31T06:47:48Z</dc:date>
    </item>
    <item>
      <title>Re: K64F RTC Hard fault during initialization</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/K64F-RTC-Hard-fault-during-initialization/m-p/727472#M44477</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Kevin&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can use an ADC input to measure the voltage.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;But, you can also &lt;EM&gt;use the hard fault&lt;/EM&gt; to detect the lack of VBAT too - your hard fault handler however will need to be able to allow the fault to recover when it occurs so that the code can continue and avoid further use of the RTC.&lt;BR /&gt;&lt;EM&gt;Since recovery from a hard fault made by the CPU is a little fiddly the simplest method is to set up a DMA transfer from or to it and check whether the DMA channel errors or not. If it doesn't error it can be read/written - if it errors it means that the DMA controller experienced a hard fault (this doesn't need to be recovered from and so is simple to use).&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;&lt;EM style="color: #0000ff;"&gt;uTasker developer and supporter (+5'000 hours experience on +60 Kinetis derivatives in +80 product developments)&lt;/EM&gt;&lt;BR /&gt;&lt;EM style="color: #0000ff;"&gt;&lt;SPAN&gt;Kinetis: &lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="https://community.nxp.com/external-link.jspa?url=http%3A%2F%2Fwww.utasker.com%2Fkinetis.html" rel="nofollow" target="_blank"&gt;http://www.utasker.com/kinetis.html&lt;/A&gt;&lt;/EM&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 31 May 2018 18:49:11 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/K64F-RTC-Hard-fault-during-initialization/m-p/727472#M44477</guid>
      <dc:creator>mjbcswitzerland</dc:creator>
      <dc:date>2018-05-31T18:49:11Z</dc:date>
    </item>
    <item>
      <title>Re: K64F RTC Hard fault during initialization</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/K64F-RTC-Hard-fault-during-initialization/m-p/727473#M44478</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Kevin&lt;/P&gt;&lt;P&gt;Mark suggested a great option.&lt;/P&gt;&lt;P&gt;Another one could be that you connect VDD and battery to &lt;SPAN class=""&gt;Schottky&amp;nbsp; Diode. The output of diode to VBAT. This way even if your battery is down you will get voltage from Vdd. In this way there is never a problem of hard fault.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class=""&gt;Detection: You can detect the battery(down) by reading RTC register. It will always start from 0 every time you start the board and battery is down.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Jun 2018 07:12:51 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/K64F-RTC-Hard-fault-during-initialization/m-p/727473#M44478</guid>
      <dc:creator>priyankb</dc:creator>
      <dc:date>2018-06-11T07:12:51Z</dc:date>
    </item>
    <item>
      <title>Re: K64F RTC Hard fault during initialization</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/K64F-RTC-Hard-fault-during-initialization/m-p/727474#M44479</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;DIV class=""&gt;&lt;P&gt;Kevin&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;@Mark suggested a great option.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Another one could be that you connect VDD and battery to &lt;SPAN class=""&gt;Schottky&amp;nbsp; Diode. The output of diode to VBAT. This way even if your battery is down you will get voltage from Vdd. In this way there is never a problem of hard fault.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class=""&gt;Detection: You can detect the battery(down) by reading RTC register. It will always start from 0 every time you start the board and battery is down.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class=""&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class=""&gt;If you aren't able to understand I am attaching a picture of the circuit.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class=""&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="VBAT circuit.jpg"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/14658i0175B790B7AA6583/image-size/large?v=v2&amp;amp;px=999" role="button" title="VBAT circuit.jpg" alt="VBAT circuit.jpg" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Jun 2018 07:16:30 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/K64F-RTC-Hard-fault-during-initialization/m-p/727474#M44479</guid>
      <dc:creator>priyankb</dc:creator>
      <dc:date>2018-06-11T07:16:30Z</dc:date>
    </item>
    <item>
      <title>Re: K64F RTC Hard fault during initialization</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/K64F-RTC-Hard-fault-during-initialization/m-p/727475#M44480</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Here's the link to the verified uTasker solution:&lt;/P&gt;&lt;P&gt;&lt;A class="jive-link-external-small" href="https://community.nxp.com/external-link.jspa?url=http%3A%2F%2Fwww.utasker.com%2Fforum%2Findex.php%3Ftopic%3D2017.0" rel="nofollow" target="_blank"&gt;http://www.utasker.com/forum/index.php?topic=2017.0&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Mark&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Jan 2019 03:16:28 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/K64F-RTC-Hard-fault-during-initialization/m-p/727475#M44480</guid>
      <dc:creator>mjbcswitzerland</dc:creator>
      <dc:date>2019-01-16T03:16:28Z</dc:date>
    </item>
  </channel>
</rss>

