<?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>DCDC Startup Time</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/10188/dcdc-startup-time</link><description>We are looking to use the DCDC to reduce the maximum current during radio operations, but minimize the overall current by enabling it as late as possible before radio use (due to its 300uA operating current when enabled). 
 The startup time of the DCDC</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Wed, 11 Nov 2015 11:56:38 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/10188/dcdc-startup-time" /><item><title>RE: DCDC Startup Time</title><link>https://devzone.nordicsemi.com/thread/37781?ContentTypeID=1</link><pubDate>Wed, 11 Nov 2015 11:56:38 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:c95817a1-2170-40c1-9627-c1c316b39e6e</guid><dc:creator>Einar Thorsrud</dc:creator><description>&lt;p&gt;That is good to hear. If you are satisfied with the answer I would appreciate it if you could accept it by clicking on the check mark to the left oft he answer.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: DCDC Startup Time</title><link>https://devzone.nordicsemi.com/thread/37780?ContentTypeID=1</link><pubDate>Wed, 11 Nov 2015 11:47:35 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:9a01ac8d-3f2a-49be-9a7e-612e41cd7958</guid><dc:creator>Ken N</dc:creator><description>&lt;p&gt;Thanks Einar, totally clear now.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: DCDC Startup Time</title><link>https://devzone.nordicsemi.com/thread/37779?ContentTypeID=1</link><pubDate>Wed, 11 Nov 2015 11:34:16 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:2e791c85-fedb-4e17-a043-6169fff2173e</guid><dc:creator>Einar Thorsrud</dc:creator><description>&lt;p&gt;Most of the &lt;a href="https://devzone.nordicsemi.com/question/685/ldo-vs-dcdc-nrf51822/"&gt;thread&lt;/a&gt; you link to is related to earlier revisions. The DC/DC will &lt;em&gt;not&lt;/em&gt; consume power when the radio is not active on 3rd revision chips. This could perhaps have been stated more clearly in the Reference Manual, but is covered in Section 12.1.3.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: DCDC Startup Time</title><link>https://devzone.nordicsemi.com/thread/37778?ContentTypeID=1</link><pubDate>Wed, 11 Nov 2015 11:19:45 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:eda356f9-0b8f-4bc7-ad09-0e10a6ea78a1</guid><dc:creator>Ken N</dc:creator><description>&lt;p&gt;Thanks for the response Einar.&lt;/p&gt;
&lt;p&gt;In fact that is how we are currently using the DCDC.  However in &lt;a href="https://devzone.nordicsemi.com/question/685/ldo-vs-dcdc-nrf51822/"&gt;this article,&lt;/a&gt; one of your colleagues mentions the DCDC consuming 300uA when enabled, admittedly for Rev 2 hardware.  So if this is no longer the case with rev 3, and once enabled the DCDC is only &lt;strong&gt;active&lt;/strong&gt; when the radio is operating, then is it correct that the DCDC uses no current other than when the radio is active?&lt;/p&gt;
&lt;p&gt;If that is the case then presumably any DCDC startup time is absorbed into the startup time of the radio.&lt;/p&gt;
&lt;p&gt;Thanks&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: DCDC Startup Time</title><link>https://devzone.nordicsemi.com/thread/37777?ContentTypeID=1</link><pubDate>Wed, 11 Nov 2015 10:05:21 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:cc8ba9af-af57-4667-bd0a-43c0abf50cc3</guid><dc:creator>Einar Thorsrud</dc:creator><description>&lt;p&gt;I do not have the number up front, but the startup time depend (significantly) on the current consumption. However, it may not be necessary to know, as the  management of the DC/DC was changed in revision 3. In that revision you only have to enable the DC/DC once, and it is automatically used when the radio is active and disabled at all other times. Thus, assuming you use the SoftDevice, you only have to make a call to &lt;a href="http://infocenter.nordicsemi.com/topic/com.nordic.infocenter.s110.api.v8.0.0/group___n_r_f___s_o_c___f_u_n_c_t_i_o_n_s.html#ga34b954aaf40905251036737b716533c8"&gt;&lt;code&gt;sd_power_dcdc_mode_set()&lt;/code&gt;&lt;/a&gt; at startup, and  you can forget about it.&lt;/p&gt;
&lt;p&gt;The behavior of the DC/DC in revision 3 chips is documented in Section 12.1.3 of the &lt;a href="http://infocenter.nordicsemi.com/topic/com.nordic.infocenter.pdf.rm/nRF51_RM_v3.0.pdf"&gt;reference manual&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;You can compare the current consumption when using the radio for DC/DC disabled (Section 8.5.2) and enabled (Section 8.5.3) in the &lt;a href="http://infocenter.nordicsemi.com/topic/com.nordic.infocenter.pdf.ps/nRF51822_PS_v3.1.pdf"&gt;product specification&lt;/a&gt;.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: DCDC Startup Time</title><link>https://devzone.nordicsemi.com/thread/37776?ContentTypeID=1</link><pubDate>Wed, 11 Nov 2015 09:03:03 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:243a2392-b768-4ade-9235-b9ebd89ae68f</guid><dc:creator>Ken N</dc:creator><description>&lt;p&gt;We&amp;#39;re using the nRF51822, rev 3&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: DCDC Startup Time</title><link>https://devzone.nordicsemi.com/thread/37775?ContentTypeID=1</link><pubDate>Wed, 11 Nov 2015 09:00:10 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:0c5425e1-f959-4215-98e4-1ff1b239921c</guid><dc:creator>Einar Thorsrud</dc:creator><description>&lt;p&gt;Is this question about the nRF51 or the nRF52?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>