<?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>Should I manually disable peripherals to minimize power consumption?</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/6812/should-i-manually-disable-peripherals-to-minimize-power-consumption</link><description>Hello 
 Quick question. With the nRF51, When in System On mode, should I manually disable peripherals to minimize power even if I&amp;#39;m not using the peripheral in question? 
 For example, if I&amp;#39;m not using the SPI0 peripheral, should I disable it with </description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Tue, 22 Sep 2015 22:13:36 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/6812/should-i-manually-disable-peripherals-to-minimize-power-consumption" /><item><title>RE: Should I manually disable peripherals to minimize power consumption?</title><link>https://devzone.nordicsemi.com/thread/23980?ContentTypeID=1</link><pubDate>Tue, 22 Sep 2015 22:13:36 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:20415294-2a88-4177-9598-e3c3baa90cc3</guid><dc:creator>Gavin</dc:creator><description>&lt;p&gt;Having searched the forum endlessly for an answer to the question &amp;#39;how do I shut down peripherals and turn off HFCLK before going into SYSTEM ON&amp;#39; and found lots of answers that dodge the central question, I think this is a really important answer and would vote you up multiple times if I was allowed!&lt;/p&gt;
&lt;p&gt;For the benefit of others stumbling across this - if you&amp;#39;ve been using TWI you can turn it off with NRF_TWI0-&amp;gt;ENABLE=0; and NRF_TWI1-&amp;gt;ENABLE=0;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Should I manually disable peripherals to minimize power consumption?</title><link>https://devzone.nordicsemi.com/thread/23979?ContentTypeID=1</link><pubDate>Thu, 30 Apr 2015 21:25:25 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:d59bd31a-8b1d-4ae1-91f0-928ea669b5bb</guid><dc:creator>kilianod</dc:creator><description>&lt;p&gt;Thanks. Disabling the TWI and SPI made a massive difference to my current consumption even though I wasn&amp;#39;t even using them!&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Should I manually disable peripherals to minimize power consumption?</title><link>https://devzone.nordicsemi.com/thread/23978?ContentTypeID=1</link><pubDate>Thu, 30 Apr 2015 10:41:57 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:b6758135-7430-4010-a079-92db7c5bfe31</guid><dc:creator>Stefan Birnir Sverrisson</dc:creator><description>&lt;p&gt;Hi&lt;/p&gt;
&lt;p&gt;There is something about how to enable and disable peripherals to save power in the &lt;a href="https://devzone.nordicsemi.com/question/5186/how-to-minimize-current-consumption-for-ble-application-on-nrf51822/#reply-5187"&gt;current consumption guide&lt;/a&gt; in the &amp;quot;Setup of SPI, UART, TWI interfaces&amp;quot; section&lt;/p&gt;
&lt;p&gt;E.g. the SPI0 peripheral is disabled with:&lt;/p&gt;
&lt;pre&gt;&lt;code&gt;NRF_SPI0-&amp;gt;ENABLE = 0;
&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;and enabled with:&lt;/p&gt;
&lt;pre&gt;&lt;code&gt;NRF_SPI0-&amp;gt;ENABLE = 1;
&lt;/code&gt;&lt;/pre&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>