<?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 enable DC/DC in software</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/82955/how-to-enable-dc-dc-in-software</link><description>As I learnt, nRF5232 defaut with LDO mode, DC/DC is diabled, but I can not find any config in nRF5 SDK for nRF52 DK, 
 someone said to use: sd_power_dcdc_mode_set,other said: NRF_POWER-&amp;gt;DCDCEN = 1 
 I opened ble uart ble prj,but no result to find 
 pls</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Mon, 20 Dec 2021 11:57:10 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/82955/how-to-enable-dc-dc-in-software" /><item><title>RE: How to enable DC/DC in software</title><link>https://devzone.nordicsemi.com/thread/344342?ContentTypeID=1</link><pubDate>Mon, 20 Dec 2021 11:57:10 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:982b2dbf-094b-40c9-89bb-022cac115351</guid><dc:creator>Vidar Berg</dc:creator><description>&lt;p&gt;Hello,&lt;/p&gt;
&lt;p&gt;You can enable the DCDC regulator by running &amp;quot;NRF_POWER-&amp;gt;DCDCEN = 1&amp;quot; before enabling the Softdevice, or &amp;quot;sd_power_dcdc_mode_set(NRF_POWER_DCDC_ENABLE)&amp;quot; if you want to do it while the Softdevice is enabled.&lt;/p&gt;
&lt;p&gt;Best regards,&lt;/p&gt;
&lt;p&gt;Vidar&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>