<?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>nrf91 SystemOff switch off periphicals of SoC</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/109074/nrf91-systemoff-switch-off-periphicals-of-soc</link><description>Hi, 
 i&amp;#39;m puzzled with all these power and powermanagement options discribed in nrf91 detailed pdf on one hand side and on the other side the lack of description how to use that with nrf connect sdk 2.5.x (and Zehpyr OS). Is there any discription on how</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Mon, 18 Mar 2024 09:57:00 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/109074/nrf91-systemoff-switch-off-periphicals-of-soc" /><item><title>RE: nrf91 SystemOff switch off periphicals of SoC</title><link>https://devzone.nordicsemi.com/thread/474248?ContentTypeID=1</link><pubDate>Mon, 18 Mar 2024 09:57:00 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:154f6157-977f-4d49-8a6f-c4caea7d7381</guid><dc:creator>Kazi Afroza Sultana</dc:creator><description>&lt;p&gt;Hello,&lt;/p&gt;
&lt;p&gt;&amp;#39;&amp;#39;&lt;span&gt;&amp;nbsp;Since it is not mention directly in most sample &amp;#39;main.c&amp;#39; files, the header file describing NRF_POWER is included by means of chosing the board, f.e.&amp;nbsp; &amp;quot;nrf9160dk_nrf9160_ns&amp;quot;?&amp;#39;&amp;#39;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;NRF_POWER-&amp;gt;TASKS_LOWPWR is the default option (ie: reset value), which means that the 16M clock will be stopped when not needed. This will cause your wakeup time to be higher, compared to when using CONSTLAT. CONSTLAT will keep the 16M running while in sleep, which gives you a consistent wakeup time, but higher current consumption.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;You can build for both secure and non-secured board. This&amp;nbsp;#include &amp;lt;hal/nrf_power.h&amp;gt; header file will work for this option.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&amp;#39;&amp;#39;I see that my task #3 is not feasable using only internal RTC or watchdog of 9160 sip. It would need external IC for that.&amp;#39;&amp;#39;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;It depends on your application. Can you show your application? For low power mode, you can start with UDP sample.&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nrf91 SystemOff switch off periphicals of SoC</title><link>https://devzone.nordicsemi.com/thread/473572?ContentTypeID=1</link><pubDate>Wed, 13 Mar 2024 09:04:31 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:67e898d0-f908-47e6-b8ae-a3e0e2840c96</guid><dc:creator>Stefan123</dc:creator><description>&lt;p&gt;Hi,&lt;br /&gt;thanks for pointing that getting started blog post. I read it, and it has few more basic information about current measurements and it is indicating to switch off modem (even if you not used it at all). Since i already looked into &lt;a id="" href="https://docs.nordicsemi.com/bundle/ug_nrf91_dk/page/UG/nrf91_DK/hw_measure_current.html"&gt;https://docs.nordicsemi.com/bundle/ug_nrf91_dk/page/UG/nrf91_DK/hw_measure_current.html&lt;/a&gt; . It would be great to see a link to addtional guides over here:&amp;nbsp;&lt;a id="" href="https://docs.nordicsemi.com/category/nrf-91-series"&gt;https://docs.nordicsemi.com/category/nrf-91-series&lt;/a&gt;# Guidelines&lt;/p&gt;
&lt;p&gt;Thanks for &lt;br /&gt;NRF_POWER-&amp;gt;TASKS_LOWPWR = 1 &lt;br /&gt;i placed it as first line in main method. Seem to have an effect.&lt;/p&gt;
&lt;p&gt;Following the path to sources of &amp;quot;NRF_POWER&amp;quot; in vsCode, I see that there are more things i can enable/disable by one of the other structure there.&lt;/p&gt;
&lt;p&gt;Question: Since it is not mention directly in most sample &amp;#39;main.c&amp;#39; files, the header file describing NRF_POWER is included by means of chosing the board, f.e.&amp;nbsp; &amp;quot;nrf9160dk_nrf9160_ns&amp;quot;?&lt;/p&gt;
&lt;p&gt;I see that my task #3 is not feasable using only internal RTC or watchdog of 9160 sip. It would need external IC for that.&lt;/p&gt;
&lt;p&gt;Question: What would be the memory layout if i want to use data-retention in my task #2?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nrf91 SystemOff switch off periphicals of SoC</title><link>https://devzone.nordicsemi.com/thread/473233?ContentTypeID=1</link><pubDate>Mon, 11 Mar 2024 14:32:45 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:5b2c5b12-9b96-475c-8c45-c17c72567fbe</guid><dc:creator>Kazi Afroza Sultana</dc:creator><description>&lt;p&gt;Hello,&lt;/p&gt;
&lt;p&gt;Have you read this blog&amp;nbsp;&lt;a href="https://devzone.nordicsemi.com/guides/hardware-design-test-and-measuring/b/nrf9x/posts/getting-started-with-current-measurements-on-the-nrf9160"&gt;(+) Getting started with current measurements on the nRF9160 - nRF9x - Hardware design, test and measuring - Nordic DevZone (nordicsemi.com)&lt;/a&gt;?&lt;/p&gt;
&lt;p&gt;Before main function of the application, you can try to add&amp;nbsp;NRF_POWER-&amp;gt;TASKS_LOWPWR = 1 to get the low power.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>