<?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: FRDM-KL25Z RTC problem</title>
    <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/FRDM-KL25Z-RTC-problem/m-p/265629#M8553</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Anand, &lt;/P&gt;&lt;P&gt;were you able to solve your RTC problem? &lt;/P&gt;&lt;P&gt;i have encountered with a similar problem need to do what Erich told.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if you did solve your problem with RTC on FRDM-KL25 pls help me out&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 26 Mar 2013 04:18:26 GMT</pubDate>
    <dc:creator>pradyumnakammar</dc:creator>
    <dc:date>2013-03-26T04:18:26Z</dc:date>
    <item>
      <title>FRDM-KL25Z RTC problem</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/FRDM-KL25Z-RTC-problem/m-p/265627#M8551</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;We are using FRDM-KL25Z evaluation board. I am using CW 10.3 with PE. I added a RTC component using PE. What I did is just kept RTC keep time counting on. My intension is to get the current RTC time at some instant. So I call the function RTC_GetTime(RTC1_DeviceData, rtc) which is suppose to return second, minute, hour, date, day, month, year values and stores into a rtc object. However, when I am running this code in debug mode(using OpenSDA USB), and at point where it executes the function RTC_GetTime(RTC1_DeviceData, rtc), the code stops at an unknown interrupt,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PE_ISR(Cpu_Interrupt)//code stops&lt;/P&gt;&lt;P&gt;{&lt;/P&gt;&lt;P&gt;&amp;nbsp; /* This code can be changed using the CPU component property "Build Options / Unhandled int code" */&lt;/P&gt;&lt;P&gt;&amp;nbsp; PE_DEBUGHALT();&lt;/P&gt;&lt;P&gt;}&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I did automatic initialize rtc device, and called&amp;nbsp; rtc_enable() function as well.&lt;/P&gt;&lt;P&gt;Can anyone provide a possible solution for this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Feb 2013 11:35:51 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/FRDM-KL25Z-RTC-problem/m-p/265627#M8551</guid>
      <dc:creator>anand-k</dc:creator>
      <dc:date>2013-02-20T11:35:51Z</dc:date>
    </item>
    <item>
      <title>Re: FRDM-KL25Z RTC problem</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/FRDM-KL25Z-RTC-problem/m-p/265628#M8552</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;by default, Processor Expert is creating one handler for all unassigned interrupts. I suggest that you use 'own handler for every' (see &lt;A href="http://mcuoneclipse.com/2012/02/20/oh-my-an-interrupt/" title="http://mcuoneclipse.com/2012/02/20/oh-my-an-interrupt/"&gt;Oh my! An Interrupt&amp;amp;amp;#8230; | MCU on Eclipse&lt;/A&gt;) so you know what is causing your interrupt.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Feb 2013 13:29:27 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/FRDM-KL25Z-RTC-problem/m-p/265628#M8552</guid>
      <dc:creator>BlackNight</dc:creator>
      <dc:date>2013-02-20T13:29:27Z</dc:date>
    </item>
    <item>
      <title>Re: FRDM-KL25Z RTC problem</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/FRDM-KL25Z-RTC-problem/m-p/265629#M8553</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Anand, &lt;/P&gt;&lt;P&gt;were you able to solve your RTC problem? &lt;/P&gt;&lt;P&gt;i have encountered with a similar problem need to do what Erich told.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if you did solve your problem with RTC on FRDM-KL25 pls help me out&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 Mar 2013 04:18:26 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/FRDM-KL25Z-RTC-problem/m-p/265629#M8553</guid>
      <dc:creator>pradyumnakammar</dc:creator>
      <dc:date>2013-03-26T04:18:26Z</dc:date>
    </item>
    <item>
      <title>Re: FRDM-KL25Z RTC problem</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/FRDM-KL25Z-RTC-problem/m-p/265630#M8554</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;The issue was with &lt;STRONG&gt;improper clock setting&lt;/STRONG&gt;. I made correction to my system clock configuration(for my HW) and after that it worked fine well&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Anand&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 Mar 2013 06:48:30 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/FRDM-KL25Z-RTC-problem/m-p/265630#M8554</guid>
      <dc:creator>anand-k</dc:creator>
      <dc:date>2013-03-26T06:48:30Z</dc:date>
    </item>
    <item>
      <title>Re: FRDM-KL25Z RTC problem</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/FRDM-KL25Z-RTC-problem/m-p/265631#M8555</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;oh so with slow IRC its not possible to run RTC on FRDM -KL25? &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 Mar 2013 09:39:01 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/FRDM-KL25Z-RTC-problem/m-p/265631#M8555</guid>
      <dc:creator>pradyumnakammar</dc:creator>
      <dc:date>2013-03-26T09:39:01Z</dc:date>
    </item>
    <item>
      <title>Re: FRDM-KL25Z RTC problem</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/FRDM-KL25Z-RTC-problem/m-p/265632#M8556</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;could you give me more details on the clock settings? &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 Mar 2013 09:48:49 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/FRDM-KL25Z-RTC-problem/m-p/265632#M8556</guid>
      <dc:creator>pradyumnakammar</dc:creator>
      <dc:date>2013-03-26T09:48:49Z</dc:date>
    </item>
  </channel>
</rss>

