<?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 IN_EVENT Current</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/18033/gpiote-in_event-current</link><description>Hello, 
 I am currently using the GPIOTE Driver (nrf_drv_gpiote) to detect external interrupts from a sensor on a custom board using the nRF51822 with the S130 v2.0.0 SoftDevice and SDK 11. I currently have the interrupts setup to use the GPIOTE IN_EVENT</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Wed, 07 Dec 2016 15:49:06 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/18033/gpiote-in_event-current" /><item><title>RE: GPIOTE IN_EVENT Current</title><link>https://devzone.nordicsemi.com/thread/69505?ContentTypeID=1</link><pubDate>Wed, 07 Dec 2016 15:49:06 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:e8db5d66-75c4-4d1c-b044-b47059e9b277</guid><dc:creator>Cory Mast</dc:creator><description>&lt;p&gt;Thank you for your help Hung Bui, I added the &lt;code&gt;nrf_drv_gpiote_in_event_disable(PIN_IN)&lt;/code&gt; to a scheduled event and I can now see the power drop before and after the event is executed by the scheduler.&lt;/p&gt;
&lt;p&gt;Thank you very much for your help!&lt;/p&gt;
&lt;p&gt;-Cory&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: GPIOTE IN_EVENT Current</title><link>https://devzone.nordicsemi.com/thread/69504?ContentTypeID=1</link><pubDate>Tue, 29 Nov 2016 10:02:08 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:e4725e89-bfc4-4046-85b6-db648ad8269b</guid><dc:creator>Hung Bui</dc:creator><description>&lt;p&gt;Hi Cory,&lt;/p&gt;
&lt;p&gt;There is a chance that you were still in debug mode when you test. You would need to make sure you do a power reset after programming to get out of the debug mode, before you do any measurement.&lt;/p&gt;
&lt;p&gt;I just did a quick test here with the pin_change_int example in the SDK. I added __WFE() in the main loop, and then added 	   &lt;code&gt;nrf_drv_gpiote_in_event_disable(PIN_IN)&lt;/code&gt; in in_pin_handler() after that I can see the current consumption dropped after I pressed the button.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>