<?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>How to use clock RC \51422</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/14344/how-to-use-clock-rc-51422</link><description>I intend to use RC oscillator instead of external crystal oscillator . 
 I modified code :
from
SOFTDEVICE_HANDLER_INIT(NRF_CLOCK_LFCLKSRC_XTAL_20_PPM, NULL);
to
SOFTDEVICE_HANDLER_INIT(NRF_CLOCK_LFCLKSRC_RC_250_PPM_250MS_CALIBRATION, NULL); 
 The</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Mon, 13 Jun 2016 06:27:25 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/14344/how-to-use-clock-rc-51422" /><item><title>RE: How to use clock RC \51422</title><link>https://devzone.nordicsemi.com/thread/54787?ContentTypeID=1</link><pubDate>Mon, 13 Jun 2016 06:27:25 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:89f18f94-eea5-40b8-ad1d-c37fcc207ade</guid><dc:creator>FormerMember</dc:creator><description>&lt;p&gt;Okay, I see. Do you still have an external 16MHz clock on your PCB? (An external 16 MHz crystal is mandatory.)&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How to use clock RC \51422</title><link>https://devzone.nordicsemi.com/thread/54786?ContentTypeID=1</link><pubDate>Wed, 08 Jun 2016 03:51:35 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:e32faccc-0253-4883-8107-fd852775f2d0</guid><dc:creator>Linxi</dc:creator><description>&lt;p&gt;We developed a  trainer (FE-C) ，and ready to mass production  .We want to reduce the coast  . So we plan to discard external  crystal oscillator . As related code is form example , I have never modified something about clock settings . I simply thought that, remove external crystal oscillator from our board and initialize softdevice with RC source , It can work as usual .
I want to confirm one question , can you help me ?
API SOFTDEVICE_HANDLER_INIT is the only entry to change  oscillator  resource ？？
Is there some else settings is related to external crystal oscillator ，but I don&amp;#39;t know ？
If I can confirm this ，I should check my question by another way 。&lt;/p&gt;
&lt;p&gt;My English is poor ,Please forgive me .&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How to use clock RC \51422</title><link>https://devzone.nordicsemi.com/thread/54785?ContentTypeID=1</link><pubDate>Tue, 07 Jun 2016 10:40:26 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:9662eec4-2433-403c-894c-2be9a1029ecc</guid><dc:creator>FormerMember</dc:creator><description>&lt;p&gt;It should work fine to use the internal RC oscillator. When I test
SOFTDEVICE_HANDLER_INIT(NRF_CLOCK_LFCLKSRC_RC_250_PPM_250MS_CALIBRATION, NULL) with SDK 10, it works fine.&lt;/p&gt;
&lt;p&gt;What does your application do? Do you see the same problem if you modify that line in one of the examples in the SDK?&lt;/p&gt;
&lt;p&gt;Which version of the SDK do you use?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>