<?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 retain RAM data only for block 1</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/12091/how-to-retain-ram-data-only-for-block-1</link><description>with nrf51 there is 2 blocks (block0 for softdevcie and block1 for user data and stack). I configured the system to retain RAM before going down using sd_power_ramon_set(0x00030003); 
 unfortunately I cant find sd_power_ramon_set body. now I want to</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Tue, 23 Feb 2016 17:34:32 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/12091/how-to-retain-ram-data-only-for-block-1" /><item><title>RE: how to retain RAM data only for block 1</title><link>https://devzone.nordicsemi.com/thread/45762?ContentTypeID=1</link><pubDate>Tue, 23 Feb 2016 17:34:32 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:8747469f-c5d1-4504-9370-e0dc1103001e</guid><dc:creator>Wojtek</dc:creator><description>&lt;p&gt;According to &lt;a href="http://infocenter.nordicsemi.com/topic/com.nordic.infocenter.s110.api.v8.0.0/group___n_r_f___s_o_c___f_u_n_c_t_i_o_n_s.html#ga3e7395f75509209909c47a9dc9fa8a2b"&gt;documentation&lt;/a&gt; - this function just sets bits in NRF_POWER-&amp;gt;RAMON register. You have description of each bit in registers in reference manual available on infocenter.&lt;/p&gt;
&lt;p&gt;So, to retain only block1, you have to call sd_power_ramon_set(0x00020003);&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>