<?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>System-Off Example with Ram retention - power off ram</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/101739/system-off-example-with-ram-retention---power-off-ram</link><description>Hello, I want to disable parts of my RAM to save power. I implemented this in my project based on the System_Off ram retention example. I&amp;#39;m now not sure if RAM retention is the right approach for me since debugging still has RAM power on. How do I check</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Fri, 09 May 2025 12:52:05 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/101739/system-off-example-with-ram-retention---power-off-ram" /><item><title>RE: System-Off Example with Ram retention - power off ram</title><link>https://devzone.nordicsemi.com/thread/534664?ContentTypeID=1</link><pubDate>Fri, 09 May 2025 12:52:05 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:0d1042e5-c5f2-438f-911b-db2726b70641</guid><dc:creator>Simonr</dc:creator><description>&lt;p&gt;Hi&lt;/p&gt;
&lt;p&gt;It&amp;#39;s best to use the search bar on DevZone. Try searching for &amp;quot;system OFF RAM retention&amp;quot; for example and you should get multiple hits. If you still have trouble you could always create a new case where you describe your problem in detail.&lt;/p&gt;
&lt;p&gt;Best regards,&lt;/p&gt;
&lt;p&gt;Simon&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: System-Off Example with Ram retention - power off ram</title><link>https://devzone.nordicsemi.com/thread/534522?ContentTypeID=1</link><pubDate>Thu, 08 May 2025 18:23:54 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:290e44ec-afd0-4c8a-8714-96207fda0891</guid><dc:creator>Przemek Ostrowski</dc:creator><description>&lt;p&gt;&lt;a href="https://devzone.nordicsemi.com/members/simonr"&gt;Simonr&lt;/a&gt;&amp;nbsp;the link you provided does not work anymore. Can you please give new link?&lt;/p&gt;
&lt;p&gt;&lt;br /&gt;&lt;img style="max-height:240px;max-width:320px;" src="https://devzone.nordicsemi.com/resized-image/__size/640x480/__key/communityserver-discussions-components-files/4/pastedimage1746728593353v1.png" alt=" " /&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: System-Off Example with Ram retention - power off ram</title><link>https://devzone.nordicsemi.com/thread/436173?ContentTypeID=1</link><pubDate>Thu, 13 Jul 2023 08:27:12 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:dc1d5d48-8f55-4845-b45c-cb84f82cdc0c</guid><dc:creator>Simonr</dc:creator><description>&lt;p&gt;Hi Jonas&lt;/p&gt;
&lt;p&gt;This looks fine to me at a glance at least, and it&amp;#39;s entirely up to you how many blocks you want to have retention on. We have multiple cases on DevZone already explaining &lt;a href="https://devzone.nordicsemi.com/search?q=RAM%20retention%20system%20off"&gt;how to implement RAM retention&lt;/a&gt;, so please check out one of those cases if you run into trouble. Due to the summer vacation period here in Norway we&amp;#39;re currently short on staff so delayed replies must be expected I&amp;#39;m afraid.&lt;/p&gt;
&lt;p&gt;Best regards,&lt;/p&gt;
&lt;p&gt;Simon&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: System-Off Example with Ram retention - power off ram</title><link>https://devzone.nordicsemi.com/thread/435883?ContentTypeID=1</link><pubDate>Wed, 12 Jul 2023 08:20:43 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:b55d332f-9f04-4bb0-8ba2-5a228c9023fa</guid><dc:creator>JonasGel</dc:creator><description>&lt;p&gt;Hello Simon,&lt;br /&gt;Sorry for the imprecise question.&lt;br /&gt;My application should collect sensor-data in an interval of 2 seconds and consume as little energy as possible in between. The sleep mode must therefore be a System_ON mode in order to access the RTC. An external crystal has already been used to reduce power consumption.&lt;br /&gt;The RAM size used is currently approx. 33KByte. My current state is that POWER_ON_RETENTION_ON should be applied to blocks 4-8. I currently do this as follows (here as an example for block 8):&lt;br /&gt;&lt;br /&gt;&lt;pre class="ui-code" data-mode="c_cpp"&gt;	nrf_power_rampower_mask_off(NRF_POWER, 8, (POWER_RAM_POWER_S0POWER_On &amp;lt;&amp;lt; POWER_RAM_POWER_S0POWER_Pos) |
      (POWER_RAM_POWER_S1POWER_On &amp;lt;&amp;lt; POWER_RAM_POWER_S1POWER_Pos) |
      (POWER_RAM_POWER_S0RETENTION_Off &amp;lt;&amp;lt; POWER_RAM_POWER_S0RETENTION_Pos) |
      (POWER_RAM_POWER_S1RETENTION_Off &amp;lt;&amp;lt; POWER_RAM_POWER_S1RETENTION_Pos));&lt;/pre&gt;&lt;br /&gt;Am I understanding and applying this correctly, or is there a better way?&lt;br /&gt;&lt;br /&gt;Best regards,&amp;nbsp;&lt;br /&gt;Jonas&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: System-Off Example with Ram retention - power off ram</title><link>https://devzone.nordicsemi.com/thread/435875?ContentTypeID=1</link><pubDate>Wed, 12 Jul 2023 08:02:29 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:d2b2a1bb-7616-4580-9366-75bae38cbe75</guid><dc:creator>Simonr</dc:creator><description>&lt;p&gt;Hi&lt;/p&gt;
&lt;p&gt;In system OFF, there is no RAM retention as long as CONFIG_APP_RETENTION is set to n in your project configuration. What exactly are you planning on doing in your application? Do you need RAM retention in your application at all?&lt;/p&gt;
&lt;p&gt;Best regards,&lt;/p&gt;
&lt;p&gt;Simon&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>