<?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>Switching ON DC-DC convertor</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/102379/switching-on-dc-dc-convertor</link><description>Dear Sirs! 
 I want to use internal DC-DC convertor instead of LDO. I added inductors and capacitor as recommended and added code 
 nrf_drv_power_config_t config; config.dcdcen=1; nrf_drv_power_init(&amp;amp;config); 
 
 Is it correct? Shall I do anything else</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Mon, 31 Jul 2023 13:42:35 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/102379/switching-on-dc-dc-convertor" /><item><title>RE: Switching ON DC-DC convertor</title><link>https://devzone.nordicsemi.com/thread/439046?ContentTypeID=1</link><pubDate>Mon, 31 Jul 2023 13:42:35 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:b44e26c4-128f-48e0-9c07-7161cb205cd8</guid><dc:creator>hmolesworth</dc:creator><description>&lt;p&gt;Try this as the first action in main():&lt;/p&gt;
&lt;p&gt;&lt;pre class="ui-code" data-mode="c_cpp"&gt; // The DC/DC regulator may be used as an alternative to the LDO regulator
 // provided the inductors are installed. Enable the DC/DC through the
 // DCDCEN. Using the DC/DC regulator will typically reduce current consumption
 //compared to using the LDO regulator
 NRF_POWER-&amp;gt;DCDCEN = 1;&lt;/pre&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Switching ON DC-DC convertor</title><link>https://devzone.nordicsemi.com/thread/438968?ContentTypeID=1</link><pubDate>Mon, 31 Jul 2023 10:43:04 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:973f56bc-fcc9-479e-80e1-bdd2ec9adb96</guid><dc:creator>PMichael</dc:creator><description>&lt;p&gt;I use&amp;nbsp;nRF5_SDK_12.2.0_f012efa. First design of the device is about 6 years old.&lt;/p&gt;
&lt;p&gt;Ticket you mentioned above as I see related to significantly later project with Zephyr OS. My project based on RTOS&lt;/p&gt;
&lt;p&gt;Please advice regarding to SDK version 12.2 beta.&lt;/p&gt;
&lt;p&gt;&lt;span&gt;It is also not clear to me if&amp;nbsp;&lt;/span&gt;&lt;span&gt;NRF_POWER_HAS_VDDH shall be defined or not. My power supply is 3.3V&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;Best regards&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Switching ON DC-DC convertor</title><link>https://devzone.nordicsemi.com/thread/438954?ContentTypeID=1</link><pubDate>Mon, 31 Jul 2023 10:06:10 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:6d776a06-3298-4879-8d34-60227c1cc3a1</guid><dc:creator>Priyanka</dc:creator><description>&lt;p&gt;Hi Michael,&lt;/p&gt;
&lt;p&gt;Which SDK are you working on? Is it the nRF Connect SDK? Please take a look at &lt;a href="https://devzone.nordicsemi.com/f/nordic-q-a/93873/how-to-enable-dcdc-regulator-in-nrf-connect-sdk-ncs"&gt;this ticket&lt;/a&gt; and let me know how it goes.&lt;/p&gt;
&lt;p&gt;Best Regards,&lt;/p&gt;
&lt;p&gt;Priyanka&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>