<?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>Remove LF clock from nRF52832</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/87076/remove-lf-clock-from-nrf52832</link><description>Hello, 
 
 Currently In customized PCB board, nRF52832 is connected to both HFCLK(32MHz) and LFCLK(32MHz). 
 It takes up too much space. So HW engineer asked me to consider remove LFCLK. 
 Is it possible to remove LFCLK? 
 Our project is based on ESB</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Tue, 19 Apr 2022 14:03:27 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/87076/remove-lf-clock-from-nrf52832" /><item><title>RE: Remove LF clock from nRF52832</title><link>https://devzone.nordicsemi.com/thread/363648?ContentTypeID=1</link><pubDate>Tue, 19 Apr 2022 14:03:27 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:d9fbfc73-17ec-4866-bcd9-da6b3eb8212a</guid><dc:creator>Kenneth</dc:creator><description>&lt;p&gt;It should not be a problem to use the internal LFCLK RC oscillator instead of the external LFCLK crystal. Though the tolerance of the internal is typically up to 500ppm, so you may need to consider the extra drift when using the internal (e.g. drift up to 500us in 1second) vs. the external (e.g. drift up to 20us in 1 second).&lt;/p&gt;
&lt;p&gt;Kenneth&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Remove LF clock from nRF52832</title><link>https://devzone.nordicsemi.com/thread/363528?ContentTypeID=1</link><pubDate>Tue, 19 Apr 2022 10:48:07 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:e05720b7-4118-4e4c-976a-74e521fcff33</guid><dc:creator>Mike Tuev R9FT</dc:creator><description>&lt;p&gt;Hi. I have custom board without LFCLK.&lt;/p&gt;
&lt;p&gt;The following modifications were made in sdk_config.h&lt;/p&gt;
&lt;p&gt;#define NRF_SDH_CLOCK_LF_RC_CTIV 16&lt;br /&gt;#define NRF_SDH_CLOCK_LF_SRC 0&lt;br /&gt;#define NRF_SDH_CLOCK_LF_RC_TEMP_CTIV 2&lt;br /&gt;#define NRF_SDH_CLOCK_LF_ACCURACY 1&lt;/p&gt;
&lt;p&gt;It&amp;#39;s working with SPI and BLE.&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;But I don&amp;#39;t know if sleep/wake-up functionality will be working.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>