<?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>Timed wakeup from deep sleep</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/126567/timed-wakeup-from-deep-sleep</link><description>I am using an nrf54l10 with the NRFconnect SDK. I would be interested in a solution to go into a low power state and wake up again after a specific time (multiple hours to days). Currently I am using sys_poweroff() but I only found solution to wake the</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Thu, 22 Jan 2026 12:50:41 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/126567/timed-wakeup-from-deep-sleep" /><item><title>RE: Timed wakeup from deep sleep</title><link>https://devzone.nordicsemi.com/thread/559363?ContentTypeID=1</link><pubDate>Thu, 22 Jan 2026 12:50:41 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:7cf5a2a6-4f7a-422e-92cc-34d466b32fdd</guid><dc:creator>Iskailko</dc:creator><description>&lt;p&gt;Thank you we added a 32.768 kHz crystal and it worked.&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Timed wakeup from deep sleep</title><link>https://devzone.nordicsemi.com/thread/559109?ContentTypeID=1</link><pubDate>Tue, 20 Jan 2026 08:32:47 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:5884d3d0-e8b3-4975-982e-15245475b3d0</guid><dc:creator>Einar Thorsrud</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;I see. Wakeup from system OFF is only possible using LFXO (with external 32.768 kHz crystal). This is described&amp;nbsp;indirectly under&amp;nbsp;LFCLK controller:&lt;/p&gt;
&lt;p style="padding-left:30px;"&gt;&lt;em&gt;LFXO can run in System OFF mode. The other clock sources only run in System ON mode.&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;So you your options are to use system ON low power mode (the normal sleep mode where the CPU sleeps and you put other peripherals in low power states), use another wakeup source, or&amp;nbsp;add&amp;nbsp;a 32.768 kHz crystal to your custom board.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Timed wakeup from deep sleep</title><link>https://devzone.nordicsemi.com/thread/559100?ContentTypeID=1</link><pubDate>Tue, 20 Jan 2026 07:09:47 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:782a9c0c-4cae-48e8-bfdf-6170c097329c</guid><dc:creator>Iskailko</dc:creator><description>&lt;p&gt;I got the sample to work on my board. Unfortunately I see the same behavior. After going to sleep the board does not wake up again. I know that its asleep because I can wake it up again via GPIO (button press).&amp;nbsp; This is my output and then nothing happens.&lt;/p&gt;
&lt;div&gt;
&lt;div&gt;&lt;span&gt;*** Booting nRF Connect SDK v3.0.2-89ba1294ac9b ***&amp;lt;\r&amp;gt;&lt;br /&gt;&amp;lt;\n&amp;gt;*** Using Zephyr OS v4.0.99-f791c49f492c ***&amp;lt;\r&amp;gt;&lt;br /&gt;&amp;lt;\n&amp;gt;&amp;lt;\r&amp;gt;&lt;br /&gt;&amp;lt;\n&amp;gt;nrf54l15dk system off demo&amp;lt;\r&amp;gt;&lt;br /&gt;&amp;lt;\n&amp;gt;Reset by debugger.&amp;lt;\r&amp;gt;&lt;br /&gt;&amp;lt;\n&amp;gt;Retained data not supported&amp;lt;\r&amp;gt;&lt;br /&gt;&amp;lt;\n&amp;gt;Entering system off; wait 2 seconds to restart&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;&lt;span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;&lt;span&gt;&lt;/span&gt;I had no development board at hand so I installed the sample on one of my custom boards. I had to adjust the proj.conf as I am using the internal 32 kHz Clock:&amp;nbsp;&lt;/div&gt;
&lt;div&gt;&lt;/div&gt;
&lt;div&gt;
&lt;div&gt;
&lt;div&gt;&lt;span&gt;CONFIG_CLOCK_CONTROL_NRF_K32SRC_RC&lt;/span&gt;&lt;span&gt;=y&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;&lt;span&gt;CONFIG_CLOCK_CONTROL_NRF_K32SRC_500PPM&lt;/span&gt;&lt;span&gt;=y&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;&lt;span&gt;CONFIG_CLOCK_CONTROL_NRF_K32SRC_RC_CALIBRATION&lt;/span&gt;&lt;span&gt;=y&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;&lt;span&gt;CONFIG_CLOCK_CONTROL_NRF_CALIBRATION_LF_ALWAYS_ON&lt;/span&gt;&lt;span&gt;=y&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;&lt;span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;&lt;span&gt;Could this be a reason for the sample to not work as intended?&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;div&gt;&lt;span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Timed wakeup from deep sleep</title><link>https://devzone.nordicsemi.com/thread/559027?ContentTypeID=1</link><pubDate>Mon, 19 Jan 2026 13:21:15 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:c42dd832-8c23-4b24-aa70-631f49a325b0</guid><dc:creator>Einar Thorsrud</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;This looks good (assuming you have the needed include and have defined the values you use). Do you get any build&amp;nbsp;warnings or runetime errors in the log? (If you have not I recommend you test with the sample to see that it works, and then maybe it is easier to debug your application).&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Timed wakeup from deep sleep</title><link>https://devzone.nordicsemi.com/thread/559022?ContentTypeID=1</link><pubDate>Mon, 19 Jan 2026 13:04:58 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:568cc74c-c773-4c94-9b50-16eabb21eccc</guid><dc:creator>Iskailko</dc:creator><description>&lt;p&gt;Yes, this is basically what I did: I just use this&amp;nbsp;&lt;pre class="ui-code" data-mode="text"&gt;	int err = z_nrf_grtc_wakeup_prepare(DEEP_SLEEP_TIME_S * USEC_PER_SEC); // DEEP_SLEEP_TIME_S * USEC_PER_SEC

	if (err != 0) {
		printk(&amp;quot;Unable to prepare GRTC as a wake up source (err = %d).\n&amp;quot;, err);
	} else {
		printk(&amp;quot;Entering system off; wait %u seconds to restart\n&amp;quot;, DEEP_SLEEP_TIME_S);
	}
	
	hwinfo_clear_reset_cause();
  	sys_poweroff();&lt;/pre&gt;&lt;/p&gt;
&lt;p&gt;The code compiles fine and my sample goes to sleep after not sending error message but &amp;quot;Entering system off...&amp;quot; but does not wake up after 2 seconds. Is there anything else I might have missed?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Timed wakeup from deep sleep</title><link>https://devzone.nordicsemi.com/thread/558997?ContentTypeID=1</link><pubDate>Mon, 19 Jan 2026 11:32:43 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:f93bcdc5-c40c-4c59-ae45-221b846c3384</guid><dc:creator>Einar Thorsrud</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;You cannot use in your project. That is a config&amp;nbsp;that only exist in the sample and used there. You can see in main.c how it is used to call&amp;nbsp;z_nrf_grtc_wakeup_prepare() when configured s well as include the needed header file (zephyr/drivers/timer/nrf_grtc_timer.h). That is the only things you need to add to your application, in addition to the code that enters system OFF mode (see the last part of main.c in the sample for that).&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Timed wakeup from deep sleep</title><link>https://devzone.nordicsemi.com/thread/558989?ContentTypeID=1</link><pubDate>Mon, 19 Jan 2026 10:49:28 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:78622cf1-7015-43d7-9bf0-d0a5cc2e2f58</guid><dc:creator>Iskailko</dc:creator><description>&lt;p&gt;Thank you for your help. I tried to implement the sample directly into my code, but when I add&amp;nbsp;&lt;code&gt;CONFIG_GRTC_WAKEUP_ENABLE=y&lt;/code&gt;&lt;span&gt;&amp;nbsp;to my proj.conf I get an undefined symbol error. Without this, the code compiles, but does not wake up after 2 seconds as expected.&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Timed wakeup from deep sleep</title><link>https://devzone.nordicsemi.com/thread/558972?ContentTypeID=1</link><pubDate>Mon, 19 Jan 2026 09:22:47 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:993dd147-656c-4ab9-b331-59d8e2ab3a71</guid><dc:creator>Einar Thorsrud</dc:creator><description>&lt;p&gt;Hi&amp;nbsp;Vito,&lt;/p&gt;
&lt;p&gt;The nRF54L10 can use the GRTC as wakeup source during system OFF. This is demonstrated by the&amp;nbsp;nRF5x &lt;a href="https://github.com/nrfconnect/sdk-zephyr/blob/2bcbae54d8b89d6fe160f795fdb075234f1f4e4b/samples/boards/nordic/system_off"&gt;System Off sample&lt;/a&gt;. Note that&amp;nbsp;it is not enabled in the sample by default, so you need to add&amp;nbsp;&lt;code&gt;CONFIG_GRTC_WAKEUP_ENABLE=y&lt;/code&gt; to use it (this is a configuration that is used for this sample only). The key here is configuring wakeup by GRTC before entering system OFF as done by the call to &lt;code&gt;z_nrf_grtc_wakeup_prepare()&lt;/code&gt; &lt;a href="https://github.com/nrfconnect/sdk-zephyr/blob/ec78104f15691cccd94682cf4b22e0a013f28dd8/samples/boards/nordic/system_off/src/main.c#L105"&gt;here&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;Regards,&lt;/p&gt;
&lt;p&gt;Einar&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>