<?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>Using the internal 32768Hz  RC oscilator</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/3185/using-the-internal-32768hz-rc-oscilator</link><description>I would like to know if it is possible to use the internal RC oscillator without calibrating every 4s with the softdevice disable. I just want to read a sensor every 2s and I dont need very precise timing so I dont need to calibrate the internal RC oscillator</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Tue, 22 Jul 2014 14:31:35 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/3185/using-the-internal-32768hz-rc-oscilator" /><item><title>RE: Using the internal 32768Hz  RC oscilator</title><link>https://devzone.nordicsemi.com/thread/11723?ContentTypeID=1</link><pubDate>Tue, 22 Jul 2014 14:31:35 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:5fbb5926-9e17-439a-a6f7-55489094e454</guid><dc:creator>Stefan Birnir Sverrisson</dc:creator><description>&lt;p&gt;Hi&lt;/p&gt;
&lt;p&gt;The specification says that typical accuracy of the 32kHz RC is plus/minus 2% when uncalibrated. I have seen it to be as high as 9%, but there is no specified max value so in theory it could be anything.&lt;/p&gt;
&lt;p&gt;When you enable the softdevice you would specify that you use the internal 32kHz RC with calibration. We recommend to use 4 second calibration interval, which will add ca 8uA average current consumption compared to no calibration. When you disable the softdevice it will leave the 32kHz running but I would assume that calibration stops. But to make sure calibration stops you could stop it manually after you disable the softdevice with:&lt;/p&gt;
&lt;p&gt;NRF_RTC-&amp;gt;TASKS_CTSTOP = 1;&lt;/p&gt;
&lt;p&gt;On the other hand, you always need to have the calibration when using the RC with the softdevice. You enable calibration and the RC when you initialize the softdevice and after that you can not disable the calibration unless you disable the softdevice first.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>