<?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 turn on nrf5340 DCDC</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/72855/how-to-turn-on-nrf5340-dcdc</link><description>Hello, 
 Here is my work env. 
 NCS: v1.5.0 
 board: nrf5340dk 
 I found this way to open DCDC，but the nRF5340_PS_v1.0.pdf said these register are Retained.Can you give me some advice. 
 
 NRF_REGULATORS_S-&amp;gt;VREGRADIO.DCDCEN=REGULATORS_VREGRADIO_DCDCEN_DCDCEN_Enabled;</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Tue, 16 Mar 2021 15:13:47 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/72855/how-to-turn-on-nrf5340-dcdc" /><item><title>RE: How to turn on nrf5340 DCDC</title><link>https://devzone.nordicsemi.com/thread/300196?ContentTypeID=1</link><pubDate>Tue, 16 Mar 2021 15:13:47 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:bf091408-0849-465e-93e0-70408af5dc34</guid><dc:creator>Einar Thorsrud</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;These are the relevant registers, yes. You typically set this in your firmware by configuring to &lt;code&gt;y&lt;/code&gt; or &lt;code&gt;n&lt;/code&gt; in prj.conf. For instance, to enable DCDC for both app and net as well as high voltage mode, sett all these three to &lt;code&gt;y&lt;/code&gt;:&lt;/p&gt;
&lt;p&gt;&lt;pre class="ui-code" data-mode="text"&gt;CONFIG_BOARD_ENABLE_DCDC_APP=y
CONFIG_BOARD_ENABLE_DCDC_NET=y
CONFIG_BOARD_ENABLE_DCDC_HV=y&lt;/pre&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>