<?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>Unable to use LDO power on NRF52840</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/125533/unable-to-use-ldo-power-on-nrf52840</link><description>Hello, 
 I want to use only LDO (not DC/DC) regulation on my nRF52840 design. The documentation states that LDO is the default for both REG0 and REG1, and that DC/DC should only be enabled if the external LC filter is present. Based on this, I removed</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Tue, 18 Nov 2025 08:00:35 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/125533/unable-to-use-ldo-power-on-nrf52840" /><item><title>RE: Unable to use LDO power on NRF52840</title><link>https://devzone.nordicsemi.com/thread/554638?ContentTypeID=1</link><pubDate>Tue, 18 Nov 2025 08:00:35 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:1443aeec-28f0-4fb3-b287-49dbf9f846bb</guid><dc:creator>Simonr</dc:creator><description>&lt;p&gt;Ah, that makes sense. I didn&amp;#39;t realize you had MCUBoot as part of your project as well. Thank you for sharing the solution. Closing this case then. Feel free to reopen if you have any further issues.&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><item><title>RE: Unable to use LDO power on NRF52840</title><link>https://devzone.nordicsemi.com/thread/554450?ContentTypeID=1</link><pubDate>Sun, 16 Nov 2025 09:57:39 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:aabb3b3d-664c-439b-ade9-9324393143fe</guid><dc:creator>harryle</dc:creator><description>&lt;p&gt;Hi Simonr,&lt;br /&gt;&lt;br /&gt;It turns out that the MCU boot enable DCDC by default and try disabling it on the app takes no effect. I added this to also the mcuboot.overlay, not just the app overlay, and it worked:&lt;br /&gt;&lt;strong&gt;&amp;amp;reg1 {&amp;nbsp;regulator-initial-mode = &amp;lt;NRF5X_REG_MODE_LDO&amp;gt;; };&lt;/strong&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Unable to use LDO power on NRF52840</title><link>https://devzone.nordicsemi.com/thread/554345?ContentTypeID=1</link><pubDate>Fri, 14 Nov 2025 07:57:24 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:182ac0f1-d6c2-46e6-8269-10cf70f6b029</guid><dc:creator>harryle</dc:creator><description>&lt;p&gt;Hi, thank you for your suggestion, I created a blank application and was able to successfully set both reg to disabled. It also worked on our PCB board.&lt;br /&gt;&lt;br /&gt;But the firmware of the project I&amp;#39;m working on still failed even with the same setting as the blank one I created. Is there any chance that some component on zephyr can automatically override those config and make the chip use DCDC power instead of LDO?. I&amp;#39;m using UART, BLE, NFC on the project.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Unable to use LDO power on NRF52840</title><link>https://devzone.nordicsemi.com/thread/554213?ContentTypeID=1</link><pubDate>Thu, 13 Nov 2025 07:32:41 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:79c6ca22-dc3d-42c1-9897-6ffb4da13e34</guid><dc:creator>Simonr</dc:creator><description>&lt;p&gt;Hi&lt;/p&gt;
&lt;p&gt;The schematics look good. Both DCDCEN registers should be set to 0 (disabled). This should be disabled by default AFAIK, but you can set&amp;nbsp;&lt;strong&gt;&amp;amp;reg0 {&amp;nbsp;regulator-initial-mode = &amp;lt;NRF5X_REG_MODE_LDO&amp;gt;; };&lt;/strong&gt; to make sure as well. Note that if it has been run with DCDCEN0 enabled at all without the required components, it not certain that you&amp;#39;ll be able to reflash the device.&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><item><title>RE: Unable to use LDO power on NRF52840</title><link>https://devzone.nordicsemi.com/thread/554051?ContentTypeID=1</link><pubDate>Wed, 12 Nov 2025 04:34:28 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:71cb7b7f-7b99-47f3-9a00-41ea136a7262</guid><dc:creator>harryle</dc:creator><description>&lt;p&gt;Hi Simonr,&lt;br /&gt;&lt;br /&gt;Thank you for your reply. I only removed L2 and L3, not the C16. After removing C16, I can flash firmware to the chip without error. But it seems the firmware is not running. I have attached my schematic here, could you please review it?&lt;/p&gt;
&lt;p&gt;&lt;img src="https://devzone.nordicsemi.com/resized-image/__size/640x480/__key/communityserver-discussions-components-files/4/pastedimage1762920446895v2.png_2D00_640x480.png" alt=" " /&gt;&lt;br /&gt;&lt;br /&gt;About firmware, I&amp;#39;m using NCS v2.9.1, and using default setting now. When run debugging, it&amp;nbsp;found out that under POWER, register DCDCEN has value 1 which is Enabled, and DCDCEN0 has value 0 which is Disabled. Is it the expected value?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Unable to use LDO power on NRF52840</title><link>https://devzone.nordicsemi.com/thread/553981?ContentTypeID=1</link><pubDate>Tue, 11 Nov 2025 13:35:01 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:e77358e5-3274-43c6-8d2d-7447aa498576</guid><dc:creator>Simonr</dc:creator><description>&lt;p&gt;Hi&lt;/p&gt;
&lt;p&gt;The Devicetree setting you set iis indeed the default setting, so making sure this is what is set should be sufficient if you&amp;#39;re on NCS v2.8.0 or later. Please confirm which SDK version you&amp;#39;re working on.&lt;/p&gt;
&lt;p&gt;The behavior you describe doesn&amp;#39;t sound typical for when DCDC is enabled but the components are missing, as that usually locks the device up entirely, so I don&amp;#39;t think that is it here. Can you say specifically which components you removed from your board? Did you just remove the two inductors or any additional components? There are three extra components added when DCDC is used, so those three should be removed with everything else being untouched:&amp;nbsp;&lt;img style="max-height:240px;max-width:320px;" src="https://devzone.nordicsemi.com/resized-image/__size/640x480/__key/communityserver-discussions-components-files/4/pastedimage1762868082146v1.png" alt=" " /&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>