<?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>Device Do not Wakeup from sleep on gpio interrupt</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/112992/device-do-not-wakeup-from-sleep-on-gpio-interrupt</link><description>I use the nRF52840 development kit. In this Board i flashed the ncs zephyr sdk v2.6.0 sample code for system off and device going to sleep. 
 i Want to wakeup the board from sleep with GPIO low edge interrupt so i configure the interrupt as a GPIO_INT_EDGE_TO_INACTIVE</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Mon, 15 Jul 2024 05:21:03 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/112992/device-do-not-wakeup-from-sleep-on-gpio-interrupt" /><item><title>RE: Device Do not Wakeup from sleep on gpio interrupt</title><link>https://devzone.nordicsemi.com/thread/493794?ContentTypeID=1</link><pubDate>Mon, 15 Jul 2024 05:21:03 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:df27a2d3-0780-43a7-9d08-7aa6368600f6</guid><dc:creator>Keval Patel</dc:creator><description>&lt;p&gt;Ok i Got it.&lt;br /&gt;&lt;br /&gt;Thank you &lt;a href="https://devzone.nordicsemi.com/members/vibe"&gt;Vidar Berg&lt;/a&gt;&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Device Do not Wakeup from sleep on gpio interrupt</title><link>https://devzone.nordicsemi.com/thread/493647?ContentTypeID=1</link><pubDate>Fri, 12 Jul 2024 13:38:34 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:c68489e3-7bb6-4e91-b5b2-c35966b9124a</guid><dc:creator>Vidar Berg</dc:creator><description>&lt;p&gt;Hello,&lt;/p&gt;
&lt;p&gt;Wake-up pins need to be configured with the Pin sensing mechanism enabled in the GPIO configuration register, and this sense mechanism does not get enabled when using the edge triggering flags. Instead you need to use&amp;nbsp;GPIO_INT_LEVEL_INACTIVE or&amp;nbsp;GPIO_INT_LEVEL_ACTIVE.&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;Note that the GPIOTE peripheral is not enabled in System OFF mode.&lt;/p&gt;
&lt;p&gt;Best regards,&lt;/p&gt;
&lt;p&gt;Vidar&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>