<?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>DETECT Signal Is Not Bringing System Out Of Systemoff State</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/92743/detect-signal-is-not-bringing-system-out-of-systemoff-state</link><description>I&amp;#39;m using an nRF52840 and SDKv17.1. 
 I have an active-high interrupt source connected to a GPIO pin. I understand that a GPIO should be able to wake up a system from system-off state. The interrupt source is an accelerometer. 
 I use this GPIO configuration</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Wed, 12 Oct 2022 15:31:10 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/92743/detect-signal-is-not-bringing-system-out-of-systemoff-state" /><item><title>RE: DETECT Signal Is Not Bringing System Out Of Systemoff State</title><link>https://devzone.nordicsemi.com/thread/390499?ContentTypeID=1</link><pubDate>Wed, 12 Oct 2022 15:31:10 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:beb04857-04c2-4719-8dbb-7ab324d11bc8</guid><dc:creator>J&amp;#248;rgen Holmefjord</dc:creator><description>&lt;p&gt;I tested this code in an application, and I&amp;#39;m not having any issues with waking the chip from System OFF using this APIs.&lt;/p&gt;
&lt;p&gt;Can you please post your full project for us to reproduce and debug it?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: DETECT Signal Is Not Bringing System Out Of Systemoff State</title><link>https://devzone.nordicsemi.com/thread/390318?ContentTypeID=1</link><pubDate>Tue, 11 Oct 2022 15:59:38 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:250bc98e-7780-428e-bd39-c05c3c3aa5c2</guid><dc:creator>davidb</dc:creator><description>&lt;p&gt;My code snip above shows I use&amp;nbsp;&lt;span&gt;NRFX_GPIOTE_CONFIG_IN_SENSE_LOTOHI(true);&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;I also added nrf_gpio_cf_sense_set(NRF_GPIO_PIN_MAP(1, 5), NRF_GPIO_PIN_SENSE_HIGH);&lt;/p&gt;
&lt;p&gt;That did not help though.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: DETECT Signal Is Not Bringing System Out Of Systemoff State</title><link>https://devzone.nordicsemi.com/thread/390238?ContentTypeID=1</link><pubDate>Tue, 11 Oct 2022 11:14:27 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:d6050144-254e-46bc-851b-023bcaefbd8c</guid><dc:creator>J&amp;#248;rgen Holmefjord</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;You have configured the pin with hi_accuracy (GPIOTE IN event) through the GPIOTE driver by setting&amp;nbsp;&lt;span&gt;NRFX_GPIOTE_CONFIG_IN_SENSE_LOTOHI(&lt;strong&gt;true&lt;/strong&gt;). The driver will only enable sense for the GPIO if it is configured using hi_accuracy=false, or PORT event.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;You can enable sense on the GPIO by calling &lt;a href="https://infocenter.nordicsemi.com/topic/sdk_nrf5_v17.1.0/group__nrf__gpio__hal.html#gaf985ad0d1d8b4a00944f86ae65b0ff9f"&gt;nrf_gpio_cfg_sense_set&lt;/a&gt;() before entering System OFF.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;Best regards,&lt;br /&gt;Jørgen&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>