<?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 MODE IN NRF51822</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/10163/system-off-mode-in-nrf51822</link><description>hello everyone,
I was trying to turn off nrf51822 on some condition. So i thought i will use systemoff mode register to do that.i am attaching code snippet of what i am doing.
If nrf51822 is turned off where to check if it is turned off because even</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Tue, 10 Nov 2015 05:25:30 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/10163/system-off-mode-in-nrf51822" /><item><title>RE: SYSTEM OFF MODE IN NRF51822</title><link>https://devzone.nordicsemi.com/thread/37696?ContentTypeID=1</link><pubDate>Tue, 10 Nov 2015 05:25:30 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:3b2c7286-b043-4ae5-8f14-033d7b5bc77c</guid><dc:creator>Susheel Nuguru</dc:creator><description>&lt;p&gt;Writing to a RAM variable &amp;quot;bing&amp;quot; will not make the chip go to system off. You have to write to Power register&lt;/p&gt;
&lt;pre&gt;&lt;code&gt;NRF_POWER-&amp;gt;SYSTEMOFF = POWER_SYSTEMOFF_SYSTEMOFF_Enter &amp;lt;&amp;lt; POWER_SYSTEMOFF_SYSTEMOFF_Pos;
&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;If you want to debug your application it is wise to keep while(1) after this . To know more read about simulated system off in debug mode.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>