<?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>how to disable dcdc of nRF52840 in NCS v2.9.1?</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/127426/how-to-disable-dcdc-of-nrf52840-in-ncs-v2-9-1</link><description>Hi: 
 There arenot 10uH or 15nH at my board,how can i disable the dcdc in the code?</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Fri, 13 Mar 2026 15:54:14 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/127426/how-to-disable-dcdc-of-nrf52840-in-ncs-v2-9-1" /><item><title>RE: how to disable dcdc of nRF52840 in NCS v2.9.1?</title><link>https://devzone.nordicsemi.com/thread/563238?ContentTypeID=1</link><pubDate>Fri, 13 Mar 2026 15:54:14 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:eaafddff-c2bd-40a2-968b-d7f1ad652315</guid><dc:creator>H&amp;#229;kon Alseth</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;I assume your design does not have an external LFCLK src?&lt;/p&gt;
&lt;p&gt;Try setting this to enable internal 32k RC oscillator:&lt;/p&gt;
&lt;p&gt;&lt;pre class="ui-code" data-mode="text"&gt;CONFIG_CLOCK_CONTROL_NRF_K32SRC_RC=y&lt;/pre&gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Kind regards,&lt;/p&gt;
&lt;p&gt;Håkon&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: how to disable dcdc of nRF52840 in NCS v2.9.1?</title><link>https://devzone.nordicsemi.com/thread/563236?ContentTypeID=1</link><pubDate>Fri, 13 Mar 2026 15:04:32 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:1f898e65-1a1c-4426-be4c-d78388773d21</guid><dc:creator>always18</dc:creator><description>&lt;p&gt;hi, I&amp;nbsp;added the following to the board overlay file:&lt;/p&gt;
&lt;p&gt;&amp;amp;reg1 {&lt;br /&gt; regulator-initial-mode = &amp;lt;NRF5X_REG_MODE_LDO&amp;gt;;&lt;br /&gt;};&lt;/p&gt;
&lt;p&gt;when i power on the board,it don&amp;#39;t work.&lt;/p&gt;
&lt;p&gt;and when i power on it and connected the jlink,it works well.&lt;/p&gt;
&lt;p&gt;what&amp;#39;s wrong?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: how to disable dcdc of nRF52840 in NCS v2.9.1?</title><link>https://devzone.nordicsemi.com/thread/563231?ContentTypeID=1</link><pubDate>Fri, 13 Mar 2026 13:58:54 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:9c34cd7d-e52d-4555-99ff-b084d7dc2b6e</guid><dc:creator>Einar Thorsrud</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;To disable the DCDC, modify the board file for your custom board to specify using LDO instead like this (you can also put this in an overlay file):&lt;/p&gt;
&lt;p&gt;&lt;pre class="ui-code" data-mode="text"&gt;&amp;amp;reg1 {
    regulator-initial-mode = &amp;lt;NRF5X_REG_MODE_LDO&amp;gt;;
};&lt;/pre&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: how to disable dcdc of nRF52840 in NCS v2.9.1?</title><link>https://devzone.nordicsemi.com/thread/563230?ContentTypeID=1</link><pubDate>Fri, 13 Mar 2026 13:58:43 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:f2ec7143-905a-4d62-9428-d3456b8e2317</guid><dc:creator>H&amp;#229;kon Alseth</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;For NCS v2.9.0 and later (which applies to v2.9.1), the DCDC regulator configuration has moved to the&lt;span&gt;&amp;nbsp;&lt;/span&gt;&lt;strong&gt;device tree&lt;/strong&gt;&lt;span&gt;&amp;nbsp;&lt;/span&gt;rather than Kconfig. You need to add the following to your board overlay file:&lt;/p&gt;
&lt;div&gt;
&lt;div&gt;&lt;pre class="ui-code" data-mode="text"&gt;&amp;amp;reg1 {
    regulator-initial-mode = &amp;lt;NRF5X_REG_MODE_LDO&amp;gt;;
};&lt;/pre&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;p&gt;Ref:&amp;nbsp;&amp;nbsp;&lt;a href="https://devzone.nordicsemi.com/f/nordic-q-a/119729/what-exactly-is-required-to-run-usb-on-an-nrf52840-without-an-external-crystal/526990"&gt;RE: What exactly is required to run USB on an nRF52840 without an external crystal?&lt;/a&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Kind regards,&lt;/p&gt;
&lt;p&gt;Håkon&lt;/p&gt;
&lt;div&gt;
&lt;div&gt;
&lt;div&gt;
&lt;div&gt;
&lt;p&gt;&lt;strong&gt;&lt;/strong&gt;&lt;/p&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>