<?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>NRF52832 SYSTME OFF Power Influence</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/45130/nrf52832-systme-off-power-influence</link><description>Hi, 
 I am using nrf52832 to achieve system-off with low power consumption. Nrf52832 and a rf IC communicate via SPI. 
 I configured a pin as the wake pin. 
 nrf_gpio_cfg_sense_input(11, NRF_GPIO_PIN_PULLDOWN, NRF_GPIO_PIN_SENSE_HIGH); 
 and Call NRF_POWER</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Thu, 21 Mar 2019 01:53:02 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/45130/nrf52832-systme-off-power-influence" /><item><title>RE: NRF52832 SYSTME OFF Power Influence</title><link>https://devzone.nordicsemi.com/thread/177465?ContentTypeID=1</link><pubDate>Thu, 21 Mar 2019 01:53:02 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:8384bc75-b3b1-42ca-9b1d-5e165d585e37</guid><dc:creator>tangyu</dc:creator><description>&lt;p&gt;&lt;em&gt;&lt;span class="skip"&gt;thank you for the response.&lt;span&gt;After modification, it runs normally.&lt;span class="transSent"&gt;Other pins are used as interrupt pins and wake pins are not used as interrupts.&lt;/span&gt;&lt;span class="transSent"&gt;What I do is I initialize the wake pin as normal input IO and pull it down.&lt;/span&gt;&lt;span class="transSent"&gt;Configure it as nrf_gpio_cfg_sense_input before going to sleep.&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/em&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: NRF52832 SYSTME OFF Power Influence</title><link>https://devzone.nordicsemi.com/thread/177386?ContentTypeID=1</link><pubDate>Wed, 20 Mar 2019 14:36:22 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:2ba48442-7f9b-491d-a393-389a2b4ef9e9</guid><dc:creator>Stian R&amp;#248;ed Hafskjold</dc:creator><description>&lt;p&gt;When the chip wakes up from system OFF, it starts in a reset state.&lt;/p&gt;
&lt;p&gt;If you attach 3.3V to the wakeup pin you should disable the sensing and pulldown resistor when you are in system ON mode. Then configure the sensing and pull down right before going to system OFF and after you have removed the 3.3V from the wakeup pin. Have you configured any interrupts on the PORT event?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>