<?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>Wake up from system off using GPIO</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/15772/wake-up-from-system-off-using-gpio</link><description>Hi, 
 i am trying to wake up the nrf52832 from system off with a gpio interrupt. 
 When the signal on my gpio pin 28 goes from Hi to Lo, i trigger a callback function in which i set the nrf52832 to system off. When the signal on the pin goes from Lo</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Thu, 18 Aug 2016 23:24:41 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/15772/wake-up-from-system-off-using-gpio" /><item><title>RE: Wake up from system off using GPIO</title><link>https://devzone.nordicsemi.com/thread/60183?ContentTypeID=1</link><pubDate>Thu, 18 Aug 2016 23:24:41 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:a3e8be4d-c8ac-4500-9964-9dd1e9a0b7e4</guid><dc:creator>Tizana</dc:creator><description>&lt;p&gt;i have the same problem and unfortunately we didn&amp;#39;t have any answer.&lt;/p&gt;
&lt;p&gt;but i did some try and i notice that when i add this code line the input PIN 28 will woke up the nrf.&lt;/p&gt;
&lt;pre&gt;&lt;code&gt;nrf_gpio_cfg_sense_input(28, NRF_GPIO_PIN_NOPULL, NRF_GPIO_PIN_SENSE_HIGH);
&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;the problem is when you are in system off and the pin 28 goes from Lo to Hi the nrf won&amp;#39;t execute the callback function which you called  on_power_low() but the system will reset and start executing from the beginning of the main file.&lt;/p&gt;
&lt;p&gt;unfortunately i didn&amp;#39;t found any information about how to wake up the nrf, i had to struggle and looking for many example to find out this line to add in order to wake up the nrf&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Wake up from system off using GPIO</title><link>https://devzone.nordicsemi.com/thread/60182?ContentTypeID=1</link><pubDate>Wed, 17 Aug 2016 23:44:56 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:8c530234-5342-41cb-aa6e-f923c33d70b4</guid><dc:creator>Tizana</dc:creator><description>&lt;p&gt;have the same problems, hope getting answere&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>