<?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>GPIOTE power problem IC revision 3</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/29515/gpiote-power-problem-ic-revision-3</link><description>Hello everyone, 
 My IC description: nRF51822 QFAAHO, which belongs to IC revision 3 and, as the PANv3.0 says, &amp;quot;1V2 + HFCLKarerequested always when the GPIOTE task is configured.&amp;quot; is a fixed anomaly. 
 My nRF should do the next : I have a button that</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Fri, 19 Jan 2018 04:16:22 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/29515/gpiote-power-problem-ic-revision-3" /><item><title>RE: GPIOTE power problem IC revision 3</title><link>https://devzone.nordicsemi.com/thread/117307?ContentTypeID=1</link><pubDate>Fri, 19 Jan 2018 04:16:22 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:2a076bdf-8e64-4fe1-9775-85cf12eee188</guid><dc:creator>PabloGC</dc:creator><description>&lt;p&gt;Found the error. It looks like this function:&lt;/p&gt;
&lt;pre&gt;&lt;code&gt;nrf_drv_gpiote_in_config_t config = GPIOTE_CONFIG_IN_SENSE_LOTOHI(true);
&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;should be&lt;/p&gt;
&lt;pre&gt;&lt;code&gt;nrf_drv_gpiote_in_config_t config = GPIOTE_CONFIG_IN_SENSE_LOTOHI(false);
&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;Thank you Hung&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: GPIOTE power problem IC revision 3</title><link>https://devzone.nordicsemi.com/thread/117306?ContentTypeID=1</link><pubDate>Wed, 17 Jan 2018 12:06:24 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:b5b2c7d4-65e6-462c-be90-c5e2e413240a</guid><dc:creator>Hung Bui</dc:creator><description>&lt;p&gt;Hi Pablo,
If you read the PAN again:  &amp;quot;1V2 + HFCLKarerequested always when the GPIOTE task is configured.&amp;quot;&lt;/p&gt;
&lt;p&gt;You can find that it&amp;#39;s GPIOTE &lt;strong&gt;task&lt;/strong&gt; is what described in the PAN, not GPIOTE event.&lt;/p&gt;
&lt;p&gt;The GPIOTE event would always requires 1V2 and HFCLK to detect the pin level changes.&lt;/p&gt;
&lt;p&gt;If you want detect a button press with low power consumption, please use GPIO PORT event instead.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>