<?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>nrf52 internal RC configuration</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/15644/nrf52-internal-rc-configuration</link><description>I&amp;#39;m using the ble_app_template of SDK11. but I dont have an external oscillator, so the run time freeze at ble_stack_init 
 in this answer , the solution is to relace NRF_CLOCK_LFCLKSRC_XTAL_20_PPM by NRF_CLOCK_LFCLKSRC_RC_250_PPM_4000MS_CALIBRATION</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Tue, 09 Aug 2016 11:48:55 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/15644/nrf52-internal-rc-configuration" /><item><title>RE: nrf52 internal RC configuration</title><link>https://devzone.nordicsemi.com/thread/59744?ContentTypeID=1</link><pubDate>Tue, 09 Aug 2016 11:48:55 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:b784e5cc-e076-402d-b750-8b81258d614e</guid><dc:creator>Susheel Nuguru</dc:creator><description>&lt;p&gt;wow three Nordic answers for one question. Makouda you must be really famous :)&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nrf52 internal RC configuration</title><link>https://devzone.nordicsemi.com/thread/59746?ContentTypeID=1</link><pubDate>Tue, 09 Aug 2016 11:26:40 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:0ecb07f0-5626-4e74-ba17-fa4e1121bc8a</guid><dc:creator>Susheel Nuguru</dc:creator><description>&lt;p&gt;softdevice_handler_init function has  changed so that its first argument for clock (nrf_clock_lfclksrc_t) is changed from uint32 to structure defined in nrf_sdm.h&lt;/p&gt;
&lt;p&gt;so now you have to change your clock to (defined in examples\bsp\pca_xxxx.h)&lt;/p&gt;
&lt;pre&gt;&lt;code&gt;#define NRF_CLOCK_LFCLKSRC      {.source        = NRF_CLOCK_LF_SRC_RC,            \
                                 .rc_ctiv       = 16,                                \
                                 .rc_temp_ctiv  = 0,                                \
                                 .xtal_accuracy = 0}
&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;nrf_clock_lf_cfg_t is well documented in nrf_sdm.h&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nrf52 internal RC configuration</title><link>https://devzone.nordicsemi.com/thread/59745?ContentTypeID=1</link><pubDate>Tue, 09 Aug 2016 11:21:05 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:0d300a84-a2d4-44cc-a4da-5d1056c411e1</guid><dc:creator>Ole Bauck</dc:creator><description>&lt;p&gt;See &lt;a href="https://devzone.nordicsemi.com/question/88582/change-clock-source-nrf52832-app-beacon-example/?answer=88644#post-id-88644"&gt;this&lt;/a&gt; post.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>