<?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>What is sure way to power down unwanted nrf51822 subsystems?</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/4329/what-is-sure-way-to-power-down-unwanted-nrf51822-subsystems</link><description>Hi 
 I struggle to understand mechanisms of switching particular subsystem of nrf51822 off and on again in order to consume as little as possible current when MCU is put into sleep.
The nrf51 Reference Manual v2.1 in section 11.1.3 states:
&amp;quot; The system</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Mon, 10 Nov 2014 10:27:44 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/4329/what-is-sure-way-to-power-down-unwanted-nrf51822-subsystems" /><item><title>RE: What is sure way to power down unwanted nrf51822 subsystems?</title><link>https://devzone.nordicsemi.com/thread/15416?ContentTypeID=1</link><pubDate>Mon, 10 Nov 2014 10:27:44 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:c8b556eb-00ea-4bd2-b3ca-3e5989da1ccb</guid><dc:creator>Stefan Birnir Sverrisson</dc:creator><description>&lt;p&gt;For you questions, take a look at this &lt;a href="https://devzone.nordicsemi.com/question/5186/how-to-minimize-current-consumption-for-ble-application-on-nrf51822/"&gt;current consumption guide&lt;/a&gt;, specifically sections for the &amp;quot;Choice of 32 kHz clock source&amp;quot;, &amp;quot;Choice of 16 MHz external crystal&amp;quot; and &amp;quot;Setup of SPI, UART, TWI interfaces&amp;quot;. &lt;a href="https://devzone.nordicsemi.com/question/953/what-low-frequency-clock-sources-can-i-use/"&gt;This thread&lt;/a&gt; and &lt;a href="https://devzone.nordicsemi.com/question/18096/what-is-the-high-frequency-clock-model-for-nrf51/?answer=18097#post-id-18097"&gt;this thread&lt;/a&gt; are also good in terms of realizing the clock model and what is automatically turned on and what not.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: What is sure way to power down unwanted nrf51822 subsystems?</title><link>https://devzone.nordicsemi.com/thread/15415?ContentTypeID=1</link><pubDate>Thu, 06 Nov 2014 20:36:13 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:4427e204-f129-49de-bec2-93817bf55552</guid><dc:creator>testy</dc:creator><description>&lt;p&gt;According to my experience with UART:&lt;/p&gt;
&lt;p&gt;when I enter system ON mode &lt;strong&gt;without&lt;/strong&gt;&lt;/p&gt;
&lt;pre&gt;&lt;code&gt;NRF_UART0-&amp;gt;ENABLE = (UART_ENABLE_ENABLE_Disabled &amp;lt;&amp;lt; UART_ENABLE_ENABLE_Pos);	// to save HFCLK+1V2 power
&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;current consumption is roughly +1,0mA, because oscillator and voltage reference are forced to run  permanently. So this is general advice. Take a look at &lt;strong&gt;Block resource requirements&lt;/strong&gt; in PS.&lt;/p&gt;
&lt;p&gt;Only sd_power_system_off() or NRF_POWER-&amp;gt;SYSTEMOFF = 1; switches this kind of peripheral automatically OFF.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>