<?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>How to enter system-off mode in NCS V2.6.0?</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/112325/how-to-enter-system-off-mode-in-ncs-v2-6-0</link><description>Hello, I would like to ask about the problem of how to implement SOC shutdown in NCS. 1. In V2.6.0, CONFIG_PM cannot be enabled, it will prompt that there are dependencies that are not defined in advance, only CONFIG_DEVICE_PM and CONFIG_SYSTEM_OFF can</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Wed, 26 Jun 2024 13:42:36 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/112325/how-to-enter-system-off-mode-in-ncs-v2-6-0" /><item><title>RE: How to enter system-off mode in NCS V2.6.0?</title><link>https://devzone.nordicsemi.com/thread/490906?ContentTypeID=1</link><pubDate>Wed, 26 Jun 2024 13:42:36 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:1b470ac3-9427-4a35-9762-ba8c8a60b278</guid><dc:creator>Einar Thorsrud</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;There are only a few possibel wakeup sources from System off on the nRF52840:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;GPIO&lt;/li&gt;
&lt;li&gt;NFC (this is demonstrated by the sample in&amp;nbsp;nrf/samples/nfc/system_off)&lt;/li&gt;
&lt;li&gt;Pin reset&lt;/li&gt;
&lt;li&gt;LPCOMP&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Except for pin reset (as long as it is enabled in the UICR), you need to configure the wakeup-source you want before entering system off. The sample you have seen shows how to configure a GPIO as wakeup source.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How to enter system-off mode in NCS V2.6.0?</title><link>https://devzone.nordicsemi.com/thread/490804?ContentTypeID=1</link><pubDate>Wed, 26 Jun 2024 08:35:26 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:3fb58e8c-d3c3-4d60-93cd-2ea90af4e2dc</guid><dc:creator>SOK_LiWang</dc:creator><description>&lt;p&gt;&lt;span&gt;Hi，lan Kowolewski&lt;br /&gt;I have achieved system sleep through the reference routine, plus my sensor shutdown power consumption is only 7.5uA. Fully in accordance with the calculation expectations of the manual. But I can&amp;#39;t turn it on. Only the GPIOTE interrupt of sw0 is set in the system_off routine. I wonder if any interruption of the hardware will wake up the device? Or is there any special config configuration?&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How to enter system-off mode in NCS V2.6.0?</title><link>https://devzone.nordicsemi.com/thread/489815?ContentTypeID=1</link><pubDate>Thu, 20 Jun 2024 18:32:50 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:c58f1732-33d6-48ef-b4c9-f60e60b857e6</guid><dc:creator>Jan Kowalewski</dc:creator><description>&lt;p&gt;Hello &lt;a href="https://devzone.nordicsemi.com/members/sok_5f00_liwang"&gt;SOK_LiWang&lt;/a&gt; ,&lt;br /&gt;&lt;br /&gt;did you try to use system off example? (&lt;a id="" href="https://github.com/nrfconnect/sdk-zephyr/tree/v2.6.0-rc1-ncs-branch/samples/boards/nrf/system_off"&gt;https://github.com/nrfconnect/sdk-zephyr/tree/v2.6.0-rc1-ncs-branch/samples/boards/nrf/system_off&lt;/a&gt;). It has wake up on button.&lt;br /&gt;&lt;br /&gt;From docs: &amp;quot;Before entering the System OFF mode, the user must make sure that all on-going EasyDMA transactions&lt;br /&gt;have been completed. See peripheral specific chapters for more information about how to acquire the&lt;br /&gt;status of EasyDMA transactions.&amp;quot;&lt;br /&gt;&lt;br /&gt;So yes, you have to close pending transactions, however if you use CONFIG_DEVICE_PM, IIC and SPI drivers should execute shutdown automatically.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>