<?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>nRF52810 ble app template example failed when go to system off</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/50634/nrf52810-ble-app-template-example-failed-when-go-to-system-off</link><description>Hello. I met trouble, presented in the name of the thread. I use example for PCA10400e board. So, what I&amp;#39;ve changed to accelerate reproducing of this error. I change logger interface from uart to rtt and I change definition APP_ADV_DURATION to 1000. And</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Tue, 06 Aug 2019 08:05:52 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/50634/nrf52810-ble-app-template-example-failed-when-go-to-system-off" /><item><title>RE: nRF52810 ble app template example failed when go to system off</title><link>https://devzone.nordicsemi.com/thread/202533?ContentTypeID=1</link><pubDate>Tue, 06 Aug 2019 08:05:52 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:9655e267-6acc-4257-81a4-04e528322ea6</guid><dc:creator>Ars Morozov</dc:creator><description>&lt;p&gt;Edvin, thank you very much for the answer and for this usefull links. I didn&amp;#39;t know that in debug mode proceesor enter in EMULATED SYSTEM OFF.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nRF52810 ble app template example failed when go to system off</title><link>https://devzone.nordicsemi.com/thread/202513?ContentTypeID=1</link><pubDate>Tue, 06 Aug 2019 06:36:59 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:d9a47a66-2cb8-4415-aa6b-ab3c426c7f91</guid><dc:creator>Edvin</dc:creator><description>&lt;p&gt;It doesn&amp;#39;t say in the documentation actually, but it doesn&amp;#39;t make much sense to be able to debug when the device is going in system off. Getting information from the device after powering off the chip. When you are debugging, the chip enters an emulated system off, in which the sd_power_system_off needs to return something, so it returns NRF_ERROR_SOC_POWER_OFF_SHOULD_NOT_RETURN. when this is passed into the error handler, it will trigger.&lt;/p&gt;
&lt;p&gt;In real life, when not debugging, you can consider your application as &amp;quot;done&amp;quot; after sd_power_system_off(), and it will go to deep sleep until it receives a physical interrupt, from where it will restart from the top of main().&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;Please check out the answer from my colleague Susheel in this post:&lt;/p&gt;
&lt;p&gt;&lt;a href="https://devzone.nordicsemi.com/f/nordic-q-a/15677/why-does-nrf52-hrs-sdk11-example-sd_power_off-return-6#post-id-90460"&gt;https://devzone.nordicsemi.com/f/nordic-q-a/15677/why-does-nrf52-hrs-sdk11-example-sd_power_off-return-6#post-id-90460&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;This one also explains it:&lt;/p&gt;
&lt;p&gt;&lt;a href="https://devzone.nordicsemi.com/f/nordic-q-a/17016/problem-with-emulated-system-off-mode-with-nrf52#post-id-98831"&gt;https://devzone.nordicsemi.com/f/nordic-q-a/17016/problem-with-emulated-system-off-mode-with-nrf52#post-id-98831&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;Best regards,&lt;/p&gt;
&lt;p&gt;Edvin&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nRF52810 ble app template example failed when go to system off</title><link>https://devzone.nordicsemi.com/thread/202466?ContentTypeID=1</link><pubDate>Mon, 05 Aug 2019 14:18:36 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:282f5492-8a6b-4933-b67d-29910ece3b41</guid><dc:creator>Ars Morozov</dc:creator><description>&lt;p&gt;Hm ok. Thank you. Is it written somewhere in documentation? I skip it?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nRF52810 ble app template example failed when go to system off</title><link>https://devzone.nordicsemi.com/thread/202420?ContentTypeID=1</link><pubDate>Mon, 05 Aug 2019 12:02:45 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:d99fe164-23ad-42ed-8e92-5ff31c7bc1b2</guid><dc:creator>Edvin</dc:creator><description>&lt;p&gt;Hello,&lt;/p&gt;
&lt;p&gt;Are you by chance debugging when you go to system off? This will not work, because system off is actually just turning off the device (almost). Hence, when you are debugging, and it can&amp;#39;t turn off, it will throw an error.&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>