<?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 LFSYNT tolerance</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/18658/nrf52-lfsynt-tolerance</link><description>Question: How to force the tolerance of the low frequency clock in the absence of 32kHz xtal in central role so that during connection request the sleep clock accuracy is reported as 20ppm? 
 When central device is using the 32.768 kHz synthesized from</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Sat, 07 Jan 2017 16:10:09 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/18658/nrf52-lfsynt-tolerance" /><item><title>RE: nRF52 LFSYNT tolerance</title><link>https://devzone.nordicsemi.com/thread/72063?ContentTypeID=1</link><pubDate>Sat, 07 Jan 2017 16:10:09 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:0e58361b-e00e-4bf3-a48f-cd30ceee97eb</guid><dc:creator>Petter Myhre</dc:creator><description>&lt;p&gt;I don&amp;#39;t think it is possible to get 20 ppm with synth, and again you shouldn&amp;#39;t use it. From the S132 v3.0.0 release notes:&lt;/p&gt;
&lt;pre&gt;&lt;code&gt;Synthesized low frequency clock source is not tested or intended for use with the BLE stack.
&lt;/code&gt;&lt;/pre&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nRF52 LFSYNT tolerance</title><link>https://devzone.nordicsemi.com/thread/72062?ContentTypeID=1</link><pubDate>Sat, 07 Jan 2017 15:27:27 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:cfca873f-0c60-41f4-83dd-4b6466eba2ff</guid><dc:creator>Borkis</dc:creator><description>&lt;p&gt;Thank for you answer, Peter.&lt;/p&gt;
&lt;p&gt;I understand it will draw more current but in central role system I have access to mains power, so the current consumption increase can be tolerated&lt;br /&gt;
Unfortunately your explanation does not answer my question (RC synth is still 250ppm). Let me rephrase to be more specific:
How to force the tolerance of the low frequency clock in the absence of 32kHz xtal in central role so that during connection request the sleep clock accuracy is reported as 20ppm?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nRF52 LFSYNT tolerance</title><link>https://devzone.nordicsemi.com/thread/72061?ContentTypeID=1</link><pubDate>Thu, 29 Dec 2016 11:13:41 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:1c140fcb-0e6f-4bcc-bdc9-e8e8a24ccf1d</guid><dc:creator>Petter Myhre</dc:creator><description>&lt;p&gt;In general NRF_CLOCK_LF_SRC_SYNTH is not recommended, because it will keep the HFCLK running, drawing more current compared to the RC. If you don&amp;#39;t have an external 32 kHz crystal, it is recommended to use NRF_CLOCK_LF_SRC_RC with the configuration in the migration document:&lt;/p&gt;
&lt;pre&gt;&lt;code&gt;// Recommended configuration for using the RC oscillator with s132 (see nrf_sdm.h
for details)

nrf_clock_lf_cfg_t rc_cfg = {
    .source = NRF_CLOCK_LF_SRC_RC,
    .rc_ctiv = 16, // Check temperature every 4 seconds
    .rc_temp_ctiv = 2, // Calibrate at least every 8 seconds even if the temperature hasn&amp;#39;t changed
};
&lt;/code&gt;&lt;/pre&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>