<?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>In nRF52832, how to use the internal RC Oscillator</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/13310/in-nrf52832-how-to-use-the-internal-rc-oscillator</link><description>I am using the original board. Crystal of 32kHz has not been mounted on this. So, I want to use the internal RC Oscillator. In addition, I use a hrs example of nRF5_SDK_11.0.0. 
 I write “NRF_CLOCK-&amp;gt; LFCLKSRC = 0” and selected RC oscillator, but do not</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Mon, 06 May 2019 11:57:20 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/13310/in-nrf52832-how-to-use-the-internal-rc-oscillator" /><item><title>RE: In nRF52832, how to use the internal RC Oscillator</title><link>https://devzone.nordicsemi.com/thread/185475?ContentTypeID=1</link><pubDate>Mon, 06 May 2019 11:57:20 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:ea2af204-cb32-4594-9a38-f750e989c183</guid><dc:creator>Susheel Nuguru</dc:creator><description>&lt;p&gt;thanks for the update Andrew.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: In nRF52832, how to use the internal RC Oscillator</title><link>https://devzone.nordicsemi.com/thread/185450?ContentTypeID=1</link><pubDate>Mon, 06 May 2019 11:28:39 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:cf34f0ce-5c35-4ed4-8004-3bcdc7842b09</guid><dc:creator>awneil</dc:creator><description>&lt;p&gt;Update for SDK 15.3.0:&lt;/p&gt;
&lt;p&gt;&lt;a href="https://devzone.nordicsemi.com/f/nordic-q-a/46564/error-133-0x85-gatt-error-on-nrf52840/185362#185362"&gt;devzone.nordicsemi.com/.../185362&lt;/a&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: In nRF52832, how to use the internal RC Oscillator</title><link>https://devzone.nordicsemi.com/thread/50742?ContentTypeID=1</link><pubDate>Wed, 20 Apr 2016 09:29:06 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:44bd1edc-ed8e-4f40-ab23-1399f6a096e2</guid><dc:creator>UBAN</dc:creator><description>&lt;p&gt;Hi, Aryan. Thanks for the detailed explanation. I understand that XTAL LFCLK is not required at the time of advertising.I try to tell the softdevice to use internal RC.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: In nRF52832, how to use the internal RC Oscillator</title><link>https://devzone.nordicsemi.com/thread/50746?ContentTypeID=1</link><pubDate>Wed, 20 Apr 2016 08:32:45 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:d39b96cc-d4f2-4b0f-b3c4-89cd4955a8d2</guid><dc:creator>Susheel Nuguru</dc:creator><description>&lt;p&gt;Hi,
No the XTAL LFCLK is not needed to advertise, your app just need to tell the softdevice to use internal RC and when to calibrate it (temperature change). The softdevice will then use HFCLK XTAL as reference and start it when it needs to calibrate the RC LFCLK.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: In nRF52832, how to use the internal RC Oscillator</title><link>https://devzone.nordicsemi.com/thread/50745?ContentTypeID=1</link><pubDate>Wed, 20 Apr 2016 08:08:05 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:5e0f422b-d2c2-487b-b3f9-40667362c502</guid><dc:creator>UBAN</dc:creator><description>&lt;p&gt;I&amp;#39;m sorry at the lack of explanation.
When advertising, oscillator of 32kHz is necessary isn’t it? It does not have mounted on the board that I have used. So, I tried to use the internal RC Oscillator.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: In nRF52832, how to use the internal RC Oscillator</title><link>https://devzone.nordicsemi.com/thread/50744?ContentTypeID=1</link><pubDate>Wed, 20 Apr 2016 07:20:17 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:9e29d331-a965-4e36-964a-6ab811e0fd34</guid><dc:creator>Susheel Nuguru</dc:creator><description>&lt;p&gt;Hi uba,
I am not sure if I understand your question correctly. If you are using softdevice then the clock will be enabled when you enable the softdevice.&lt;/p&gt;
&lt;pre&gt;&lt;code&gt;sd_softdevice_enable
&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;The  first argument it takes is the clock configuration that you need for LFCLK. When using softdevice it is not advised to manipulate the LFCLK directly from app.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: In nRF52832, how to use the internal RC Oscillator</title><link>https://devzone.nordicsemi.com/thread/50743?ContentTypeID=1</link><pubDate>Wed, 20 Apr 2016 01:18:17 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:087da58c-bb74-4bac-ac00-c0ae6e2685ae</guid><dc:creator>UBAN</dc:creator><description>&lt;p&gt;Thank you for quick reply. It was added to write the above to Main.c, not advertising. Do I have that should be set to the other ?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: In nRF52832, how to use the internal RC Oscillator</title><link>https://devzone.nordicsemi.com/thread/50741?ContentTypeID=1</link><pubDate>Tue, 19 Apr 2016 09:04:33 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:c1d26b17-11cb-497e-983a-d3a58676b032</guid><dc:creator>Susheel Nuguru</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;After selecting the clock source, you have to start it.&lt;/p&gt;
&lt;pre&gt;&lt;code&gt;NRF_CLOCK-&amp;gt;LFCLKSRC            = (CLOCK_LFCLKSRC_SRC_RC &amp;lt;&amp;lt; CLOCK_LFCLKSRC_SRC_Pos);
NRF_CLOCK-&amp;gt;EVENTS_LFCLKSTARTED = 0;
NRF_CLOCK-&amp;gt;TASKS_LFCLKSTART    = 1;

while (NRF_CLOCK-&amp;gt;EVENTS_LFCLKSTARTED == 0)
{
    // Do nothing.
}
&lt;/code&gt;&lt;/pre&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>