<?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>RAM retention with sd_app_evt_wait(void) operation</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/14813/ram-retention-with-sd_app_evt_wait-void-operation</link><description>Hi 
 I want to run RAM retention sample example with sd_app_evt_wait(void) .is it possible?
is it require soft device to load first?
I have included S110 soft device of nrf51 but it is giving me error as 
 1)Error[Pe223]: function &amp;quot;sd_app_evt_wait</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Wed, 29 Jun 2016 12:14:25 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/14813/ram-retention-with-sd_app_evt_wait-void-operation" /><item><title>RE: RAM retention with sd_app_evt_wait(void) operation</title><link>https://devzone.nordicsemi.com/thread/56544?ContentTypeID=1</link><pubDate>Wed, 29 Jun 2016 12:14:25 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:940e09d0-43dc-4871-b7d8-0d3d84d50d19</guid><dc:creator>Stefan Birnir Sverrisson</dc:creator><description>&lt;p&gt;Hi Ankush&lt;/p&gt;
&lt;p&gt;I do not see the softdevice initialized and enabled in your code. I would advise you to start off with any of the BLE examples in the SDK, starting off with the ble_app_* name. They are template examples for BLE operation, which you can expand to any custom implementation. For the most basic BLE template, start off with the &lt;a href="http://infocenter.nordicsemi.com/topic/com.nordic.infocenter.sdk5.v11.0.0/ble_sdk_app_template.html?cp=5_0_0_4_2_2_17"&gt;ble_app_template example&lt;/a&gt; in &lt;a href="http://developer.nordicsemi.com/nRF5_SDK/"&gt;the SDK&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;When going to System On low power mode, which you enable with calling power_manage() function, I think the default config is full RAM retention. Further code reference how to modify the RAM retention configuration is shown in the basic power-down examples available on the &lt;a href="https://github.com/NordicSemiconductor/nrf51-powerdown-examples"&gt;Nordic Github&lt;/a&gt;.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: RAM retention with sd_app_evt_wait(void) operation</title><link>https://devzone.nordicsemi.com/thread/56543?ContentTypeID=1</link><pubDate>Wed, 29 Jun 2016 00:42:25 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:b25225a8-7823-43f2-b8dd-4e3c8f97b163</guid><dc:creator>RK</dc:creator><description>&lt;p&gt;This is a normal compilation error which tells you you haven&amp;#39;t included the header files declaring the functions you&amp;#39;re using, in this case sd_app_evt_wait() and APP_ERROR_CHECK.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>