<?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 low-power domain</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/120201/nrf54l15-low-power-domain</link><description>According to the data sheet, the nrf54l05/10/15 has 4 power domains. And there is a low-power domain. I search through the entire datasheet for a few hours and still couldn&amp;#39;t find why the low-power domain is low power (at least compared to peripheral</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Thu, 27 Mar 2025 13:20:30 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/120201/nrf54l15-low-power-domain" /><item><title>RE: nrf54l15 low-power domain</title><link>https://devzone.nordicsemi.com/thread/529299?ContentTypeID=1</link><pubDate>Thu, 27 Mar 2025 13:20:30 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:768e3fe9-b245-4dcc-9940-b73ae5303228</guid><dc:creator>Emil Lenngren</dc:creator><description>&lt;p&gt;When doing a quick test earlier on nRF54L15-DK, having the SPIM30 instance running and transferring data consumed less energy than the SPIM20 instance. So there is indeed power differences between those domains. You could probably test this yourself. If you just use GPIO with the sense mechanism to wake up the system, I don&amp;#39;t think the power consumption differs anything noticeable though.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nrf54l15 low-power domain</title><link>https://devzone.nordicsemi.com/thread/529290?ContentTypeID=1</link><pubDate>Thu, 27 Mar 2025 12:59:19 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:79cf7056-c18a-44ef-b069-15c748c9ef29</guid><dc:creator>Kenneth</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;The nRF54L15 features multiple power domains, including a fast MCU domain, a radio domain, a peripheral domain, and a low-power domain. Here’s how the power domain architecture is structured and how to utilize the low-power domain for optimal power efficiency:&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;
&lt;p&gt;&lt;strong&gt;Power Domains Overview&lt;/strong&gt;:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;Fast MCU Domain&lt;/strong&gt;: Contains the Arm Cortex-M33 and high-speed peripherals. Runs at 128 MHz.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Radio Domain&lt;/strong&gt;: Contains the short-range radio and supporting peripherals. It operates at 32 MHz, synchronously with the fast domain.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Peripheral Domain&lt;/strong&gt;: Houses most peripherals, operating synchronously with the fast domain at 16 MHz.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Low-Power Domain&lt;/strong&gt;: Comprises peripherals intended for ultra-low power mode applications. It operates asynchronously at 16 MHz compared to the fast domain.&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;&lt;strong&gt;Low-Power Domain Characteristics&lt;/strong&gt;:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;It&amp;#39;s designed for peripherals used in ultra-low power modes. This domain can wake up the rest of the system even when other domains are powered off. It operates independently of the fast domain, allowing for reduced power consumption when high-speed operations are not required.&lt;/li&gt;
&lt;li&gt;The low-power domain runs asynchronously, meaning activities in this domain do not require synchronization with high-speed tasks, which saves power in applications with sporadic, less timing-critical operations.&lt;br /&gt;&lt;br /&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;&lt;strong&gt;Utilizing the Low-Power Domain&lt;/strong&gt;:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;GPIO Functionality&lt;/strong&gt;: GPIO pins in the low-power domain can wake the system from sleep modes (System OFF or System ON sleep). Although similar functionality is available in the peripheral domain, using the low-power domain helps conserve energy by only powering necessary components.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Configuring Power&lt;/strong&gt;: When aiming for the lowest power, ensure minimal components in the high-frequency domains are active. Employ peripherals in the low-power domain for tasks not requiring high-speed computations.&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;For more detailed setup and configurations, refer to Power and Clock Management. This system evaluates requests and starts/stops clock sources to choose optimal regulator operation modes for efficiency. Additionally, see the GPIO Configuration for specific settings related to GPIO ports across different domains.&lt;/p&gt;
&lt;p&gt;Hope that helps,&lt;br /&gt;Kenneth&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>