<?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 Re: LPC18xx RTC Clocking From External Crystal in LPC Microcontrollers</title>
    <link>https://community.nxp.com/t5/LPC-Microcontrollers/LPC18xx-RTC-Clocking-From-External-Crystal/m-p/1495982#M49695</link>
    <description>&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If RTC uses external clock, we need &lt;SPAN&gt;bit 0 in&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;CREG0. Otherwise LPC18xx will use internal clock as RTC clock source.&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Wed, 27 Jul 2022 03:33:05 GMT</pubDate>
    <dc:creator>ZhangJennie</dc:creator>
    <dc:date>2022-07-27T03:33:05Z</dc:date>
    <item>
      <title>LPC18xx RTC Clocking From External Crystal</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/LPC18xx-RTC-Clocking-From-External-Crystal/m-p/1487900#M49558</link>
      <description>&lt;P&gt;Workalot is taking in UM10430 looking for what register bits need to be set to have an the LPC1837 RTC clocked by an external crystal. And I suppose I would need to know where the bypass register bits are if the external clock is an oscillator.&lt;/P&gt;&lt;P&gt;Oh well, maybe I'll have another look tomorrow, maybe a guru is about.&lt;/P&gt;&lt;P&gt;thank you, Workalot&lt;/P&gt;</description>
      <pubDate>Tue, 12 Jul 2022 07:20:52 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/LPC18xx-RTC-Clocking-From-External-Crystal/m-p/1487900#M49558</guid>
      <dc:creator>workalot</dc:creator>
      <dc:date>2022-07-12T07:20:52Z</dc:date>
    </item>
    <item>
      <title>Re: LPC18xx RTC Clocking From External Crystal</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/LPC18xx-RTC-Clocking-From-External-Crystal/m-p/1488597#M49589</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If you use oscillator, Both&amp;nbsp;crystal (XTAL) and the capacitances CRTCX1 and CRTCX2 need to be connected externally.&lt;/P&gt;
&lt;P&gt;If you use external clock, only RTCX1 needs to be connected, and leave RTCX2 open.&lt;/P&gt;
&lt;P&gt;The 1 kHz output of the 32 kHz oscillator must be enabled in the CREG0 register in the CREG block. No other bypass settings.&lt;/P&gt;
&lt;P&gt;Best Regards&lt;/P&gt;
&lt;P&gt;Jun Zhang&lt;/P&gt;</description>
      <pubDate>Wed, 13 Jul 2022 07:55:44 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/LPC18xx-RTC-Clocking-From-External-Crystal/m-p/1488597#M49589</guid>
      <dc:creator>ZhangJennie</dc:creator>
      <dc:date>2022-07-13T07:55:44Z</dc:date>
    </item>
    <item>
      <title>Re: LPC18xx RTC Clocking From External Crystal</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/LPC18xx-RTC-Clocking-From-External-Crystal/m-p/1489310#M49608</link>
      <description>&lt;P&gt;Thank you Jun,&lt;/P&gt;&lt;P&gt;I'm wondering then (and I will check), if the bit in&amp;nbsp;&lt;SPAN&gt;CREG0 is not set does the RTC run from the internal clock.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;regards,&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 14 Jul 2022 08:33:50 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/LPC18xx-RTC-Clocking-From-External-Crystal/m-p/1489310#M49608</guid>
      <dc:creator>workalot</dc:creator>
      <dc:date>2022-07-14T08:33:50Z</dc:date>
    </item>
    <item>
      <title>Re: LPC18xx RTC Clocking From External Crystal</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/LPC18xx-RTC-Clocking-From-External-Crystal/m-p/1489936#M49618</link>
      <description>&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If bit 0 doesn't set, the default value is 0 which disable 1kHz output.&lt;/P&gt;
&lt;P&gt;So we need to enable it in code.&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="ZhangJennie_0-1657850814938.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/186721i81DBA53A17F75AAF/image-size/medium?v=v2&amp;amp;px=400" role="button" title="ZhangJennie_0-1657850814938.png" alt="ZhangJennie_0-1657850814938.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 15 Jul 2022 02:08:00 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/LPC18xx-RTC-Clocking-From-External-Crystal/m-p/1489936#M49618</guid>
      <dc:creator>ZhangJennie</dc:creator>
      <dc:date>2022-07-15T02:08:00Z</dc:date>
    </item>
    <item>
      <title>Re: LPC18xx RTC Clocking From External Crystal</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/LPC18xx-RTC-Clocking-From-External-Crystal/m-p/1495554#M49692</link>
      <description>&lt;P&gt;Bit rude of Workalot not to respond sooner, apologies.&amp;nbsp;Other work takes my focus at the moment.&lt;/P&gt;&lt;P&gt;I was trying to understand how the RTC could be clocked by an external source or by an internal source. For platforms not having an external 32768Hz, the RTC needs a clock source.&lt;/P&gt;&lt;P&gt;regards, Workalot.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 26 Jul 2022 10:56:32 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/LPC18xx-RTC-Clocking-From-External-Crystal/m-p/1495554#M49692</guid>
      <dc:creator>workalot</dc:creator>
      <dc:date>2022-07-26T10:56:32Z</dc:date>
    </item>
    <item>
      <title>Re: LPC18xx RTC Clocking From External Crystal</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/LPC18xx-RTC-Clocking-From-External-Crystal/m-p/1495982#M49695</link>
      <description>&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If RTC uses external clock, we need &lt;SPAN&gt;bit 0 in&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;CREG0. Otherwise LPC18xx will use internal clock as RTC clock source.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 27 Jul 2022 03:33:05 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/LPC18xx-RTC-Clocking-From-External-Crystal/m-p/1495982#M49695</guid>
      <dc:creator>ZhangJennie</dc:creator>
      <dc:date>2022-07-27T03:33:05Z</dc:date>
    </item>
    <item>
      <title>Re: LPC18xx RTC Clocking From External Crystal</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/LPC18xx-RTC-Clocking-From-External-Crystal/m-p/1496315#M49706</link>
      <description>&lt;P&gt;There you go - such a simple answer - thank you.&lt;/P&gt;&lt;P&gt;If only your...&lt;/P&gt;&lt;P&gt;'&lt;SPAN&gt;If RTC uses external clock, we need&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;bit 0 in&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;CREG0. Otherwise LPC18xx will use internal clock as RTC clock source.&lt;/SPAN&gt;'&lt;/P&gt;&lt;P&gt;... appeared in UM10430.&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;Workalot&lt;/P&gt;</description>
      <pubDate>Wed, 27 Jul 2022 10:25:05 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/LPC18xx-RTC-Clocking-From-External-Crystal/m-p/1496315#M49706</guid>
      <dc:creator>workalot</dc:creator>
      <dc:date>2022-07-27T10:25:05Z</dc:date>
    </item>
  </channel>
</rss>

