<?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 disable de DC/DC Converter?</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/2963/how-to-disable-de-dc-dc-converter</link><description>Hi all, 
 I would like to know how to disable de DC/DC Converter... 
 My main file is something like this: 
 void sleep()
{
 __SEV();
 __WFE();
 __WFE();
}

int main (void)
{
	NRF_POWER-&amp;gt;DCDCEN = NRF_POWER_DCDC_MODE_OFF;
	while (1)
	{
</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Tue, 01 Jul 2014 18:20:27 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/2963/how-to-disable-de-dc-dc-converter" /><item><title>RE: How to disable de DC/DC Converter?</title><link>https://devzone.nordicsemi.com/thread/11245?ContentTypeID=1</link><pubDate>Tue, 01 Jul 2014 18:20:27 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:b8bd9e8e-cc23-4d53-93d3-4d56c18bbb32</guid><dc:creator>John</dc:creator><description>&lt;p&gt;According to the reference manual, the DC/DC converter is disabled at reset, so you shouldn&amp;#39;t need to explicitly shut it off yourself. See section 11.2.7 of the reference manual (Rev 2.0).&lt;/p&gt;
&lt;p&gt;The block diagrams in the reference manual sections 11.1.1.2 and 11.1.1.3 would seem to indicate that the DC/DC enable merely allows VDD to get to the LDO without passing through the DC/DC converter. VDD appears to still go to the converter, but the output is a no connect so it doesn&amp;#39;t feed anything else. That may be why you still see 3V on the DCC pin after disabling the converter.&lt;/p&gt;
&lt;p&gt;I can&amp;#39;t speak to the last portion of your question regarding the S110 specification.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>