<?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>NRF52832&amp;#39;s GPIO interrupt mis-triggering</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/120536/nrf52832-s-gpio-interrupt-mis-triggering</link><description>I use the gpio8 interrupt to detect whether the SD card is inserted. When a falling edge is generated, it means that the SD card is inserted. But I found that sometimes, the SD card is connected normally, and I did not move the SD card, but gpio8 generated</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Tue, 08 Apr 2025 05:16:26 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/120536/nrf52832-s-gpio-interrupt-mis-triggering" /><item><title>RE: NRF52832's GPIO interrupt mis-triggering</title><link>https://devzone.nordicsemi.com/thread/530926?ContentTypeID=1</link><pubDate>Tue, 08 Apr 2025 05:16:26 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:7ad49408-aa91-4bbf-bec6-d98a6f0ad5f9</guid><dc:creator>Susheel Nuguru</dc:creator><description>&lt;p&gt;I think that having the sense trigger on both edges in this case is very sensitive and not needed in your case.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Why can&amp;#39;t the sense be configured with just one direction of the pin?&lt;/p&gt;
&lt;p&gt;&lt;pre class="ui-code" data-mode="text"&gt;in_config.sense = NRF_GPIOTE_POLARITY_HITOLO;
in_config.pull = NRF_GPIO_PIN_PULLUP;
&lt;/pre&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>