<?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>What was the LF_SRC_RC clock fix between SDK 11 and SDK 14?</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/27289/what-was-the-lf_src_rc-clock-fix-between-sdk-11-and-sdk-14</link><description>We have a device running SDK 11, without a crystal. It was using: 
 #define NRF_CLOCK_LFCLKSRC {.source = NRF_CLOCK_LF_SRC_RC, \
 .rc_ctiv = 16,
 .rc_temp_ctiv = 2}
 
 With these settings, android phones would stay connected, but iPhone would disconnect</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Mon, 20 Nov 2017 09:51:02 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/27289/what-was-the-lf_src_rc-clock-fix-between-sdk-11-and-sdk-14" /><item><title>RE: What was the LF_SRC_RC clock fix between SDK 11 and SDK 14?</title><link>https://devzone.nordicsemi.com/thread/107811?ContentTypeID=1</link><pubDate>Mon, 20 Nov 2017 09:51:02 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:d888b562-f172-4a6e-bb40-e183072f8549</guid><dc:creator>Petter Myhre</dc:creator><description>&lt;p&gt;Yes, NRF_SDH_CLOCK_LF_XTAL_ACCURACY is used, it is a bit misleading I agree, and I have reported this to developers. Have you set NRF_SDH_CLOCK_LF_XTAL_ACCURACY to NRF_CLOCK_LF_XTAL_ACCURACY_500_PPM?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: What was the LF_SRC_RC clock fix between SDK 11 and SDK 14?</title><link>https://devzone.nordicsemi.com/thread/107810?ContentTypeID=1</link><pubDate>Thu, 16 Nov 2017 17:10:43 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:7f9b5113-3ae1-4d96-90a6-223473d58d4c</guid><dc:creator>Aaron</dc:creator><description>&lt;p&gt;Yes, we saw disconnects (on iPhone only) with 16/2 on SDK11/S132 2.0.0 that were fixed by changing it to 12/0.  With another slightly different device (both containing nRF52832 chipsets without crystals) running SDK14.1.0/S132 5.0.0 with 16/2 there are no disconnects on iPhone.  Changing 16/2 to 12/0 fixed the problem but added 5 uA.  How is the RC oscillator accuracy set in 5.0.0?  Is NRF_SDH_CLOCK_LF_XTAL_ACCURACY used?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: What was the LF_SRC_RC clock fix between SDK 11 and SDK 14?</title><link>https://devzone.nordicsemi.com/thread/107809?ContentTypeID=1</link><pubDate>Thu, 16 Nov 2017 16:11:19 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:1f7b4dd5-a485-4398-aed3-27308a58536b</guid><dc:creator>Petter Myhre</dc:creator><description>&lt;p&gt;And just to clarify, you did get the disconnects with 16/2 on SDK11/S132 2.0.0 right?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: What was the LF_SRC_RC clock fix between SDK 11 and SDK 14?</title><link>https://devzone.nordicsemi.com/thread/107808?ContentTypeID=1</link><pubDate>Thu, 16 Nov 2017 12:52:37 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:ccfe05d1-af9c-4292-bad9-6fb0e8c2ecab</guid><dc:creator>Petter Myhre</dc:creator><description>&lt;p&gt;Are you saying you are seeing this on one of many devices?&lt;/p&gt;
&lt;p&gt;This is not really about SDK, it is about SoftDevice, in the SDK11 S132 2.0.0 is used, in SDK14.1 S132 5.0.0 is used.&lt;/p&gt;
&lt;p&gt;If you see the migration document of S132 5.0.0 you can see that the RC oscillator accuracy now can be set, previously it was fixed to 250 ppm. Maybe you have set it to 500 ppm?&lt;/p&gt;
&lt;p&gt;A setting of 500 ppm would also increase the average current consumption, because the slave RX window would have to be larger, to account for larger clock drift.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>