<?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>NRF24LE1 power consumption of input buffer on and off</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/7961/nrf24le1-power-consumption-of-input-buffer-on-and-off</link><description>Hi all, 
 I want to know the effect on power consumption of pins input buffer on and off, does there are big differences between them? 
 Another question is, since there are some unused pins in the SOC, so what shall do to them to save power consumption</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Fri, 03 Jul 2015 12:08:30 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/7961/nrf24le1-power-consumption-of-input-buffer-on-and-off" /><item><title>RE: NRF24LE1 power consumption of input buffer on and off</title><link>https://devzone.nordicsemi.com/thread/28497?ContentTypeID=1</link><pubDate>Fri, 03 Jul 2015 12:08:30 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:9bfb1eda-0fef-406a-af19-447539b5b2a0</guid><dc:creator>Hung Bui</dc:creator><description>&lt;p&gt;@junma: No there is no buffer with output. Just only 2 choices standard drive and high drive (5mA).&lt;/p&gt;
&lt;p&gt;When configure at output I think the leakage current could be higher, but very small (nano amp) , and also configure as input, high impedance also safe, just in case the pin is physically connected to ground or VDD.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: NRF24LE1 power consumption of input buffer on and off</title><link>https://devzone.nordicsemi.com/thread/28496?ContentTypeID=1</link><pubDate>Fri, 03 Jul 2015 09:01:43 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:4cb63858-c653-457d-810d-0206801d5148</guid><dc:creator>junma</dc:creator><description>&lt;p&gt;Hi Hung Bui, thanks for your reply! Another question that need your advice is that, if I configure one pin to be output, shall I do works with output buffer? since I didn&amp;#39;t see output buffer in spec.&lt;/p&gt;
&lt;p&gt;Finally, does output pin consumes more energy than input pin(without internal resistor connected)?
Thanks!&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: NRF24LE1 power consumption of input buffer on and off</title><link>https://devzone.nordicsemi.com/thread/28495?ContentTypeID=1</link><pubDate>Thu, 02 Jul 2015 12:57:57 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:4494dc04-d7ee-483e-af16-af6e9791a5ce</guid><dc:creator>Hung Bui</dc:creator><description>&lt;p&gt;Hi Junma,
I don&amp;#39;t have a number on how much leakage current are different between buffer on and off. But I don&amp;#39;t think it could be a big different.&lt;/p&gt;
&lt;p&gt;To be able to disable a pin and have least power consumption, you should configure the pin as digital input with buffer off.
Here how I disable all pin on P1:&lt;/p&gt;
&lt;pre&gt;&lt;code&gt;    P1DIR = 0xFF;
	P1CON = 0x70;
	P1CON = 0x71;
	P1CON = 0x72;
	P1CON = 0x73;
	P1CON = 0x74;
	P1CON = 0x75;
	P1CON = 0x76;
 	P1CON = 0x77;
&lt;/code&gt;&lt;/pre&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>