<?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>Issue regarding the Configuration of GRTC in nRf54L15-DK</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/123277/issue-regarding-the-configuration-of-grtc-in-nrf54l15-dk</link><description>I’m working on the nRF54L15-DK using nRF Connect SDK v3.0.2 .In my project, I’m trying to enable and use the GRTC peripheral . Here&amp;#39;s what I’ve done so far: 
 .overlay file (boards/nrf54l15dk_nrf54l15_cpuapp.overlay): 
 
 &amp;amp; grtc { 
 status = &amp;quot;okay&amp;quot; ;</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Thu, 31 Jul 2025 05:16:33 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/123277/issue-regarding-the-configuration-of-grtc-in-nrf54l15-dk" /><item><title>RE: Issue regarding the Configuration of GRTC in nRf54L15-DK</title><link>https://devzone.nordicsemi.com/thread/544162?ContentTypeID=1</link><pubDate>Thu, 31 Jul 2025 05:16:33 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:bbe9f553-d07b-4807-898f-6808ac4bb122</guid><dc:creator>Mohammed Hashir P</dc:creator><description>&lt;p data-start="716" data-end="725"&gt;Thanks for your response.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Issue regarding the Configuration of GRTC in nRf54L15-DK</title><link>https://devzone.nordicsemi.com/thread/543893?ContentTypeID=1</link><pubDate>Tue, 29 Jul 2025 08:48:14 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:c4104117-fdeb-4348-b72e-68e3d46d9d04</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;
&lt;p&gt;The sample zephyr/samples/boards/nordic/system_off, when setting CONFIG_GRTC_WAKEUP_ENABLE=y, supports this.&lt;/p&gt;
&lt;p&gt;Add a line like this:&lt;/p&gt;
&lt;p&gt;&lt;pre class="ui-code" data-mode="text"&gt;printk(&amp;quot;Uptime: %d\n&amp;quot;, k_uptime_get_32());&lt;/pre&gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;And you will see that the uptime is not reset after each wake up period.&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><item><title>RE: Issue regarding the Configuration of GRTC in nRf54L15-DK</title><link>https://devzone.nordicsemi.com/thread/543853?ContentTypeID=1</link><pubDate>Tue, 29 Jul 2025 06:59:41 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:31aa47f3-0e26-4148-990d-61f9b8c35b64</guid><dc:creator>Mohammed Hashir P</dc:creator><description>&lt;p data-start="716" data-end="725"&gt;Hi H&amp;aring;kon,&lt;/p&gt;
&lt;p data-start="727" data-end="752"&gt;Thanks for your response.&lt;/p&gt;
&lt;p data-start="754" data-end="934"&gt;However, my use case specifically requires the &lt;strong data-start="801" data-end="856"&gt;system to wake up from system-off (deep sleep) mode&lt;/strong&gt; using the &lt;strong data-start="867" data-end="886"&gt;GRTC peripheral&lt;/strong&gt;, not just timekeeping or delays in active mode.&lt;/p&gt;
&lt;p data-start="936" data-end="1152"&gt;As far as I understand, in system-off mode, the normal Zephyr &lt;code data-start="998" data-end="1007"&gt;k_timer&lt;/code&gt; or kernel tick-based mechanisms (like &lt;code data-start="1046" data-end="1055"&gt;k_sleep&lt;/code&gt;) are not functional, and &lt;strong data-start="1081" data-end="1126"&gt;GRTC is the only available wake-up source&lt;/strong&gt; via its compare channels.&lt;/p&gt;
&lt;p data-start="1154" data-end="1179"&gt;Could you please clarify:&lt;/p&gt;
&lt;ul data-start="1180" data-end="1403"&gt;
&lt;li data-start="1180" data-end="1278"&gt;
&lt;p data-start="1182" data-end="1278"&gt;How to correctly configure the GRTC for wake-up from system-off on the nRF54L15-DK (SDK v3.0.2)?&lt;/p&gt;
&lt;/li&gt;
&lt;li data-start="1279" data-end="1403"&gt;
&lt;p data-start="1281" data-end="1403"&gt;Are there any required configurations in the DeviceTree, &lt;code data-start="1338" data-end="1348"&gt;prj.conf&lt;/code&gt;, or special APIs (such as &lt;code data-start="1375" data-end="1386"&gt;nrfx_grtc&lt;/code&gt;) to enable this?&lt;/p&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;p data-start="1554" data-end="1581"&gt;Thanks,&lt;br data-start="1561" data-end="1564" /&gt; Mohammed Hashir P&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Issue regarding the Configuration of GRTC in nRf54L15-DK</title><link>https://devzone.nordicsemi.com/thread/543745?ContentTypeID=1</link><pubDate>Mon, 28 Jul 2025 12:53:46 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:db29e664-75a4-4b38-9b4c-1b8175970ae2</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;
&lt;p&gt;The GRTC is already in use by the kernel, so you can use the k_timer instance for time keeping (or k_sleep() for waits):&lt;/p&gt;
&lt;p&gt;&lt;a id="" href="https://docs.zephyrproject.org/latest/kernel/services/timing/timers.html"&gt;https://docs.zephyrproject.org/latest/kernel/services/timing/timers.html&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Kind regards,&lt;/p&gt;
&lt;p&gt;H&amp;aring;kon&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>