<?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>S120 RC clock problem</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/2179/s120-rc-clock-problem</link><description>Can the S120 work without RTC XTAL?
Iam using SOFTDEVICE_HANDLER_INIT(NRF_CLOCK_LFCLKSRC_RC_250_PPM_250MS_CALIBRATION, false);
but it still hangs in the softdevice_handler_init function.
The internal RC is working fine with the S110 for my hardware</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Wed, 27 Jan 2016 13:42:33 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/2179/s120-rc-clock-problem" /><item><title>RE: S120 RC clock problem</title><link>https://devzone.nordicsemi.com/thread/9236?ContentTypeID=1</link><pubDate>Wed, 27 Jan 2016 13:42:33 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:69bc3a3e-8aab-4ef0-b6eb-b40aa371deeb</guid><dc:creator>Henri</dc:creator><description>&lt;p&gt;Hello,&lt;/p&gt;
&lt;p&gt;I&amp;#39;m using a custom board (nRF51822 QFACA chip), with the optional 32KHz crystal.&lt;/p&gt;
&lt;p&gt;When, I use the SDK 5.1.0 and the S120, my code works perfectly.
But when I try to start my new updated code for the SDK 8.1.0 (S120 v2.0.0), the code stops at this instruction line of &amp;quot;softdevice_handler.c&amp;quot;:&lt;/p&gt;
&lt;pre&gt;&lt;code&gt;err_code = sd_softdevice_enable(clock_source, softdevice_assertion_handler);
&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;This line of code is called when I call softdevice_handler_init() of my ble_stack_init:&lt;/p&gt;
&lt;pre&gt;&lt;code&gt;SOFTDEVICE_HANDLER_INIT(NRF_CLOCK_LFCLKSRC_RC_250_PPM_8000MS_CALIBRATION, NULL);
&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;Do you have any idea of what wrong with my code?&lt;/p&gt;
&lt;p&gt;Thanks&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: S120 RC clock problem</title><link>https://devzone.nordicsemi.com/thread/9235?ContentTypeID=1</link><pubDate>Fri, 11 Apr 2014 15:29:09 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:b934379e-61b5-4c13-a78c-b3815be3273e</guid><dc:creator>Alexander Maurer</dc:creator><description>&lt;p&gt;Hi&lt;/p&gt;
&lt;p&gt;I&amp;#39;m using a few different custom boards and the evaluation kit.
I have no 32khz crystal on my pcbs but I have the same problem on the evaluation kit.&lt;/p&gt;
&lt;p&gt;\nrf51_sdk_v5_2_0_39364\nrf51822\Board\nrf6310\s120\experimental\ble_app_hrs_c
same problem with all samples&lt;/p&gt;
&lt;p&gt;Is there a possibility to get a callback from the radio to receive raw packets with BLE and the S110 running then I can use a proprietary protocol parallel for a remote control and I will not use the S120?&lt;/p&gt;
&lt;p&gt;Thanks
Alex&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: S120 RC clock problem</title><link>https://devzone.nordicsemi.com/thread/9234?ContentTypeID=1</link><pubDate>Fri, 11 Apr 2014 09:21:10 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:6fa4fc0e-dac4-417b-ad29-3c91e0c2b58e</guid><dc:creator>Petter Myhre</dc:creator><description>&lt;p&gt;I just tested the nRF51822 QFAAC0 with SoftDevice S120 0.8.0-3.alpha and the newest SDK. I used the ble_app_hrs_c example found in nrf6310-&amp;gt;S120-&amp;gt;experimental. I&amp;#39;m using the development kit. It worked fine, with different low frequency clock sources.&lt;/p&gt;
&lt;p&gt;Are you using the newest SDK?&lt;/p&gt;
&lt;p&gt;What example are you using?&lt;/p&gt;
&lt;p&gt;Are you using the evaluation kit, the development kit, or something else?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: S120 RC clock problem</title><link>https://devzone.nordicsemi.com/thread/9233?ContentTypeID=1</link><pubDate>Thu, 10 Apr 2014 22:10:50 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:725d57d8-be9c-4641-80c1-40b86ff965f6</guid><dc:creator>Alexander Maurer</dc:creator><description>&lt;p&gt;Hi Petter&lt;/p&gt;
&lt;p&gt;Thanks for your answer&lt;/p&gt;
&lt;p&gt;I have tried all defines and just the NRF_CLOCK_LFCLKSRC_SYNTH_250_PPM is working.
The SVC to the S120 is only returning with the &amp;quot;NRF_CLOCK_LFCLKSRC_RC_250_PPM_8000MS_CALIBRATION&amp;quot;  and the error_code is  0x1000 == &amp;quot;NRF_ERROR_SDM_LFCLK_SOURCE_UNKNOWN&amp;quot;
Iam using S120 with the fwid: 0x4a      s120_nrf51822_0.8.0-3.alpha_softdevice.hex
and nRF51822QFAAC0.&lt;/p&gt;
&lt;p&gt;I have another problem the function
err_code = sd_ble_gap_scan_start(&amp;amp;m_scan_param);
is returning with an error_code = 0x3001   BLE_ERROR_INVALID_CONN_HANDLE&lt;/p&gt;
&lt;p&gt;Thanks Alex&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: S120 RC clock problem</title><link>https://devzone.nordicsemi.com/thread/9232?ContentTypeID=1</link><pubDate>Thu, 10 Apr 2014 11:20:18 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:7a798704-149a-4db7-8c33-5acd15b8e014</guid><dc:creator>Petter Myhre</dc:creator><description>&lt;p&gt;Hi&lt;/p&gt;
&lt;p&gt;Please see &lt;a href="https://devzone.nordicsemi.com/index.php/what-low-frequency-clock-sources-can-i-use"&gt;this&lt;/a&gt; thread for information on which low-frequency sources you can use for our SoftDevices.&lt;/p&gt;
&lt;p&gt;If you want to use the RC oscillator, we recommend to use 4000ms or 8000ms calibration, 250ms is not necessary.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>