<?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>51822 interrupt miss issue when sharing one GPIOTE</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/8004/51822-interrupt-miss-issue-when-sharing-one-gpiote</link><description>Hi expert, 
 I am developing 51822 under SDK 6.1, and we have one button and some sensors&amp;#39; interrupt lines as input GPIOs in our platform. In my code, after calling gpiote_init, I put button&amp;#39;s handler and sensor interrup&amp;#39;s handler into one app_button_cfg_t</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Thu, 09 Jul 2015 11:23:49 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/8004/51822-interrupt-miss-issue-when-sharing-one-gpiote" /><item><title>RE: 51822 interrupt miss issue when sharing one GPIOTE</title><link>https://devzone.nordicsemi.com/thread/28668?ContentTypeID=1</link><pubDate>Thu, 09 Jul 2015 11:23:49 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:27bf8376-fce5-4d8a-9dc5-33a0425a8af7</guid><dc:creator>Susheel Nuguru</dc:creator><description>&lt;p&gt;I am not sure if you can use your sensor data handler with APP_BUTTON library. Button library has internal timers to detect debounce and it will not suit your sensor data.
Try to use nrf_drv_gpiote instead&lt;/p&gt;
&lt;pre&gt;&lt;code&gt;nrf_drv_gpiote_in_init
&lt;/code&gt;&lt;/pre&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>