<?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>NRF9160 Low Power Edge interrupt</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/70130/nrf9160-low-power-edge-interrupt</link><description>Dear All, 
 We are currently developing a low power application for the nRF9160, with ncs zephyr version 1.2.0. For our application we want to trigger an interrupt on both the rising and falling edge. We use the GPIO_INT, GPIO_INT_EDGE, GPIO_INT_DOUBLE_EDGE</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Wed, 06 Jan 2021 09:30:08 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/70130/nrf9160-low-power-edge-interrupt" /><item><title>RE: NRF9160 Low Power Edge interrupt</title><link>https://devzone.nordicsemi.com/thread/287654?ContentTypeID=1</link><pubDate>Wed, 06 Jan 2021 09:30:08 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:5ebffd4d-d42e-47fc-a832-afc62f3b4e8e</guid><dc:creator>Maaike</dc:creator><description>&lt;p&gt;Thank you for the information.&lt;br /&gt;&lt;br /&gt;Kind regards,&lt;br /&gt;Maaike&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: NRF9160 Low Power Edge interrupt</title><link>https://devzone.nordicsemi.com/thread/287634?ContentTypeID=1</link><pubDate>Wed, 06 Jan 2021 08:02:26 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:824dc7ba-2594-4171-a02b-3fc20e9f8a8b</guid><dc:creator>H&amp;#229;kon Alseth</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;GPIO_INT*_EDGE will enable the use of a GPIOTE IN channel (code reference here: &lt;a href="https://github.com/nrfconnect/sdk-zephyr/blob/master/drivers/gpio/gpio_nrfx.c#L110"&gt;https://github.com/nrfconnect/sdk-zephyr/blob/master/drivers/gpio/gpio_nrfx.c#L110&lt;/a&gt;), compared to using GPIO SENSE and the GPIOTE PORT event.&lt;/p&gt;
&lt;p&gt;GPIO SENSE can do level triggering, while edge-triggering can only be done by GPIOTE IN channel, which does add ~30 uA in sleep (this number depends on which nRF-device is used).&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Kind regards,&lt;/p&gt;
&lt;p&gt;Håkon&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>