<?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>About current consumption of GPIO and GPIOTE</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/50624/about-current-consumption-of-gpio-and-gpiote</link><description>I have a question about the current consumption of GPIO and GPIOTE. 
 
 I want to use port in input configuration. Therefore, the following settings are made (&amp;quot;P_WUP_BLE&amp;quot; is a port number). 
 
 
 Also, I want to go to sleep to reduce current consumption</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Tue, 06 Aug 2019 07:22:43 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/50624/about-current-consumption-of-gpio-and-gpiote" /><item><title>RE: About current consumption of GPIO and GPIOTE</title><link>https://devzone.nordicsemi.com/thread/202523?ContentTypeID=1</link><pubDate>Tue, 06 Aug 2019 07:22:43 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:bbdd7413-6065-459f-b9a1-6e586099546b</guid><dc:creator>Kosmine</dc:creator><description>&lt;p&gt;Power usage with low accuracy mode depends on your choice of LFCLK source. It can either be XTAL, RC or synth. XTAL being the ideal choice it doesn&amp;#39;t really consume much more power than a few micro amperes. As for accuracy, i don&amp;#39;t think the PORT event tells you the pin that generated the event, so you would have to check it at the interrupt. For my purposes the low accuracy mode has been good enough... (interrupts from LIS12DH an so on)&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: About current consumption of GPIO and GPIOTE</title><link>https://devzone.nordicsemi.com/thread/202498?ContentTypeID=1</link><pubDate>Mon, 05 Aug 2019 23:33:37 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:63b0b96b-c44c-4c0b-ad8d-5b4c6fc4b7af</guid><dc:creator>takashina hiroki</dc:creator><description>&lt;p&gt;Are these things described in the specification document?&lt;br /&gt;If so, please tell me the applicable part.&lt;/p&gt;
&lt;p&gt;What is the current consumption in normal mode?&lt;br /&gt;Also, please tell me the accuracy of normal mode and high accuracy mode.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: About current consumption of GPIO and GPIOTE</title><link>https://devzone.nordicsemi.com/thread/202446?ContentTypeID=1</link><pubDate>Mon, 05 Aug 2019 13:09:53 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:232f5e37-34d6-437f-b88f-de3ac382a155</guid><dc:creator>Simonr</dc:creator><description>&lt;p&gt;Hi&lt;/p&gt;
&lt;p&gt;The high accuracy mode will need to use the external HFCLK, which is listed to use&amp;nbsp;&lt;strong&gt;at least&lt;/strong&gt; 250uA when it is on, which means that running in high accuracy mode likely will consume somewhat more current than this.&lt;/p&gt;
&lt;p&gt;If you set&amp;nbsp;&lt;span&gt;GPIOTE_CONFIG_IN_SENSE_TOGGLE(false) like &lt;a href="https://devzone.nordicsemi.com/members/kosmine"&gt;Kosmine&lt;/a&gt;&lt;/span&gt;&amp;nbsp;suggested, your application will use normal mode, and only use the LFCLK, which consumes way less power, and your total current consumption will decrease significantly.&lt;/p&gt;
&lt;p&gt;Best regards,&lt;/p&gt;
&lt;p&gt;Simon&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: About current consumption of GPIO and GPIOTE</title><link>https://devzone.nordicsemi.com/thread/202441?ContentTypeID=1</link><pubDate>Mon, 05 Aug 2019 13:03:09 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:0dbfe0a6-4c4c-4493-b464-31ee4009972f</guid><dc:creator>Simonr</dc:creator><description>&lt;p&gt;Hi&lt;/p&gt;
&lt;p&gt;For the nRF52832 the external HF clock is listed at a minimum of 250uA when running (this is the clock that&amp;#39;s recommended for high acc. mode). When in high acc. mode you will likely use more current, as 250uA is the minimum drawn by the HFCLK when it&amp;#39;s running.&lt;/p&gt;
&lt;p&gt;By doing as &lt;a href="https://devzone.nordicsemi.com/members/kosmine"&gt;Kosmine&lt;/a&gt; says, and setting&amp;nbsp;&lt;span&gt;GPIOTE_CONFIG_IN_SENSE_TOGGLE(false), you should be able to run this in normal mode, which uses an LF clock instead, consuming way less power (I don&amp;#39;t have the exact numbers). Keep in mind that this also will be less accurate.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;Best regards,&lt;br /&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;Simon&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: About current consumption of GPIO and GPIOTE</title><link>https://devzone.nordicsemi.com/thread/202370?ContentTypeID=1</link><pubDate>Mon, 05 Aug 2019 09:49:34 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:fe366498-0658-4795-9a00-686e0baf202d</guid><dc:creator>takashina hiroki</dc:creator><description>&lt;p&gt;Please tell me the current consumption of high accuracy mode.&lt;/p&gt;
&lt;p&gt;Also, is there any way to provide external interrupt function with low current consumption?&lt;br /&gt;If you have the above method, please tell me the difference from high &lt;span&gt;accuracy&lt;/span&gt; mode.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: About current consumption of GPIO and GPIOTE</title><link>https://devzone.nordicsemi.com/thread/202305?ContentTypeID=1</link><pubDate>Mon, 05 Aug 2019 06:47:07 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:b824ae33-b107-44f0-8a36-1e667b5c88e0</guid><dc:creator>Kosmine</dc:creator><description>&lt;p&gt;The macro GPIOTE_CONFIG_IN_SENSE_TOGGLE() takes boolean parameter to determine if the event should be run in high accuracy mode. The high accuracy mode by design has more current consumption. Try changing that into GPIOTE_CONFIG_IN_SENSE_TOGGLE(false) and see if that works for you.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>