<?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>Problem using multiple GPIOTE users</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/297/problem-using-multiple-gpiote-users</link><description>I tried changing the define below from 1 to 2, so I could have one handler for a button and a different handler for other sensors. But my problem is: 
 
 If I set it to 1, the button handler (which is initialized first) is the only that works. 
 If</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Thu, 12 Sep 2013 08:05:33 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/297/problem-using-multiple-gpiote-users" /><item><title>RE: Problem using multiple GPIOTE users</title><link>https://devzone.nordicsemi.com/thread/1590?ContentTypeID=1</link><pubDate>Thu, 12 Sep 2013 08:05:33 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:54ecf481-7093-4011-9921-be7bc71da25e</guid><dc:creator>Ole Morten</dc:creator><description>&lt;p&gt;Since you haven&amp;#39;t provided any further details here, it&amp;#39;s hard to be specific, but there is a couple of things that it&amp;#39;s useful to be aware of:&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;app_gpiote does not set the direction of your pins. You should therefore make sure to do this separately in your own code, before initing app_gpiote.&lt;/li&gt;
&lt;li&gt;An app_gpiote user is not enabled by default, and you have to explicitly call app_gpiote_user_enable() with the app_gpiote_user_id_t of your application to get any interrupts.&lt;/li&gt;
&lt;/ol&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Problem using multiple GPIOTE users</title><link>https://devzone.nordicsemi.com/thread/1589?ContentTypeID=1</link><pubDate>Fri, 16 Aug 2013 10:05:41 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:df9063c8-f627-4644-9897-0bebe2ea24e3</guid><dc:creator>Ole Morten</dc:creator><description>&lt;p&gt;Would it be possible for you to edit your answer and upload a zip of your project, so that I can test it? This should just work without any further modifications.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>