<?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/12379/system-off</link><description>We are experiencing some mysterious but very rare events of MCU going into system OFF mode. We are using nRF51822 and S110 v7.3.0. The wake ups are most likely caused by a software bug, but still: 
 I&amp;#39;d like to know if there is a way to get the MCU to</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Fri, 07 Dec 2018 20:44:31 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/12379/system-off" /><item><title>RE: system OFF</title><link>https://devzone.nordicsemi.com/thread/160809?ContentTypeID=1</link><pubDate>Fri, 07 Dec 2018 20:44:31 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:325cfd90-f94b-4199-98c6-4cf9f334b0e8</guid><dc:creator>Susheel Nuguru</dc:creator><description>&lt;p&gt;Please open a new case mentioning which chip version you tested this with and SDK version too.&lt;/p&gt;
&lt;p&gt;There are some errata workarounds in the startup files, that might effect your readings, but before we investigate that, please open new case giving us more details on the setup.&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/160491?ContentTypeID=1</link><pubDate>Thu, 06 Dec 2018 03:14:36 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:90a90d51-dab7-4a9b-b4e0-b6a8e6403657</guid><dc:creator>Bluesky</dc:creator><description>&lt;p&gt;Hi, I would like to ask how can i get the current consumption that was stated in the datasheet which is 0.7uA and the value I get from the reading is about 8-9 uA.&lt;/p&gt;
&lt;p&gt;My code is just simple as below,&lt;/p&gt;
&lt;p&gt;&lt;pre class="ui-code" data-mode="text"&gt;#include &amp;quot;boards.h&amp;quot;

/**
* @brief Function for application main entry.
*/
int main(void)
{
NRF_POWER-&amp;gt;SYSTEMOFF = 1;
}
/** @} */&lt;/pre&gt;&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/46802?ContentTypeID=1</link><pubDate>Mon, 07 Mar 2016 14:50:58 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:7121fa07-99d5-4712-b434-8559d756b12d</guid><dc:creator>Susheel Nuguru</dc:creator><description>&lt;p&gt;That is right, there is no other way. I think there is a memory corruption in your system which is writing to this specific register. If should be easy to set a write access breakpoint and see when it is triggered.(in Keil i know its possible, do not know how you do it in other debuggers)&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/46801?ContentTypeID=1</link><pubDate>Mon, 07 Mar 2016 14:01:51 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:b1d83817-cf48-4187-8de5-cf855c7ab852</guid><dc:creator>tvjz</dc:creator><description>&lt;p&gt;I am sorry for my unclear question. Indeed I meant that I am experiencing chip mysteriously going into system off.
So the answer is that somewhere the code must write into the POWER-&amp;gt;SYSTEMOFF register in order to make the MCU to go into system OFF. There&amp;#39;s just no other way. Right?&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/46800?ContentTypeID=1</link><pubDate>Mon, 07 Mar 2016 12:23:38 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:cce430af-327d-4c02-a149-8c2345d36c22</guid><dc:creator>Susheel Nuguru</dc:creator><description>&lt;p&gt;I am little confused, are you experiencing mysterious wake ups or the chip mysteriously going into system off?&lt;/p&gt;
&lt;p&gt;The only way to go to system off is writing to POWER-&amp;gt;SYSTEMOFF register which is exactly what sd_power_system_off() does.&lt;/p&gt;
&lt;p&gt;The only ways to wakeup from system off are wakeup mechanism (read more about DETECT signal) or Reset. If you are in debug mode then the chip does not go to system off but emulates the system off (explained more in emulated system off mode section)&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>