<?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 MK64FX512 freezes with RTC in Kinetis Microcontrollers</title>
    <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/MK64FX512-freezes-with-RTC/m-p/1273817#M60481</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I´ve made a board based on FRDM-K64F&lt;/P&gt;&lt;P&gt;It has 50MHz from PHY and 32768KHZ from an external smt crystal. I can confirm enet, usb and sd card are working, all as expected but RTC. When internal 32768KHZ is selected it works normal.&lt;/P&gt;&lt;P&gt;I have tried capacitors and pth crystal as well with no avail.&lt;/P&gt;&lt;P&gt;Some advice? I can share schematics is needed.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Marco&lt;/P&gt;</description>
    <pubDate>Fri, 07 May 2021 18:15:51 GMT</pubDate>
    <dc:creator>Oliveira</dc:creator>
    <dc:date>2021-05-07T18:15:51Z</dc:date>
    <item>
      <title>MK64FX512 freezes with RTC</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/MK64FX512-freezes-with-RTC/m-p/1273817#M60481</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I´ve made a board based on FRDM-K64F&lt;/P&gt;&lt;P&gt;It has 50MHz from PHY and 32768KHZ from an external smt crystal. I can confirm enet, usb and sd card are working, all as expected but RTC. When internal 32768KHZ is selected it works normal.&lt;/P&gt;&lt;P&gt;I have tried capacitors and pth crystal as well with no avail.&lt;/P&gt;&lt;P&gt;Some advice? I can share schematics is needed.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Marco&lt;/P&gt;</description>
      <pubDate>Fri, 07 May 2021 18:15:51 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/MK64FX512-freezes-with-RTC/m-p/1273817#M60481</guid>
      <dc:creator>Oliveira</dc:creator>
      <dc:date>2021-05-07T18:15:51Z</dc:date>
    </item>
    <item>
      <title>Re: MK64FX512 freezes with RTC</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/MK64FX512-freezes-with-RTC/m-p/1273973#M60489</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;SPAN&gt;Oliveira,&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;Did you enable the RTC_CR[OSCE]?&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="RTC_CR[OSCE].jpg" style="width: 800px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/144262iAAFA14CEB1FFE924/image-size/large?v=v2&amp;amp;px=999" role="button" title="RTC_CR[OSCE].jpg" alt="RTC_CR[OSCE].jpg" /&gt;&lt;/span&gt;&lt;BR /&gt;You can refer the rtc example in SDK_2.9.0_MK64FX512xxx12.&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="rtc SDK example.jpg" style="width: 999px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/144261i964BA7439FA46804/image-size/large?v=v2&amp;amp;px=999" role="button" title="rtc SDK example.jpg" alt="rtc SDK example.jpg" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;Please check if XTAL32 and EXTAL32 are well connect to the external 32768KHZ crystal. No external load capacitors or bias resistor is required as these are supplied internally.&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;Best Regards,&lt;BR /&gt;Robin&lt;BR /&gt;-------------------------------------------------------------------------------&lt;BR /&gt;Note:&lt;BR /&gt;- If this post answers your question, please click the "Mark Correct" button. Thank you!&lt;/P&gt;
&lt;P&gt;- We are following threads for 7 weeks after the last post, later replies are ignored&lt;BR /&gt;Please open a new thread and refer to the closed one, if you have a related question at a later point in time.&lt;BR /&gt;-------------------------------------------------------------------------------&lt;/P&gt;</description>
      <pubDate>Sat, 08 May 2021 06:13:03 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/MK64FX512-freezes-with-RTC/m-p/1273973#M60489</guid>
      <dc:creator>Robin_Shen</dc:creator>
      <dc:date>2021-05-08T06:13:03Z</dc:date>
    </item>
    <item>
      <title>Re: MK64FX512 freezes with RTC</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/MK64FX512-freezes-with-RTC/m-p/1274042#M60491</link>
      <description>&lt;P&gt;Hi Robin,&lt;/P&gt;&lt;P&gt;I did&amp;nbsp;&lt;/P&gt;&lt;P&gt;RTC_DRV_Init(0);&lt;BR /&gt;RTC-&amp;gt;CR |= RTC_CR_OSCE_MASK; // Enable Oscillator&lt;/P&gt;&lt;P&gt;Not working yet.&lt;/P&gt;&lt;P&gt;I am not using external capacitors.&lt;/P&gt;&lt;P&gt;Marco&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 08 May 2021 17:36:36 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/MK64FX512-freezes-with-RTC/m-p/1274042#M60491</guid>
      <dc:creator>Oliveira</dc:creator>
      <dc:date>2021-05-08T17:36:36Z</dc:date>
    </item>
    <item>
      <title>Re: MK64FX512 freezes with RTC</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/MK64FX512-freezes-with-RTC/m-p/1274693#M60496</link>
      <description>&lt;P&gt;Would you please measure if the external 32768KHZ crystal is well solder.(Using a multimeter to measure whether the pins of the MCU and the pins of the external crystal are connected)&lt;BR /&gt;In order to not use external 50MHz reference clock(for your convenience when testing) I modify frdmk64f_rtc example.&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="modified RTC example.jpg" style="width: 999px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/144410i986E47437C25242D/image-size/large?v=v2&amp;amp;px=999" role="button" title="modified RTC example.jpg" alt="modified RTC example.jpg" /&gt;&lt;/span&gt;&lt;BR /&gt;Please try to test the attached example.&lt;BR /&gt;You should be able to see the waveform at the pins of crystal.(using oscilloscope with 10X probe )&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="NewFile0.bmp" style="width: 320px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/144411i7288D87C04C12EE5/image-size/large?v=v2&amp;amp;px=999" role="button" title="NewFile0.bmp" alt="NewFile0.bmp" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;Best Regards,&lt;BR /&gt;Robin&lt;BR /&gt;-------------------------------------------------------------------------------&lt;BR /&gt;Note:&lt;BR /&gt;- If this post answers your question, please click the "Mark Correct" button. Thank you!&lt;/P&gt;
&lt;P&gt;- We are following threads for 7 weeks after the last post, later replies are ignored&lt;BR /&gt;Please open a new thread and refer to the closed one, if you have a related question at a later point in time.&lt;BR /&gt;-------------------------------------------------------------------------------&lt;/P&gt;</description>
      <pubDate>Tue, 11 May 2021 01:59:04 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/MK64FX512-freezes-with-RTC/m-p/1274693#M60496</guid>
      <dc:creator>Robin_Shen</dc:creator>
      <dc:date>2021-05-11T01:59:04Z</dc:date>
    </item>
    <item>
      <title>Re: MK64FX512 freezes with RTC</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/MK64FX512-freezes-with-RTC/m-p/1274977#M60498</link>
      <description>&lt;P&gt;Hi Robin,&lt;/P&gt;&lt;P&gt;I can´t measure the wave form but I´ve changed the project to toggle a LED and uploaded the axf file to the board.&lt;/P&gt;&lt;P&gt;It´s working now, I don´t exacly know what was wrong but I am going to further study the code to try to grasp it.&lt;/P&gt;&lt;P&gt;Thank you very much for your time and readiness.&lt;/P&gt;&lt;P&gt;Best regards.&lt;/P&gt;&lt;P&gt;Marco&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 11 May 2021 11:09:45 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/MK64FX512-freezes-with-RTC/m-p/1274977#M60498</guid>
      <dc:creator>Oliveira</dc:creator>
      <dc:date>2021-05-11T11:09:45Z</dc:date>
    </item>
  </channel>
</rss>

