<?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>Change CPU frequency of nRF54L15</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/120810/change-cpu-frequency-of-nrf54l15</link><description>The OSCILLATORS documentation says: 
 &amp;quot; The device starts at 64 MHz. For 128 MHz, it must be configured when the CPU starts and before any peripherals that use the high-frequency clock are enabled. Changing the frequency on a running system or to an unsupported</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Mon, 28 Apr 2025 15:49:48 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/120810/change-cpu-frequency-of-nrf54l15" /><item><title>RE: Change CPU frequency of nRF54L15</title><link>https://devzone.nordicsemi.com/thread/533247?ContentTypeID=1</link><pubDate>Mon, 28 Apr 2025 15:49:48 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:38dd6066-63a8-406d-a1b3-4a181ff53551</guid><dc:creator>Kenneth</dc:creator><description>&lt;p&gt;Looks like it will cause a build error moving forward if not using 128MHz, ref:&lt;br /&gt;&lt;a href="https://github.com/nrfconnect/sdk-nrf/commit/9529161739fab464d5337edccf16ab4f54d9b310"&gt;https://github.com/nrfconnect/sdk-nrf/commit/9529161739fab464d5337edccf16ab4f54d9b310&lt;/a&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;There are no plans to support 64MHz.&lt;/p&gt;
&lt;p&gt;They will add a note in the documentation that 128MHz should be used for the softdevice controller, so I guess overall it looks like 64MHz indirectly isn&amp;#39;t supported by software.&lt;/p&gt;
&lt;p&gt;Kenneth&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Change CPU frequency of nRF54L15</title><link>https://devzone.nordicsemi.com/thread/532653?ContentTypeID=1</link><pubDate>Wed, 23 Apr 2025 16:05:42 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:47f7f732-9369-4ddb-a287-a1e0859a1c9e</guid><dc:creator>Emil Lenngren</dc:creator><description>[quote userid="46557" url="~/f/nordic-q-a/120810/change-cpu-frequency-of-nrf54l15/532570"]Bluetooth stack is only qualified with 128MHz so when using Bluetooth you have to run 128MHz.[/quote]
&lt;p&gt;Where is this documented?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Change CPU frequency of nRF54L15</title><link>https://devzone.nordicsemi.com/thread/532572?ContentTypeID=1</link><pubDate>Wed, 23 Apr 2025 11:17:37 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:d3b44980-5c54-4854-bd57-d1324786f90b</guid><dc:creator>Kenneth</dc:creator><description>&lt;p&gt;I will ask internally to check if any of the designers can comment a bit on when CPU frequency can be safely changed or not.&lt;/p&gt;
&lt;p&gt;Kenneth&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Change CPU frequency of nRF54L15</title><link>https://devzone.nordicsemi.com/thread/532570?ContentTypeID=1</link><pubDate>Wed, 23 Apr 2025 11:10:18 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:1e9325c9-aeab-4241-a7f6-730058ed2869</guid><dc:creator>PaKa</dc:creator><description>&lt;p&gt;Bluetooth stack is only qualified with 128MHz so when using Bluetooth you have to run 128MHz.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Change CPU frequency of nRF54L15</title><link>https://devzone.nordicsemi.com/thread/532546?ContentTypeID=1</link><pubDate>Wed, 23 Apr 2025 09:19:58 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:ef29eccc-3759-4b3d-a3fa-1d71a51590b9</guid><dc:creator>Emil Lenngren</dc:creator><description>&lt;p&gt;For CPU intense workloads, then yes, the 128 MHz frequency might be more optimal.&lt;/p&gt;
&lt;p&gt;But when the MCU domain must be kept on due to some timing requirement, e.g. while busy-looping when waiting for a short SPI transfer to finish, or GRTC to wake up when requesting the current time, the 128 MHz option will of course consume more energy.&lt;/p&gt;
&lt;p&gt;But in particular, due to these erratas&amp;nbsp;&lt;a id="" href="https://docs.nordicsemi.com/bundle/errata_nRF54L15_Rev1/page/ERR/nRF54L15/Rev1/latest/anomaly_L15_39.html"&gt;https://docs.nordicsemi.com/bundle/errata_nRF54L15_Rev1/page/ERR/nRF54L15/Rev1/latest/anomaly_L15_39.html&lt;/a&gt;&amp;nbsp;and&amp;nbsp;&lt;a id="" href="https://docs.nordicsemi.com/bundle/errata_nRF54L15_Rev1/page/ERR/nRF54L15/Rev1/latest/anomaly_L15_20.html,"&gt;https://docs.nordicsemi.com/bundle/errata_nRF54L15_Rev1/page/ERR/nRF54L15/Rev1/latest/anomaly_L15_20.html,&lt;/a&gt;&amp;nbsp;the MCU domain will also need to stay on while using the radio. For example, during a radio reception like a BLE scan, according to my measurements, the system consumes around 11% more power with 128 MHz than if those errata would not exist and with 64 MHz, only around 8% more.&lt;/p&gt;
&lt;p&gt;So yes, depending on the application, the optimal clock frequency is different for different scenarios.&lt;/p&gt;
&lt;p&gt;And when I look in&amp;nbsp;system_nrf54l.c,&amp;nbsp;I see that the clock configuration can be changed using a define.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Change CPU frequency of nRF54L15</title><link>https://devzone.nordicsemi.com/thread/532433?ContentTypeID=1</link><pubDate>Tue, 22 Apr 2025 18:57:04 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:5e6a55cc-79b8-4b7f-acf3-733b15c16f89</guid><dc:creator>Kenneth</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;I am wondering if this is more of a theoretical problem rather than actual problem, because I&amp;nbsp;would expect you want to run on 128MHz always.&amp;nbsp;Considering the nRF54L15 don&amp;#39;t have any&amp;nbsp;Dynamic Voltage-Frequency Scaling I would expect the most power efficient would be to run on 128MHz and execute the task in half the time compared to 64MHz, or do you see scenarios where using 64MHz could be beneficial here.&lt;/p&gt;
&lt;p&gt;I can find in&amp;nbsp;\modules\hal\nordic\nrfx\mdk\system_nrf54l.c I it&amp;#39;s configured to 128MHz in&amp;nbsp;SystemInit(), I would expect this is the case for all images if not explicit changed.&lt;/p&gt;
&lt;p&gt;Kenneth&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>