<?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 can i enable dcdc regulator</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/108744/how-can-i-enable-dcdc-regulator</link><description>Hi everybody, I want to try dcdc module. I want to figure out How can i reduce current consumption. I have a this 2 configuration in sdk_config.h 1) 
 
 // &amp;lt;e&amp;gt; POWER_ENABLED - nrf_drv_power - POWER peripheral driver - legacy layer 
 //===============</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Fri, 01 Mar 2024 12:28:46 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/108744/how-can-i-enable-dcdc-regulator" /><item><title>RE: How can i enable dcdc regulator</title><link>https://devzone.nordicsemi.com/thread/471780?ContentTypeID=1</link><pubDate>Fri, 01 Mar 2024 12:28:46 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:d2014123-5b79-4442-8a0c-59266e40cce2</guid><dc:creator>Edvin</dc:creator><description>[quote user="Oguzhann"]i read the current from uart on usb port.[/quote]
&lt;p&gt;Not sure what that means.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;But if you just measure the current going into the nRF using a normal multimeter, that may not be very accurate. They are not always good at reading these kind of current consumptions, where you will have close to 0A most of the time, but then you will have short spikes when the radio is being used. Not all multimeters are good at interpreting these. Some will not catch the spikes at all, while some will think that the spikes are much longer (in time). They will read out the maximum current for a given period, and assume that this was the current consumption for that sample length. Therefore, you must use something like the power profiler kit II to accurately measure the current.&lt;/p&gt;
[quote user="Oguzhann"]if this is stay as 0, the dcdc register is 1. is this reason this (above) just define default regulator option?[/quote]
&lt;p&gt;If you call&amp;nbsp;&lt;span&gt;sd_dcdc_mode_set()&amp;nbsp;nrf_power_init() with the correct parameters, it will enable the DCDC regardless of whether the NRFX_POWER_CONFIG_DEFAULT_DCDCEN is set to. That is just a definition, so it doesn&amp;#39;t magically change anything, unless it is actively used.&amp;nbsp;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;BR,&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;Edvin&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How can i enable dcdc regulator</title><link>https://devzone.nordicsemi.com/thread/471684?ContentTypeID=1</link><pubDate>Fri, 01 Mar 2024 07:39:41 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:5f6cc23f-257c-4aa7-89e7-264b0e121ffd</guid><dc:creator>Oguzhann</dc:creator><description>&lt;div&gt;
&lt;div&gt;&lt;span&gt;#ifndef&lt;/span&gt;&lt;span&gt; NRFX_POWER_CONFIG_DEFAULT_DCDCEN&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;&lt;span&gt;#define&lt;/span&gt;&lt;span&gt; &lt;/span&gt;&lt;span&gt;NRFX_POWER_CONFIG_DEFAULT_DCDCEN&lt;/span&gt;&lt;span&gt; &lt;/span&gt;&lt;span&gt;0&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;&lt;span&gt;#endif&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;&lt;span&gt;&amp;nbsp;&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;&lt;span&gt;if this is stay as 0, the dcdc register is 1. is this reason this (above) just define default regulator option?&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How can i enable dcdc regulator</title><link>https://devzone.nordicsemi.com/thread/471548?ContentTypeID=1</link><pubDate>Thu, 29 Feb 2024 13:35:21 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:9022efa5-1af4-42b2-a443-4d1eccacda0f</guid><dc:creator>Oguzhann</dc:creator><description>&lt;p&gt;i am kust using UNI-T multimeter. i read the current from uart on usb port. thank you sir. it is wonderful to heard dcdc is working.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How can i enable dcdc regulator</title><link>https://devzone.nordicsemi.com/thread/471547?ContentTypeID=1</link><pubDate>Thu, 29 Feb 2024 13:29:49 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:fe6e43a3-13d6-476d-aa44-22fa99282c0c</guid><dc:creator>Edvin</dc:creator><description>&lt;p&gt;It is perfectly possible to have enabled DCDC and still use a lot more current. Did you actually measure the current using a PPK? If so, can you show me a screenshot of what it looks like?&lt;/p&gt;
&lt;p&gt;In addition, anything else you do in your application will affect the power consumption. The numbers from the online power profiler only includes what is needed for the BLE to work.&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How can i enable dcdc regulator</title><link>https://devzone.nordicsemi.com/thread/471481?ContentTypeID=1</link><pubDate>Thu, 29 Feb 2024 08:56:45 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:585f8c30-84ca-44f1-8364-78eb4bd3b9cf</guid><dc:creator>Oguzhann</dc:creator><description>&lt;p&gt;&amp;nbsp;&lt;a href="https://devzone.nordicsemi.com/power/w/opp/2/online-power-profiler-for-bluetooth-le"&gt;https://devzone.nordicsemi.com/power/w/opp/2/online-power-profiler-for-bluetooth-le&lt;br /&gt;&lt;br /&gt;i&lt;/a&gt;n this tool, i configured all parameters as i use. but when i measure the current, there is difference. so that i confused what can i do for this differences? i have a suspect about did i enable dcdcen?&lt;/p&gt;
&lt;table id="details-box-details" class="details-box"&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;&lt;b&gt;Current consumption&lt;/b&gt;&lt;/td&gt;
&lt;td&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;BLE event total charge&lt;/td&gt;
&lt;td&gt;11.67 &amp;micro;C&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Idle current&lt;/td&gt;
&lt;td&gt;1.1 &amp;micro;A&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Total average current&lt;/td&gt;
&lt;td&gt;27 &amp;micro;A&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;p&gt;&lt;br /&gt;&lt;br /&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How can i enable dcdc regulator</title><link>https://devzone.nordicsemi.com/thread/471478?ContentTypeID=1</link><pubDate>Thu, 29 Feb 2024 08:50:46 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:c2879c88-75d2-4028-968a-cb1b3c60bd2a</guid><dc:creator>Edvin</dc:creator><description>&lt;p&gt;You only need one of them. If the register reads 0x00000001, then DCDC is enabled.&amp;nbsp;&lt;/p&gt;
[quote user="Oguzhann"]power profiler says 0.027ua average current but i see 0.035 ua.[/quote]
&lt;p&gt;What do you mean? Can you please share a screenshot?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How can i enable dcdc regulator</title><link>https://devzone.nordicsemi.com/thread/471477?ContentTypeID=1</link><pubDate>Thu, 29 Feb 2024 08:46:27 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:c8138a04-ccc1-4529-8415-20f8bf9a07ce</guid><dc:creator>Oguzhann</dc:creator><description>&lt;p&gt;I am running on the nrf52810 custom own board. I did everything that you advised me and then i read register and i see register value equals to 1. but power profiler says 0.027ua average current but i see 0.035 ua. i am confused. should i call? nrf_power_init with sd_dcdc_mode_set function?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How can i enable dcdc regulator</title><link>https://devzone.nordicsemi.com/thread/471476?ContentTypeID=1</link><pubDate>Thu, 29 Feb 2024 08:44:14 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:617319c8-414d-443d-a4f3-5dc9f4ea6828</guid><dc:creator>Edvin</dc:creator><description>&lt;p&gt;Don&amp;#39;t know. Does it work? Do any of the APP_ERROR_CHECK() return an err_code != 0? Does the register change?&lt;/p&gt;
&lt;p&gt;What are you running the application on? The nRF52832DK, or an actual nRF52810?&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;Best regards,&lt;/p&gt;
&lt;p&gt;Edvin&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How can i enable dcdc regulator</title><link>https://devzone.nordicsemi.com/thread/471412?ContentTypeID=1</link><pubDate>Wed, 28 Feb 2024 19:09:37 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:9bfc5b5f-cbba-4fe4-aed8-399bef31389d</guid><dc:creator>Oguzhann</dc:creator><description>&lt;p&gt;&lt;span&gt;I am using SDK17 and nrf52810 custom board. I tried to manage enable DCDC Regulator. For this, i removed old version config sentences, i changed the sdk_config.h :&lt;br /&gt;&lt;br /&gt;&lt;/span&gt;&lt;/p&gt;
&lt;div&gt;
&lt;div&gt;&lt;span&gt;// &amp;lt;e&amp;gt; NRFX_POWER_ENABLED - nrfx_power - POWER peripheral driver&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;&lt;span&gt;//==========================================================&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;&lt;span&gt;#ifndef&lt;/span&gt;&lt;span&gt; NRFX_POWER_ENABLED&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;&lt;span&gt;#define&lt;/span&gt;&lt;span&gt; &lt;/span&gt;&lt;span&gt;NRFX_POWER_ENABLED&lt;/span&gt;&lt;span&gt; &lt;/span&gt;&lt;span&gt;1&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;&lt;span&gt;#endif&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;&lt;span&gt;// &amp;lt;o&amp;gt; NRFX_POWER_CONFIG_IRQ_PRIORITY &amp;nbsp;- Interrupt priority&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;&lt;span&gt;&amp;nbsp;&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;&lt;span&gt;// &amp;lt;0=&amp;gt; 0 (highest) &lt;/span&gt;&lt;/div&gt;
&lt;div&gt;&lt;span&gt;// &amp;lt;1=&amp;gt; 1 &lt;/span&gt;&lt;/div&gt;
&lt;div&gt;&lt;span&gt;// &amp;lt;2=&amp;gt; 2 &lt;/span&gt;&lt;/div&gt;
&lt;div&gt;&lt;span&gt;// &amp;lt;3=&amp;gt; 3 &lt;/span&gt;&lt;/div&gt;
&lt;div&gt;&lt;span&gt;// &amp;lt;4=&amp;gt; 4 &lt;/span&gt;&lt;/div&gt;
&lt;div&gt;&lt;span&gt;// &amp;lt;5=&amp;gt; 5 &lt;/span&gt;&lt;/div&gt;
&lt;div&gt;&lt;span&gt;// &amp;lt;6=&amp;gt; 6 &lt;/span&gt;&lt;/div&gt;
&lt;div&gt;&lt;span&gt;// &amp;lt;7=&amp;gt; 7 &lt;/span&gt;&lt;/div&gt;
&lt;br /&gt;
&lt;div&gt;&lt;span&gt;#ifndef&lt;/span&gt;&lt;span&gt; NRFX_POWER_CONFIG_IRQ_PRIORITY&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;&lt;span&gt;#define&lt;/span&gt;&lt;span&gt; &lt;/span&gt;&lt;span&gt;NRFX_POWER_CONFIG_IRQ_PRIORITY&lt;/span&gt;&lt;span&gt; &lt;/span&gt;&lt;span&gt;6&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;&lt;span&gt;#endif&lt;/span&gt;&lt;/div&gt;
&lt;br /&gt;
&lt;div&gt;&lt;span&gt;// &amp;lt;q&amp;gt; NRFX_POWER_CONFIG_DEFAULT_DCDCEN &amp;nbsp;- The default configuration of main DCDC regulator&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;&lt;span&gt;&amp;nbsp;&lt;/span&gt;&lt;/div&gt;
&lt;br /&gt;
&lt;div&gt;&lt;span&gt;// &amp;lt;i&amp;gt; This settings means only that components for DCDC regulator are installed and it can be enabled.&lt;/span&gt;&lt;/div&gt;
&lt;br /&gt;
&lt;div&gt;&lt;span&gt;#ifndef&lt;/span&gt;&lt;span&gt; NRFX_POWER_CONFIG_DEFAULT_DCDCEN&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;&lt;span&gt;#define&lt;/span&gt;&lt;span&gt; &lt;/span&gt;&lt;span&gt;NRFX_POWER_CONFIG_DEFAULT_DCDCEN&lt;/span&gt;&lt;span&gt; &lt;/span&gt;&lt;span&gt;1&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;&lt;span&gt;#endif&lt;/span&gt;&lt;/div&gt;
&lt;br /&gt;
&lt;div&gt;&lt;span&gt;// &amp;lt;q&amp;gt; NRFX_POWER_CONFIG_DEFAULT_DCDCENHV &amp;nbsp;- The default configuration of High Voltage DCDC regulator&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;&lt;span&gt;&amp;nbsp;&lt;/span&gt;&lt;/div&gt;
&lt;br /&gt;
&lt;div&gt;&lt;span&gt;// &amp;lt;i&amp;gt; This settings means only that components for DCDC regulator are installed and it can be enabled.&lt;/span&gt;&lt;/div&gt;
&lt;br /&gt;
&lt;div&gt;&lt;span&gt;#ifndef&lt;/span&gt;&lt;span&gt; NRFX_POWER_CONFIG_DEFAULT_DCDCENHV&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;&lt;span&gt;#define&lt;/span&gt;&lt;span&gt; &lt;/span&gt;&lt;span&gt;NRFX_POWER_CONFIG_DEFAULT_DCDCENHV&lt;/span&gt;&lt;span&gt; &lt;/span&gt;&lt;span&gt;0&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;&lt;span&gt;#endif&lt;/span&gt;&lt;/div&gt;
&lt;br /&gt;
&lt;div&gt;&lt;span&gt;// &amp;lt;/e&amp;gt;&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;p&gt;&lt;span&gt;&lt;br /&gt;end then i call this function respectively. is there any wrong thing in enable process?&lt;br /&gt;&lt;br /&gt;&lt;/span&gt;&lt;span class="hljs-type"&gt;ret_code_t&lt;/span&gt;&lt;span&gt; err_code = nrf_sdh_enable_request(); &lt;br /&gt;&lt;/span&gt;&lt;span&gt;APP_ERROR_CHECK(err_code); &lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;err_code = nrfx_drv_power_init(&lt;/span&gt;&lt;span class="hljs-literal"&gt;NULL&lt;/span&gt;&lt;span&gt;);&lt;br /&gt;&lt;/span&gt;&lt;span&gt;APP_ERROR_CHECK(err_code);&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;err_code = sd_power_dcdc_mode_set(NRF_POWER_DCDC_ENABLE); APP_ERROR_CHECK(err_code);&lt;br /&gt;&lt;/span&gt;&lt;/p&gt;
&lt;div&gt;
&lt;div&gt;&lt;span&gt;err_code&lt;/span&gt;&lt;span&gt; &amp;nbsp;&lt;/span&gt;&lt;span&gt;=&lt;/span&gt;&lt;span&gt; &lt;/span&gt;&lt;span&gt;nrf_sdh_ble_enable&lt;/span&gt;&lt;span&gt;(&lt;/span&gt;&lt;span&gt;&amp;amp;&lt;/span&gt;&lt;span&gt;ram_start);&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;&lt;span&gt;APP_ERROR_CHECK&lt;/span&gt;&lt;span&gt;(&lt;/span&gt;&lt;span&gt;err_code&lt;/span&gt;&lt;span&gt;); &amp;nbsp;&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;p&gt;&lt;span&gt;&amp;nbsp;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How can i enable dcdc regulator</title><link>https://devzone.nordicsemi.com/thread/471365?ContentTypeID=1</link><pubDate>Wed, 28 Feb 2024 14:49:52 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:8114d13a-3b11-4e48-a6e4-d03b9a397e93</guid><dc:creator>Edvin</dc:creator><description>&lt;p&gt;no. NRFX is the new drivers. Keep them. You can remove the old ones if you like.&lt;/p&gt;
&lt;p&gt;The apply_old_config.h is located in SDK17.1.0\integration\nrfx\legacy\apply_old_config.h&lt;/p&gt;
&lt;p&gt;Yes. If you have enabled the softdevice, you can use sd_power_dcdc_mode_set(), if not, you can use the&amp;nbsp;&lt;span&gt;nrf_drv_power_init(NULL),&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;Best regards,&lt;/p&gt;
&lt;p&gt;Edvin&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How can i enable dcdc regulator</title><link>https://devzone.nordicsemi.com/thread/471329?ContentTypeID=1</link><pubDate>Wed, 28 Feb 2024 13:39:40 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:86c78171-b685-4183-8a6e-420fc5426a45</guid><dc:creator>Oguzhann</dc:creator><description>&lt;p&gt;&lt;span&gt;&lt;/span&gt;&lt;span&gt;&lt;span&gt;&lt;br /&gt;is this function necessery?&amp;nbsp;&lt;br /&gt;&lt;br /&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;div&gt;
&lt;div&gt;&lt;span&gt;&amp;nbsp; &amp;nbsp; &lt;/span&gt;&lt;span&gt;err_code&lt;/span&gt;&lt;span&gt; &lt;/span&gt;&lt;span&gt;=&lt;/span&gt;&lt;span&gt; &lt;/span&gt;&lt;span&gt;sd_power_dcdc_mode_set&lt;/span&gt;&lt;span&gt;(&lt;/span&gt;&lt;span&gt;NRF_POWER_DCDC_ENABLE&lt;/span&gt;&lt;span&gt;);&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;&lt;span&gt;&amp;nbsp; &amp;nbsp; &lt;/span&gt;&lt;span&gt;APP_ERROR_CHECK&lt;/span&gt;&lt;span&gt;(&lt;/span&gt;&lt;span&gt;err_code&lt;/span&gt;&lt;span&gt;);&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;/span&gt;is nrfx just for old version ? can i remove it from sdk_config.h?&lt;br /&gt;&lt;br /&gt;where should i use nrfx_power_init()? begining of main function or anywhere else?&lt;/div&gt;
&lt;/div&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How can i enable dcdc regulator</title><link>https://devzone.nordicsemi.com/thread/471319?ContentTypeID=1</link><pubDate>Wed, 28 Feb 2024 13:25:05 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:7428e0af-dcca-4e50-8d6d-43986594f931</guid><dc:creator>Oguzhann</dc:creator><description>&lt;p&gt;I did not see any apply_old_config.h&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How can i enable dcdc regulator</title><link>https://devzone.nordicsemi.com/thread/471313?ContentTypeID=1</link><pubDate>Wed, 28 Feb 2024 13:16:57 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:a60d9909-238f-4164-bfb1-701fae2d9591</guid><dc:creator>Edvin</dc:creator><description>&lt;p&gt;The reason some of the definitions say NRFX while others doesn&amp;#39;t is only for backwards compatibility. If you open your application project, and search for the&amp;nbsp;apply_old_config.h.&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;In the end, it is the NRFX_POWER_CONFIG_DEFAULT_DCDCEN that is being used, but it may not be the same as you define it to be in the sdk_config.h. You can see in the apply_old_config.h file that if the POWER_ENABLED is defined (it can be set to 0 but still be defined), it will undef NRFX_POWER_CONFIG_DEFAULT_DCDCEN and then redefine it to be equal to POWER_CONFIG_DEFAULT_DCDCEN.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;However, I never remember which way this goes without looking it up in the apply_old_config.h file, so I ususally just set them to be equal in sdk_config.h.&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;You may also need to add the file SDK\modules\nrfx\drivers\src\nrfx_power.c, if you have not already included it. You also need to call&amp;nbsp;nrf_drv_power_init(NULL), and include the files needed for this, such as SDK\integration\nrfx\legacy\nrf_drv_power.c&lt;/p&gt;
&lt;p&gt;When this is called, it will call nrfx_power_init() with p_config.dcdcen = NRFX_POWER_CONFIG_DEFAULT_DCDCEN.&lt;/p&gt;
&lt;p&gt;To verify that the DCDC is enabled, you can read the &lt;a href="https://infocenter.nordicsemi.com/topic/ps_nrf52810/power.html?cp=5_5_0_4_2_8_12#register.DCDCEN"&gt;DCDCEN register&lt;/a&gt;&amp;nbsp;using nrfjprog:&lt;/p&gt;
&lt;p&gt;nrfjprog --memrd 0x40000578&lt;/p&gt;
&lt;p&gt;and it should say 0x00000001 if it is enabled, and 0x00000000 if it is disabled.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;Hope that helps. Let me know if you are stuck.&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;Best regards,&lt;/p&gt;
&lt;p&gt;Edvin&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>