<?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>Problems waking up from Sleep using GPIO interrupt</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/34937/problems-waking-up-from-sleep-using-gpio-interrupt</link><description>I&amp;#39;m using my accelerometer&amp;#39;s GPIO interrupt to wake up the MPU from PowerOFF mode and it works great. Now, I&amp;#39;m trying to use the same interrupts to wake it up from Sleep mode, but it stays in Sleep mode and ignores the interrupts. while (true) { err_code</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Thu, 31 May 2018 13:36:19 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/34937/problems-waking-up-from-sleep-using-gpio-interrupt" /><item><title>RE: Problems waking up from Sleep using GPIO interrupt</title><link>https://devzone.nordicsemi.com/thread/134202?ContentTypeID=1</link><pubDate>Thu, 31 May 2018 13:36:19 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:e3b81e07-3cc7-4220-a9c1-8679ff30e489</guid><dc:creator>Einar Thorsrud</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;The sense mechanism needed to wake up from system OFF is different from pin interrupt, so enabling sense for a pin to wake up from system OFF is not enough to get interrupts on that pin (which will wake up the device from system ON low power mode / sleep). How have you configured pin interrupt in your application? The &lt;a href="http://infocenter.nordicsemi.com/topic/com.nordic.infocenter.sdk5.v15.0.0/pin_change_int_example.html?cp=4_0_0_4_5_18"&gt;Pin Change Interrupt Example&lt;/a&gt;&amp;nbsp;demonstrates GPIO pin interrupts using the GPIOTE driver.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>