<?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 is needed in NCS/Zephyr to make nRF52840 module (Fanstel BC840) to use RC instead of external crystal?</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/76134/what-is-needed-in-ncs-zephyr-to-make-nrf52840-module-fanstel-bc840-to-use-rc-instead-of-external-crystal</link><description>Hi, We&amp;#39;ve been developing our prototype with nRF52840DK. Our Zephyr RTOS based code is working fine there with BLE connections and sensors. Lately we&amp;#39;ve been testing our code on our own PCB designs and running into problems with software booting and freezing</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Tue, 08 Jun 2021 16:23:18 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/76134/what-is-needed-in-ncs-zephyr-to-make-nrf52840-module-fanstel-bc840-to-use-rc-instead-of-external-crystal" /><item><title>RE: What is needed in NCS/Zephyr to make nRF52840 module (Fanstel BC840) to use RC instead of external crystal?</title><link>https://devzone.nordicsemi.com/thread/314276?ContentTypeID=1</link><pubDate>Tue, 08 Jun 2021 16:23:18 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:7e0cb16b-932b-4365-af17-a479311fa115</guid><dc:creator>HarriR</dc:creator><description>&lt;p&gt;Hi,&lt;br /&gt;&lt;br /&gt;Thank you, I did that as well as what is described &lt;a href="https://devzone.nordicsemi.com/nordic/nordic-blog/b/blog/posts/nrf5x-support-within-the-zephyr-project-rtos"&gt;here&lt;/a&gt;.&lt;/p&gt;
&lt;div&gt;
&lt;div&gt;&lt;span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;pre class="ui-code" data-mode="text"&gt;CONFIG_CLOCK_CONTROL_NRF_K32SRC_RC=y
CONFIG_CLOCK_CONTROL_NRF_K32SRC_XTAL=n
CONFIG_CLOCK_CONTROL_NRF_K32SRC_250PPM=y&lt;/pre&gt;&lt;br /&gt;&lt;br /&gt;This seems to have fixed our problems. Zephyr now boots and BLE works just fine.
&lt;div&gt;&lt;span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: What is needed in NCS/Zephyr to make nRF52840 module (Fanstel BC840) to use RC instead of external crystal?</title><link>https://devzone.nordicsemi.com/thread/314248?ContentTypeID=1</link><pubDate>Tue, 08 Jun 2021 14:09:25 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:dd36bef8-a8ef-41ec-913f-b147a659d71a</guid><dc:creator>Simon</dc:creator><description>&lt;p&gt;&lt;span&gt;Try setting these in the prj.conf file:&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&lt;pre class="ui-code" data-mode="text"&gt;CONFIG_CLOCK_CONTROL_NRF_K32SRC_RC=y
CONFIG_CLOCK_CONTROL_NRF_K32SRC_XTAL=n&lt;/pre&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;Best regards,&lt;/p&gt;
&lt;p&gt;Simon&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>