<?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>nRF54L15 clock output</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/117252/nrf54l15-clock-output</link><description>Dear devzone team, I want to use the clock output function of nRF54L15, how can I achieve it? 
 
 BR, 
 Zero</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Tue, 24 Dec 2024 00:59:41 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/117252/nrf54l15-clock-output" /><item><title>RE: nRF54L15 clock output</title><link>https://devzone.nordicsemi.com/thread/516191?ContentTypeID=1</link><pubDate>Tue, 24 Dec 2024 00:59:41 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:df21ec67-f68a-4df9-82f1-2b5fa07a4982</guid><dc:creator>Sigurd</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;Set P1.08 PIN_CNF CTRLSEL register to GRTC&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nRF54L15 clock output</title><link>https://devzone.nordicsemi.com/thread/516058?ContentTypeID=1</link><pubDate>Mon, 23 Dec 2024 03:58:10 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:7137cf3d-d022-4cc0-a83d-5000b967a957</guid><dc:creator>zero</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;Based on the above reference, I called nrfy_grtc_clkout_set(NRF_GRTC, NRF_GRTC_CLKOUT_FAST, true) in main and did not see that p1.08 has 16M clock output&lt;/p&gt;
&lt;p&gt;BR,&lt;/p&gt;
&lt;p&gt;Zero&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nRF54L15 clock output</title><link>https://devzone.nordicsemi.com/thread/515628?ContentTypeID=1</link><pubDate>Thu, 19 Dec 2024 03:09:20 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:8a63b8e4-697f-49bb-8d57-10312bee606e</guid><dc:creator>zero</dc:creator><description>&lt;p&gt;Hi ,&lt;/p&gt;
&lt;p&gt;Thank you for your support. I tested and I can see the 32.768k clock output normally. But I have to add that since p0.04 and p1.08 are temporarily used by button2/3, I need to add an .overlay file to delete the button2/3 node, as follows:&lt;/p&gt;
&lt;p&gt;&lt;pre class="ui-code" data-mode="text"&gt;/ {

	aliases {
		/delete-property/ sw2;
		/delete-property/ sw3;
	};
};
/delete-node/ &amp;amp;button2;
/delete-node/ &amp;amp;button3;
&lt;/pre&gt;&lt;/p&gt;
&lt;p&gt;I am still verifying whether 16M is feasible.&lt;/p&gt;
&lt;p&gt;BR,&lt;/p&gt;
&lt;p&gt;Zero&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nRF54L15 clock output</title><link>https://devzone.nordicsemi.com/thread/514714?ContentTypeID=1</link><pubDate>Thu, 12 Dec 2024 11:37:17 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:28c00b3b-c194-41db-8dba-f354b4e5cdaa</guid><dc:creator>Sigurd</dc:creator><description>&lt;p&gt;Hi!&lt;/p&gt;
&lt;p&gt;Snippet:&lt;/p&gt;
&lt;p&gt;&lt;pre class="ui-code" data-mode="text"&gt;#include &amp;lt;haly/nrfy_grtc.h&amp;gt;
 
 
int main(void)
{
 
    nrfy_grtc_clkout_set(NRF_GRTC, NRF_GRTC_CLKOUT_32K, true);&lt;/pre&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;nRF54L15 P0.04:&lt;/p&gt;
&lt;p&gt;&lt;img style="max-height:240px;max-width:320px;" src="https://devzone.nordicsemi.com/resized-image/__size/640x480/__key/communityserver-discussions-components-files/4/pastedimage1734003411697v1.png" alt=" " /&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>