<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="https://devzone.nordicsemi.com/cfs-file/__key/system/syndication/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>What&amp;#39;s the benefit of having an external 32 kHz crystal?</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/19/what-s-the-benefit-of-having-an-external-32-khz-crystal</link><description>What are the benefits of having an external 32 kHz crystal instead of using the internal RC oscillator?</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Sat, 15 Feb 2020 19:46:00 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/19/what-s-the-benefit-of-having-an-external-32-khz-crystal" /><item><title>RE: What's the benefit of having an external 32 kHz crystal?</title><link>https://devzone.nordicsemi.com/thread/234523?ContentTypeID=1</link><pubDate>Sat, 15 Feb 2020 19:46:00 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:76cad1a0-c74e-4c14-ba57-38225234c81f</guid><dc:creator>jjifa</dc:creator><description>&lt;p&gt;Is it only about 10uA of current dissipated by not using the 32.768Khz crystal?&lt;/p&gt;
&lt;p&gt;I do not want to use crystal, but this should not cause any processor delay.&lt;/p&gt;
&lt;p&gt;Current consumption is not a problem for my development.&lt;br /&gt;Of course, we won&amp;#39;t use the RTC timer either.&lt;br /&gt;It is just important to make the PCB lighter.&lt;br /&gt;Is it right to remove the 32k crystal in this case?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: What's the benefit of having an external 32 kHz crystal?</title><link>https://devzone.nordicsemi.com/thread/80?ContentTypeID=1</link><pubDate>Tue, 23 Aug 2016 09:17:18 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:ca1a1248-ccc0-47e0-b7d9-004f93f408d1</guid><dc:creator>vit bernatik</dc:creator><description>&lt;p&gt;@CR - I assume that during sleep the 32MHz clock is turned off and 32KHz is turned on. After wakeup the time is recomputed. But due to RC oscilator being less precise - the recomputed time is less precise. So even though HF (32MHz) xtal is started for receiving BLE operation. The RX windows has to be start sooner (in case RC osc was slower) and end later (in case RC osc was faster). Therefore RX windows is wider. And chip has increased RX currrent for longer time - Which no-one wants... If you use small battery and want to run it significantly longer just use 32Khz xtal... Also you will save extra time for calibration. Basically what they most likiely do is that they run precise HF xtal and LF low precise RC. Then they know how many HF clocks is per one LF clcock. And can recompute LF-&amp;gt;HF. But the thing is that RC oscilator changes in time due to temperature and what not.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: What's the benefit of having an external 32 kHz crystal?</title><link>https://devzone.nordicsemi.com/thread/79?ContentTypeID=1</link><pubDate>Mon, 18 Jul 2016 11:39:53 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:5f05880a-156b-4a7d-b09e-f937431a233a</guid><dc:creator>energy</dc:creator><description>&lt;p&gt;Does this means that we just have to add 10 uA to all scenarios described on the following link to compute the impact of not using external 32khz ?&lt;/p&gt;
&lt;p&gt;&lt;a href="https://devzone.nordicsemi.com/blogs/679/nrf51-current-consumption-for-common-scenarios/"&gt;devzone.nordicsemi.com/.../&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Thanks&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: What's the benefit of having an external 32 kHz crystal?</title><link>https://devzone.nordicsemi.com/thread/78?ContentTypeID=1</link><pubDate>Fri, 20 May 2016 02:48:43 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:c518969a-8150-474f-bdef-8b702c0f33c6</guid><dc:creator>FI</dc:creator><description>&lt;p&gt;Just curious Ole, which blocks, especially of the radio, use the 32K?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: What's the benefit of having an external 32 kHz crystal?</title><link>https://devzone.nordicsemi.com/thread/87?ContentTypeID=1</link><pubDate>Thu, 19 May 2016 15:10:22 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:67cd191f-639c-4554-94fd-4b43e17a30ed</guid><dc:creator>davman</dc:creator><description>&lt;p&gt;Hello Team Nordic&lt;/p&gt;
&lt;p&gt;Is there a similar power-comparison for the new nrf52-series?&lt;/p&gt;
&lt;p&gt;/d&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: What's the benefit of having an external 32 kHz crystal?</title><link>https://devzone.nordicsemi.com/thread/77?ContentTypeID=1</link><pubDate>Wed, 20 May 2015 10:16:27 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:600b14e3-5171-4e03-8bfe-549723eaadd7</guid><dc:creator>CR</dc:creator><description>&lt;p&gt;Why must the receive window be widened? Is the radio clock generated from the RC timer?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: What's the benefit of having an external 32 kHz crystal?</title><link>https://devzone.nordicsemi.com/thread/76?ContentTypeID=1</link><pubDate>Fri, 07 Mar 2014 12:17:35 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:4a257032-73d8-44fb-b4fe-639a06b4d1f8</guid><dc:creator>Ole Morten</dc:creator><description>&lt;p&gt;I&amp;#39;m not absolutely certain whether the calibration interval is the same for the nRF8001, but any needed calibration of the nRF8001&amp;#39;s RC oscillator is anyway handled internally in the chip, and no external actions are needed to make it happen.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: What's the benefit of having an external 32 kHz crystal?</title><link>https://devzone.nordicsemi.com/thread/75?ContentTypeID=1</link><pubDate>Fri, 07 Mar 2014 12:09:59 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:ca486abf-187c-4615-82b7-c27b3097b6b6</guid><dc:creator>patrick</dc:creator><description>&lt;p&gt;Is this also applicable for the nRF8001 BLE chip ? Just want to be sure this mechanism of using the internal RC oscillator and the 4 sec. calibration interval is also done in the nRF8001 chip.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: What's the benefit of having an external 32 kHz crystal?</title><link>https://devzone.nordicsemi.com/thread/86?ContentTypeID=1</link><pubDate>Thu, 02 Jan 2014 13:57:03 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:645f94dc-8b4c-437b-b764-7ca081f1a1aa</guid><dc:creator>Ole Morten</dc:creator><description>&lt;p&gt;Calibration every 4 s should be sufficient to keep the clock stable for all normal temperature variations, so even outside there should be no problems with this.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: What's the benefit of having an external 32 kHz crystal?</title><link>https://devzone.nordicsemi.com/thread/85?ContentTypeID=1</link><pubDate>Thu, 26 Dec 2013 22:52:10 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:de6b8b2d-15ca-4d7c-a3e2-86478027a2bd</guid><dc:creator>s. hoang</dc:creator><description>&lt;p&gt;We have an app that the device will be outside.  Therefore, there can be a significant, but not rapid, temperature swing.  If we go with the internal RC oscillator, is there a temperature range that the calibration will be able to keep the clock stable or like most RC&amp;#39;s it is too unstable.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: What's the benefit of having an external 32 kHz crystal?</title><link>https://devzone.nordicsemi.com/thread/82?ContentTypeID=1</link><pubDate>Wed, 26 Jun 2013 04:23:35 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:5ca3eb92-c6da-423c-9e2b-8499ffb20b07</guid><dc:creator>Ole Morten</dc:creator><description>&lt;p&gt;If you take a look in the nRF51822 PS, you can see that it is specified to be less that 250 ppm when calibrated every 4 seconds as long as the temperature is constant. This is within the requirements given in the Bluetooth Core Specification.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: What's the benefit of having an external 32 kHz crystal?</title><link>https://devzone.nordicsemi.com/thread/84?ContentTypeID=1</link><pubDate>Tue, 25 Jun 2013 18:21:09 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:2ab2d748-bb46-4718-b307-7882b07866f5</guid><dc:creator>Ole Morten</dc:creator><description>&lt;p&gt;The calibration is only needed as long as the chip is actually running, so the calibration will still run when needed, no matter if you power off the chip externally.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: What's the benefit of having an external 32 kHz crystal?</title><link>https://devzone.nordicsemi.com/thread/83?ContentTypeID=1</link><pubDate>Tue, 25 Jun 2013 18:19:50 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:3bfa05dd-21fc-4cfb-9daa-52f9e65c1e79</guid><dc:creator>Bret Foreman</dc:creator><description>&lt;p&gt;The reason I ask is the we are not currently using an external 32KHz crystal and we power down the chip externally when we are not expecting BLE activity. So the calibration you speak of can never happen. Is this OK?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: What's the benefit of having an external 32 kHz crystal?</title><link>https://devzone.nordicsemi.com/thread/81?ContentTypeID=1</link><pubDate>Tue, 25 Jun 2013 18:15:00 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:ccc02c1d-5399-4842-80be-c0f6d7901117</guid><dc:creator>Bret Foreman</dc:creator><description>&lt;p&gt;In the reply &amp;quot;The RC oscillator must be calibrated every 4 seconds to be accurate enough.&amp;quot; Accurate enough for what?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: What's the benefit of having an external 32 kHz crystal?</title><link>https://devzone.nordicsemi.com/thread/74?ContentTypeID=1</link><pubDate>Mon, 10 Jun 2013 21:41:37 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:bf2e54f7-afb8-4803-b518-ea280027e2db</guid><dc:creator>Ole Morten</dc:creator><description>&lt;p&gt;An external 32 kHz crystal will give lower average current consumption than using the RC oscillator, at the expense of cost and board space. There are primarily 3 reasons the current consumption is lower:&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;The RC oscillator must be calibrated every 4 seconds to be accurate enough. Calibration normally takes about 17 ms, and requires the 16 MHz to be running, giving an average current consumption increase of about 6-7 µA.&lt;/li&gt;
&lt;li&gt;The receive window must be widened to account for the worse accuracy. Since the RC is 250 ppm, compared with typically 20-30 ppm for an external crystal, the radio must receive for a slightly longer time, giving an increase of 1-2 µA average&lt;/li&gt;
&lt;li&gt;The run current or the RC is 0.8 µA instead of 0.4 µA for a typical crystal.&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;In total, this gives 8-10 µA extra average current consumption. Depending on application, this may be enough to justify the cost and board space for a crystal.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>