<?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>DCDC - Which peripherals use it other than BLE?</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/121992/dcdc---which-peripherals-use-it-other-than-ble</link><description>Couldn&amp;#39;t find it documented anywhere.</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Wed, 04 Jun 2025 07:57:48 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/121992/dcdc---which-peripherals-use-it-other-than-ble" /><item><title>RE: DCDC - Which peripherals use it other than BLE?</title><link>https://devzone.nordicsemi.com/thread/537987?ContentTypeID=1</link><pubDate>Wed, 04 Jun 2025 07:57:48 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:91b8f796-6091-4fa9-b99a-4684913ee2de</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;The DCDC is controlled via hardware. Once enabled in its NRF_POWER-&amp;gt;DCDCEN register, the hardware will control the different power states based on consumption.&lt;/p&gt;
&lt;p&gt;Here&amp;#39;s the place where its set in NCS:&lt;/p&gt;
&lt;p&gt;&lt;a href="https://github.com/nrfconnect/sdk-zephyr/blob/v4.0.99-ncs1/soc/nordic/nrf52/soc.c#L37"&gt;https://github.com/nrfconnect/sdk-zephyr/blob/v4.0.99-ncs1/soc/nordic/nrf52/soc.c#L37&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Here&amp;#39;s how to set up DCDC in device tree:&lt;/p&gt;
&lt;p&gt;&lt;pre class="ui-code" data-mode="text"&gt;&amp;amp;reg {
	regulator-initial-mode = &amp;lt;NRF5X_REG_MODE_DCDC&amp;gt;;
};&lt;/pre&gt;&lt;/p&gt;
&lt;p&gt;And LDO:&lt;/p&gt;
&lt;p&gt;&lt;pre class="ui-code" data-mode="text"&gt;&amp;amp;reg {
	regulator-initial-mode = &amp;lt;NRF5X_REG_MODE_LDO&amp;gt;;
};&lt;/pre&gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;PS: You can set the register on/off at runtime if desired.&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: DCDC - Which peripherals use it other than BLE?</title><link>https://devzone.nordicsemi.com/thread/537947?ContentTypeID=1</link><pubDate>Tue, 03 Jun 2025 21:20:39 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:5ea607ea-0d77-41c7-8449-72f2cc65c977</guid><dc:creator>snoopy20</dc:creator><description>&lt;p&gt;Looked everywhere and can&amp;#39;t find it, could I ask for the code which forces DCDC on all the time?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: DCDC - Which peripherals use it other than BLE?</title><link>https://devzone.nordicsemi.com/thread/537927?ContentTypeID=1</link><pubDate>Tue, 03 Jun 2025 17:02:34 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:f02b7d2c-e033-4c78-9cba-32d969132932</guid><dc:creator>snoopy20</dc:creator><description>&lt;p&gt;In my case ADC performance worsens when DCDC is enabled, but I&amp;#39;m unsure if it&amp;#39;s because DCDC is starting/stopping and the noise from it. I thought I could optimise by forcing DCDC on all the time (using previously supplied code) when I know which peripherals are active and using it.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: DCDC - Which peripherals use it other than BLE?</title><link>https://devzone.nordicsemi.com/thread/537925?ContentTypeID=1</link><pubDate>Tue, 03 Jun 2025 16:56:03 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:950aa8a5-51bf-490d-ab8d-8dc42b76a83e</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;The system will use DCDC when it is effective to use it, and automatically switch between LDO operation and DCDC, as described in the POWER chapter of the datasheet:&lt;/p&gt;
&lt;p&gt;&lt;a href="https://docs.nordicsemi.com/bundle/ps_nrf52810/page/power.html"&gt;https://docs.nordicsemi.com/bundle/ps_nrf52810/page/power.html&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;CPU will use DCDC for instance:&lt;/p&gt;
&lt;p&gt;&lt;a href="https://docs.nordicsemi.com/bundle/ps_nrf52810/page/_tmp/gluon/autodita/CURRENT/parameters.id_current_cpu.html"&gt;https://docs.nordicsemi.com/bundle/ps_nrf52810/page/_tmp/gluon/autodita/CURRENT/parameters.id_current_cpu.html&lt;/a&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></channel></rss>