<?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>Reduction in System off mode wake up time</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/54381/reduction-in-system-off-mode-wake-up-time</link><description>Dear All, 
 I am using UART read write operation along with the system off mode. So, usually nRF9160 chip goes to sleep and wakes up when it receives something on UART and again goes to sleep(system-off). I have tried to measure the wake up time and found</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Thu, 14 Nov 2019 13:29:30 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/54381/reduction-in-system-off-mode-wake-up-time" /><item><title>RE: Reduction in System off mode wake up time</title><link>https://devzone.nordicsemi.com/thread/220081?ContentTypeID=1</link><pubDate>Thu, 14 Nov 2019 13:29:30 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:961ef6e3-4226-4ee0-8462-671556823415</guid><dc:creator>H&amp;#229;kon Alseth</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
[quote user=""]I am using UART read write operation along with the system off mode. So, usually nRF9160 chip goes to sleep and wakes up when it receives something on UART and again goes to sleep(system-off). I have tried to measure the wake up time and found out that it varies. The minimum, it takes around 1sec to wakeup which is alot. Sometimes, it takes more than 1sec. Can you please tell me the reason of different wake up times and suggest me any solution to reduce this wake up time as it is affecting my application operations.[/quote]
&lt;p&gt;&amp;nbsp;Waking up from system off generates a reset condition, meaning that clock sources need to stabilize properly before the rest of the application can fully start up.&lt;/p&gt;
&lt;p&gt;A external 32k LFCLK usually takes several hundred milliseconds to start up, and on the nRF9160 the typical time is set at 200 ms:&lt;/p&gt;
&lt;p&gt;&lt;a href="https://infocenter.nordicsemi.com/topic/ps_nrf9160/pmu_oscillators.html?cp=2_0_0_4_0_3_1#lfclk"&gt;https://infocenter.nordicsemi.com/topic/ps_nrf9160/pmu_oscillators.html?cp=2_0_0_4_0_3_1#lfclk&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;If you also print several things on boot-up (spm module prints by default), these will delay the execution to&amp;nbsp;main().&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Kind regards,&lt;/p&gt;
&lt;p&gt;Håkon&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>