<?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>GPIO P1.xx Interrupt Configuration</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/94886/gpio-p1-xx-interrupt-configuration</link><description>Hello, 
 I &amp;#39;re configuring GPIO pin for interrupt application.using EVK-NORA-B106 board. 
 My setup requires pin P1.05 then, I update the .dts file as follow: 
 
 Despite, the GPIO configuration using the functions: 
 
 gpio_pin_configure 
 
 
 gpio_pin_interrupt_configure</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Sat, 07 Jan 2023 22:31:17 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/94886/gpio-p1-xx-interrupt-configuration" /><item><title>RE: GPIO P1.xx Interrupt Configuration</title><link>https://devzone.nordicsemi.com/thread/403685?ContentTypeID=1</link><pubDate>Sat, 07 Jan 2023 22:31:17 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:96688050-9890-4b2e-8d96-95c9ec2ee254</guid><dc:creator>MPDeveloper89</dc:creator><description>&lt;p&gt;Hello,&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;I used the &lt;a href="https://developer.nordicsemi.com/nRF_Connect_SDK/doc/latest/zephyr/samples/basic/button/README.html"&gt;button example&lt;/a&gt;&amp;nbsp;adding interrupt signal configuration in main.c file&amp;nbsp;&lt;a href="https://devzone.nordicsemi.com/cfs-file/__key/communityserver-discussions-components-files/4/2630.main.c"&gt;devzone.nordicsemi.com/.../2630.main.c&lt;/a&gt;&amp;nbsp; &amp;nbsp;&lt;/p&gt;
&lt;p&gt;and added in .dts file the following declaration:&lt;/p&gt;
&lt;p&gt;&lt;pre class="ui-code" data-mode="text"&gt;zephyr,user{
		interrupt-gpios = &amp;lt;&amp;amp;gpio1 4 (GPIO_PULL_UP | GPIO_ACTIVE_HIGH)&amp;gt;;		
	};&lt;/pre&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;Then, I found the root cause in gpio channel.&lt;/p&gt;
&lt;p&gt;Using &lt;span style="color:#33cccc;"&gt;&lt;em&gt;gpio1&lt;/em&gt;&lt;/span&gt; I have access to P1.xx.&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;Thank you for your support,&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: GPIO P1.xx Interrupt Configuration</title><link>https://devzone.nordicsemi.com/thread/400813?ContentTypeID=1</link><pubDate>Thu, 15 Dec 2022 12:04:02 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:8e53d4bb-e44d-4655-9524-da7d538a6380</guid><dc:creator>Sigurd Hellesvik</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;Which code do you use to test this?&lt;/p&gt;
&lt;p&gt;Can you try the &lt;a href="https://developer.nordicsemi.com/nRF_Connect_SDK/doc/latest/zephyr/samples/boards/nrf/nrfx_prs/README.html"&gt;nrfx peripheral resource sharing example&lt;/a&gt; for your custom board? &lt;br /&gt;(If it works more or less out of the box)&lt;/p&gt;
&lt;p&gt;It should have gpio callbacks, so it is a way to check if the error is in hardware or software.&lt;/p&gt;
&lt;p&gt;Regards,&lt;br /&gt;Sigurd Hellesvik&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>