<?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>Some issues of GPIO interrupt</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/33271/some-issues-of-gpio-interrupt</link><description>Hi, I have some questions about GPIO interrupt. 
 Now, I want to know the state of the pin, So I use the gpio_pin_read(PIN) to get the state. But when the pin is suspended, the value returned from gpio_pin_read(PIN) is uncentain. Actually, it must be</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Mon, 23 Apr 2018 09:34:42 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/33271/some-issues-of-gpio-interrupt" /><item><title>RE: Some issues of GPIO interrupt</title><link>https://devzone.nordicsemi.com/thread/129306?ContentTypeID=1</link><pubDate>Mon, 23 Apr 2018 09:34:42 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:9b9782d0-573d-421b-9efa-66c2df31ca39</guid><dc:creator>FormerMember</dc:creator><description>&lt;p&gt;When there a pin has no pull, it is normal that the value is in certain. To control the value of the pin, pull-up or pull-down has to be used.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Some issues of GPIO interrupt</title><link>https://devzone.nordicsemi.com/thread/129265?ContentTypeID=1</link><pubDate>Mon, 23 Apr 2018 06:53:53 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:fec3edf9-6e47-4033-b225-7a1d1d22a2df</guid><dc:creator>liluo18</dc:creator><description>&lt;p&gt;1. When the pin is suspended, use gpio_cfg_input(PIN, NRF_GPIO_PIN_NOPULL), and then gpio_pin_read(PIN). The value read is uncentain.&lt;/p&gt;
&lt;p&gt;2.Question 2 has been solved, it was a hardware problem.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Some issues of GPIO interrupt</title><link>https://devzone.nordicsemi.com/thread/127964?ContentTypeID=1</link><pubDate>Thu, 12 Apr 2018 07:35:44 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:82004088-db45-413c-92ed-564509f1546d</guid><dc:creator>FormerMember</dc:creator><description>&lt;p&gt;How did you configure the gipo?&lt;/p&gt;
&lt;p&gt;How did you configure GPIOTE? And how do you handle the GPIOTE events (do you remember to clear the events)?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>