<?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>internal crystal settings</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/27445/internal-crystal-settings</link><description>Hello All, 
 I am working on Raytac module based on nrf51822 with ble_app_uart code. I can see on module there is no external crystal ,
my module is not able advertise, i can see nothing in Nordic Uart APP. my clock setting are as below. 
 #ifdef S210</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Tue, 21 Nov 2017 16:34:30 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/27445/internal-crystal-settings" /><item><title>RE: internal crystal settings</title><link>https://devzone.nordicsemi.com/thread/108391?ContentTypeID=1</link><pubDate>Tue, 21 Nov 2017 16:34:30 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:f6fe8023-3fbd-437d-a58b-17c427a0e176</guid><dc:creator>AmbystomaLabs</dc:creator><description>&lt;p&gt;Just so you understand, there is no &amp;quot;internal crystal&amp;quot;.  It is an internal RC oscillator. The oscillator is calibrated periodically against the 32MHz crystal.  The calibration intervals and temp parameters are rc_ctiv and rc_temp_ctiv in below info. You will see an increase of about 8 uA (approx based on my memory) average current consumption between the RC circuit and the periodic calibration routine which uses the processor.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: internal crystal settings</title><link>https://devzone.nordicsemi.com/thread/108392?ContentTypeID=1</link><pubDate>Tue, 21 Nov 2017 10:09:54 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:71442ed0-f9ad-4463-bd4b-2ae1e7a84606</guid><dc:creator>max</dc:creator><description>&lt;pre&gt;&lt;code&gt;// Low frequency clock source to be used by the SoftDevice
#define NRF_CLOCK_LFCLKSRC      {.source        = NRF_CLOCK_LF_SRC_RC,            \
                                 .rc_ctiv       = 16,                                \
                                 .rc_temp_ctiv  = 2,                                \
                                 .xtal_accuracy = NRF_CLOCK_LF_XTAL_ACCURACY_20_PPM}
&lt;/code&gt;&lt;/pre&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>