<?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>change clock source 52832</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/22623/change-clock-source-52832</link><description>I config the inner clock source like this 
 #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}
 
 When using external clock source(32.768khz),</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Fri, 09 Jun 2017 09:43:51 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/22623/change-clock-source-52832" /><item><title>RE: change clock source 52832</title><link>https://devzone.nordicsemi.com/thread/88997?ContentTypeID=1</link><pubDate>Fri, 09 Jun 2017 09:43:51 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:301dee47-7b1c-4e12-8384-03dd5f61d6a5</guid><dc:creator>bjorn-spockeli</dc:creator><description>&lt;p&gt;Ok, so if you change the clock source to the internal RC in the bootloader, like you did with the application, then the bootloader and application runs fine?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: change clock source 52832</title><link>https://devzone.nordicsemi.com/thread/88996?ContentTypeID=1</link><pubDate>Fri, 09 Jun 2017 09:39:02 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:05c7f416-722f-4da2-83a0-2a688d6c274d</guid><dc:creator>rc766437</dc:creator><description>&lt;p&gt;I know why, bcs bootloader config external clock,so if I take away the crystal, the pargram stuck bootloader....&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: change clock source 52832</title><link>https://devzone.nordicsemi.com/thread/88995?ContentTypeID=1</link><pubDate>Thu, 08 Jun 2017 08:43:23 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:c237a876-1b5c-4892-80d4-2410130b1b3c</guid><dc:creator>bjorn-spockeli</dc:creator><description>&lt;p&gt;Could you debug the application and check that you reach the  &lt;code&gt;SOFTDEVICE_HANDLER_INIT(&amp;amp;clock_lf_cfg, NULL);&lt;/code&gt; in ble_stack_init(). If you are able to reach a breakpoint after this macro call in ble_stack_init() ,then you need to check the error codes of the other functions in ble_stack_init(). Otherwise, step into the &lt;code&gt;SOFTDEVICE_HANDLER_INIT&lt;/code&gt; macro and check the error code returned by &lt;code&gt;softdevice_handler_init()&lt;/code&gt;.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>