<?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>nRF Connect SDK: How to set the pin of gpio1 as input interrupt?</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/92606/nrf-connect-sdk-how-to-set-the-pin-of-gpio1-as-input-interrupt</link><description>It works when button0 is the pin of gpio0. 
 
 When it is the pin of gpio1, it does not work.</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Mon, 10 Oct 2022 14:18:20 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/92606/nrf-connect-sdk-how-to-set-the-pin-of-gpio1-as-input-interrupt" /><item><title>RE: nRF Connect SDK: How to set the pin of gpio1 as input interrupt?</title><link>https://devzone.nordicsemi.com/thread/390063?ContentTypeID=1</link><pubDate>Mon, 10 Oct 2022 14:18:20 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:fefed2c0-0031-4c63-9c56-1db6154b6040</guid><dc:creator>&amp;#216;ivind</dc:creator><description>&lt;p&gt;Try using this instead of button_dev:&lt;/p&gt;
&lt;p&gt;&lt;pre class="ui-code" data-mode="text"&gt;#define BUTTON_PORT DEVICE_DT_GET(DT_GPIO_CTLR(DT_NODELABEL(button0), gpios))&lt;/pre&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nRF Connect SDK: How to set the pin of gpio1 as input interrupt?</title><link>https://devzone.nordicsemi.com/thread/389881?ContentTypeID=1</link><pubDate>Sat, 08 Oct 2022 02:54:53 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:3606b3c5-3b7f-411d-aa7f-0d2a632fa0fa</guid><dc:creator>Changhai Liao</dc:creator><description>&lt;p&gt;I noticed it at the beginning and added it to the end of the overlay.&lt;/p&gt;
&lt;p&gt;&lt;img style="max-height:240px;max-width:320px;" src="https://devzone.nordicsemi.com/resized-image/__size/640x480/__key/communityserver-discussions-components-files/4/pastedimage1665197676676v1.png" alt=" " /&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nRF Connect SDK: How to set the pin of gpio1 as input interrupt?</title><link>https://devzone.nordicsemi.com/thread/389792?ContentTypeID=1</link><pubDate>Fri, 07 Oct 2022 10:39:15 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:1c4e135b-fbc6-4ec4-9e58-4e34938921ce</guid><dc:creator>&amp;#216;ivind</dc:creator><description>&lt;p&gt;P1.13 is by default set to the MOSI pin of spi3 for the nrf52840dk. If your custom board is uses the nrf52840dk board files, you will have to disable spi3 or change the pin configuration of spi3.&lt;/p&gt;
&lt;p&gt;In that case, try with this in your overlay file:&lt;/p&gt;
&lt;p&gt;&lt;pre class="ui-code" data-mode="text"&gt;&amp;amp;spi3 {
    status = &amp;quot;disabled&amp;quot;;
};&lt;/pre&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nRF Connect SDK: How to set the pin of gpio1 as input interrupt?</title><link>https://devzone.nordicsemi.com/thread/389768?ContentTypeID=1</link><pubDate>Fri, 07 Oct 2022 08:44:37 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:31895c3f-00f0-4a87-b979-6f24dd62eed0</guid><dc:creator>Changhai Liao</dc:creator><description>&lt;p&gt;Customized nRF52840 board.&lt;/p&gt;
&lt;p&gt;Please check my question again.&lt;br /&gt;1. The same code, just modified the overlay, why the pin of gpio0 can work but the pin of gpio1 can&amp;#39;t?&lt;br /&gt;2. How the pin of gpio1 is used as an external interrupt pin in NCS?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nRF Connect SDK: How to set the pin of gpio1 as input interrupt?</title><link>https://devzone.nordicsemi.com/thread/389389?ContentTypeID=1</link><pubDate>Wed, 05 Oct 2022 11:44:16 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:b6ee09c2-4f90-4567-b1cd-eaa1b6e94ce9</guid><dc:creator>&amp;#216;ivind</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;Which board are you using, and have you made any changes in the board files or through an overlay?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>