<?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</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/3536/system-off</link><description>Hi, 
 Can you please tell me how can I put the nRF51822 in System Off mode? 
 Thank you. 
 Edit: Format</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Tue, 19 Aug 2014 16:40:28 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/3536/system-off" /><item><title>RE: System Off</title><link>https://devzone.nordicsemi.com/thread/12802?ContentTypeID=1</link><pubDate>Tue, 19 Aug 2014 16:40:28 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:7da585dd-a124-4d96-8564-4e2063993373</guid><dc:creator>mnhs</dc:creator><description>&lt;p&gt;When using a SoftDevice, ALWAYS use the sd_power_system_off. When the SoftDevice is running, it takes control over numerous interfaces including the internal Flash read and write. If you were using this module, I can imagine a situation where the Flash write is pending or even running and you will put the system into power off directly which may lead to Flash corruption. Using the preprogrammed &amp;quot;sd_&amp;quot; function takes care over all those issues to ensure safe system off.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: System Off</title><link>https://devzone.nordicsemi.com/thread/12801?ContentTypeID=1</link><pubDate>Tue, 19 Aug 2014 16:37:03 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:2c099f19-6150-4cbb-8962-aeab2cdbdbc3</guid><dc:creator>Nikita</dc:creator><description>&lt;p&gt;It has the same functionality but when softdevice is enabled you have restricted access to the NRF_POWER register and you can access to it only with softdevice calls, for example sd_power_system_off(). P.S. misclicked and converted your comment to answer by mistake.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: System Off</title><link>https://devzone.nordicsemi.com/thread/12800?ContentTypeID=1</link><pubDate>Tue, 19 Aug 2014 15:37:37 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:69dbe0d2-74b5-421c-859e-9c08d3337677</guid><dc:creator>Saad</dc:creator><description>&lt;p&gt;thank you Nikita,
can you please tell me what sd_power_system_off() do more than NRF_POWER-&amp;gt;SYSTEMOFF=1 !?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: System Off</title><link>https://devzone.nordicsemi.com/thread/12799?ContentTypeID=1</link><pubDate>Tue, 19 Aug 2014 15:34:03 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:7b4b252d-d90b-4307-aae5-aedf39ba0c96</guid><dc:creator>Nikita</dc:creator><description>&lt;p&gt;If you&amp;#39;re using softdevice the call sd_power_system_off(). If you&amp;#39;re not using softdevice then do it like this NRF_POWER-&amp;gt;SYSTEMOFF = 1;.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>