<?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>LPC MicrocontrollersのトピックRe: RTC problems with LPC4330</title>
    <link>https://community.nxp.com/t5/LPC-Microcontrollers/RTC-problems-with-LPC4330/m-p/589757#M21989</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by midas on Thu Jul 16 04:33:31 MST 2015&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;Hi Michele,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Yes the higher current consumption of the RTC is a known problem, see latest errata, page 30. &lt;/SPAN&gt;&lt;A href="http://http://www.nxp.com/documents/errata_sheet/ES_LPC43X0.pdf"&gt;Errata&lt;/A&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 15 Jun 2016 19:16:42 GMT</pubDate>
    <dc:creator>lpcware</dc:creator>
    <dc:date>2016-06-15T19:16:42Z</dc:date>
    <item>
      <title>RTC problems with LPC4330</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/RTC-problems-with-LPC4330/m-p/589753#M21985</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by midas on Thu Dec 19 17:07:04 MST 2013&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;I use a proprietary board based on the LPC4330. I have a 32768Hz crystal connected between RTCX1 and RTCX2, with 18pF capacitors to ground (as recommended in the Data Sheet, 13.3) at short distance from the micro-controller, and a 3V battery connected to Vbat. The battery backed RAM works (maintains content when power removed and restored). However, the RTC oscillator never starts oscillating, and when I try to debug any application that initializes the RTC, the debugger looses connection with the board in Chip_RTC_CalibCounterCmd(), after writing to register CCR ("terminating due to loss of debug control"). I have tried many variations of the RTC initialization code, with added delays inserted - to no avail.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Any ideas?.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 19:16:39 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/RTC-problems-with-LPC4330/m-p/589753#M21985</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T19:16:39Z</dc:date>
    </item>
    <item>
      <title>Re: RTC problems with LPC4330</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/RTC-problems-with-LPC4330/m-p/589754#M21986</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by michele sponchiado on Tue Jul 14 01:56:36 MST 2015&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;Hi Midas,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I wonder if you solved your problem: I am facing the very exact problem right now.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Was it a PCB or capacitors problem?&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Many thanks&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 19:16:40 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/RTC-problems-with-LPC4330/m-p/589754#M21986</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T19:16:40Z</dc:date>
    </item>
    <item>
      <title>Re: RTC problems with LPC4330</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/RTC-problems-with-LPC4330/m-p/589755#M21987</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by midas on Tue Jul 14 04:24:16 MST 2015&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;Hi Michele,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Yes, I have solved my problem eventually, by replacing the crystal I used from the FOX FSRLF327 to Abracon's ABS25-32.768KHz-4-T. Comparing the spec of both crystals, I can't say I notice any significant difference, so the margin for starting oscillating is possibly small, but it made all the difference between working and not working.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Regards&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 19:16:41 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/RTC-problems-with-LPC4330/m-p/589755#M21987</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T19:16:41Z</dc:date>
    </item>
    <item>
      <title>Re: RTC problems with LPC4330</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/RTC-problems-with-LPC4330/m-p/589756#M21988</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by michele sponchiado on Thu Jul 16 00:38:50 MST 2015&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;Hi, thanks for your reply.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;In my case, it was a wrong capacitor value which won't start the RTC oscillating.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;We replaced both capacitors and the RTC now works fine.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;The strange thing is that if the RTC clock won't work, and you enable the RTC, this hangs the whole chip!&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Furthermore, we're experiencing a 9microAmpères current consumption from the battery (RTC_ALARM and SAMPLE pins are configured inactive as per errata sheet), while we were expecting about 4microA, so I'll post another question about this in the forum...&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 19:16:41 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/RTC-problems-with-LPC4330/m-p/589756#M21988</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T19:16:41Z</dc:date>
    </item>
    <item>
      <title>Re: RTC problems with LPC4330</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/RTC-problems-with-LPC4330/m-p/589757#M21989</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by midas on Thu Jul 16 04:33:31 MST 2015&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;Hi Michele,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Yes the higher current consumption of the RTC is a known problem, see latest errata, page 30. &lt;/SPAN&gt;&lt;A href="http://http://www.nxp.com/documents/errata_sheet/ES_LPC43X0.pdf"&gt;Errata&lt;/A&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 19:16:42 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/RTC-problems-with-LPC4330/m-p/589757#M21989</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T19:16:42Z</dc:date>
    </item>
  </channel>
</rss>

