<?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>clock source set</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/9816/clock-source-set</link><description>what is the clock soure setting in the demo poject of ble_app_cts_c,why i can not find the setting code?</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Tue, 20 Oct 2015 11:54:50 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/9816/clock-source-set" /><item><title>RE: clock source set</title><link>https://devzone.nordicsemi.com/thread/36383?ContentTypeID=1</link><pubDate>Tue, 20 Oct 2015 11:54:50 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:a0338f18-3a8f-40b6-a4de-508803fb48ba</guid><dc:creator>MartinBL</dc:creator><description>&lt;p&gt;Hi. The demo project use a softdevice and hence the high frequency clock is generated by the external 16 MHz crystal. BLE needs a high accuracy HF clock and that is why an external HF crystal is required.&lt;/p&gt;
&lt;p&gt;The low frequency clock source is set in the function &lt;code&gt;SOFTDEVICE_HANDLER_INIT()&lt;/code&gt;. In the demo the clock source is set to &lt;code&gt;NRF_CLOCK_LFCLKSRC_XTAL_20_PPM&lt;/code&gt; by default. I.e. the demo is made for a kit with a 32 kHz external crystal with an accuracy of 22 PPM.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>