<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="https://test-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>Sleep mode</title><link>https://test-devzone.nordicsemi.com/f/nordic-q-a/88456/sleep-mode</link><description>Hi, 
 
 I need to know. How to put the nrf5340 in sleep mode and how can I woke up the device based on interrupt. Kindly, let me know. How can I achieve this. 
 Thanks &amp;amp; Regards, 
 Navin</description><dc:language>en-US</dc:language><generator>Telligent Community 13 Non-Production</generator><lastBuildDate>Fri, 10 Jun 2022 13:41:10 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://test-devzone.nordicsemi.com/f/nordic-q-a/88456/sleep-mode" /><item><title>RE: Sleep mode</title><link>https://test-devzone.nordicsemi.com/thread/371927?ContentTypeID=1</link><pubDate>Fri, 10 Jun 2022 13:41:10 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:83f8b614-f280-461e-966f-fb4ba24f7d0f</guid><dc:creator>user97660</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;&amp;nbsp;I ensure that the device is not in debug interface mode. Still, the error is coming&lt;/p&gt;
&lt;p&gt;Thanks &amp;amp; Regards,&lt;/p&gt;
&lt;p&gt;NAVIN&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Sleep mode</title><link>https://test-devzone.nordicsemi.com/thread/371140?ContentTypeID=1</link><pubDate>Tue, 07 Jun 2022 12:30:33 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:fd76f89e-46ca-4022-95f6-519da1593a8c</guid><dc:creator>user14926</dc:creator><description>&lt;p&gt;The error is typically shown if the application is not able to enter System OFF mode, as the call to enter System OFF should not return, and a wakeup will trigger a reset. The reason for this may be that the chip is in &lt;a href="https://infocenter.nordicsemi.com/topic/ps_nrf5340/debugandtrace.html#debuginterfacemode"&gt;debug interface mode&lt;/a&gt;, which will make the chip enter&amp;nbsp;&lt;a title="Emulated System OFF mode" href="https://infocenter.nordicsemi.com/topic/ps_nrf5340/chapters/pmu/doc/pmu.html#unique_231880600"&gt;Emulated System OFF mode&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;Please make sure to power cycle the device/board before testing the sample, to make sure it is not in debug interface mode.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Sleep mode</title><link>https://test-devzone.nordicsemi.com/thread/370991?ContentTypeID=1</link><pubDate>Mon, 06 Jun 2022 12:13:42 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:9f5e4d3f-24ec-4fbf-a0b6-b3164c7784d2</guid><dc:creator>user97660</dc:creator><description>&lt;p&gt;Hi Jorgen,&lt;/p&gt;
&lt;p&gt;&amp;nbsp;I have tested that sample with nrf5340dk. I have got the sleep mode failed error.&lt;/p&gt;
&lt;p&gt;&lt;img src="https://test-devzone.nordicsemi.com/resized-image/__size/320x240/__key/communityserver-discussions-components-files/4/pastedimage1654517547960v1.png" alt=" " /&gt;&lt;/p&gt;
&lt;p&gt;Kindly, help me to rectify this&lt;/p&gt;
&lt;p&gt;Thanks &amp;amp; Regards,&lt;/p&gt;
&lt;p&gt;Navin&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Sleep mode</title><link>https://test-devzone.nordicsemi.com/thread/370649?ContentTypeID=1</link><pubDate>Thu, 02 Jun 2022 10:38:47 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:ae650077-a929-46d4-9b54-8c27219fb87d</guid><dc:creator>user97660</dc:creator><description>&lt;p&gt;Hi Jorgen,&lt;/p&gt;
&lt;p&gt;I want to use system off mode. I will try and let you know. Kindly, Let me know where can I get the samples.&lt;/p&gt;
&lt;p&gt;Thanks &amp;amp; Regards&lt;/p&gt;
&lt;p&gt;Navin&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Sleep mode</title><link>https://test-devzone.nordicsemi.com/thread/370421?ContentTypeID=1</link><pubDate>Wed, 01 Jun 2022 11:38:37 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:2dc4e8cd-ecf2-4a07-b29c-bdc615a2e3f5</guid><dc:creator>user14926</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;Which &lt;a href="https://infocenter.nordicsemi.com/topic/ps_nrf5340/chapters/pmu/doc/pmu.html"&gt;sleep mode&lt;/a&gt; do you want to put the chip in, and what kind of &amp;quot;interrupt&amp;quot; do you want to wake up from?&lt;/p&gt;
&lt;p&gt;System OFF mode is the lowest power mode available for the chip, but from this mode you can only wakeup by a given set of peripherals/signals (see above link). A wakeup from System OFF will trigger a reset, and you will need to perform some action based on the value of the &lt;a href="https://infocenter.nordicsemi.com/topic/ps_nrf5340/chapters/reset/doc/reset.html#register.RESETREAS"&gt;RESETREAS register&lt;/a&gt; in your main() function. You can enter System OFF mode&amp;nbsp;as shown in the &lt;a href="https://developer.nordicsemi.com/nRF_Connect_SDK/doc/1.9.1/zephyr/samples/boards/nrf/system_off/README.html"&gt;nRF5x System OFF demo&lt;/a&gt;&amp;nbsp;sample.&lt;/p&gt;
&lt;p&gt;In System ON mode, the CPU can wake on any event (for instance from timer, RTC, RADIO, serial peripherals, etc). This is normally the default power mode when the CPU does not have any tasks to do, and it is handled by the IDLE thread in Zephyr/nRF Connect SDK.&lt;/p&gt;
&lt;p&gt;Best regards,&lt;br /&gt;Jørgen&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>