<?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>Interrupts on GPIO Pin</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/98853/interrupts-on-gpio-pin</link><description>Hi, We are currently attempting to migrate our nrf5 SDK code to NCS, on a custom board based on nrf52833. 
 We have an accelerometer on the device with configurable interrupt pins, and we know they are configured correctly because if we read the relevant</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Tue, 18 Apr 2023 13:06:15 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/98853/interrupts-on-gpio-pin" /><item><title>RE: Interrupts on GPIO Pin</title><link>https://devzone.nordicsemi.com/thread/421046?ContentTypeID=1</link><pubDate>Tue, 18 Apr 2023 13:06:15 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:06c112b7-c8c1-4e0e-945a-5b189712b018</guid><dc:creator>Roiger</dc:creator><description>&lt;p&gt;Good to know! Thanks very much!&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Interrupts on GPIO Pin</title><link>https://devzone.nordicsemi.com/thread/421044?ContentTypeID=1</link><pubDate>Tue, 18 Apr 2023 13:02:10 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:cd2ba919-4b6d-4503-b992-e32e0d23ffb0</guid><dc:creator>Edvin</dc:creator><description>&lt;p&gt;Glad to hear.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;By default, the NFC pins, &lt;strong&gt;P0.09 and P0.10&lt;/strong&gt; are not working as normal GPIOs, because they are reserved for the NFC peripheral. However, it is possible to use them as normal GPIOs, but it requires that config to be enabled. It is a common pitfall. At least if you are using custom boards. It is printed on the back of the DKs that these are not routed out to the headers, and that makes people start looking for how to do that, but if you don&amp;#39;t see the print, it just looks like the pin is not working.&lt;/p&gt;
&lt;p&gt;Best regards,&lt;/p&gt;
&lt;p&gt;Edvin&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Interrupts on GPIO Pin</title><link>https://devzone.nordicsemi.com/thread/421026?ContentTypeID=1</link><pubDate>Tue, 18 Apr 2023 12:30:07 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:83b3109e-7980-44c7-ab42-bd4281c368bd</guid><dc:creator>Roiger</dc:creator><description>&lt;p&gt;Wow... works perfectly!&lt;br /&gt;Thanks very much Edvin!&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Interrupts on GPIO Pin</title><link>https://devzone.nordicsemi.com/thread/421021?ContentTypeID=1</link><pubDate>Tue, 18 Apr 2023 12:19:36 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:2fc43fdb-83a5-4211-8632-4fb74941adf5</guid><dc:creator>Edvin</dc:creator><description>&lt;p&gt;Hello,&lt;/p&gt;
&lt;p&gt;I see that you are trying to use P0.10, which is one of the NFC pins on the nRF52833. Add the following config to prj.conf:&lt;/p&gt;
&lt;p&gt;CONFIG_NFCT_PINS_AS_GPIOS=y&lt;/p&gt;
&lt;p&gt;And give that a go. Let me know if it doesn&amp;#39;t work.&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;Best regards,&lt;/p&gt;
&lt;p&gt;Edvin&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>