<?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/"><channel><title>Essential pin planning guidelines for the nRF54L Series</title><link>/nordic/nordic-blog/b/blog/posts/essential-pin-planning-guidelines-for-the-nrf54l-series</link><description>Learn pin planning for the nRF54L Series to optimize for low-power. Explore power domains, GPIO ports, and try a new open-source pin planner tool.</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><item><title>RE: Essential pin planning guidelines for the nRF54L Series</title><link>https://devzone.nordicsemi.com/nordic/nordic-blog/b/blog/posts/essential-pin-planning-guidelines-for-the-nrf54l-series</link><pubDate>Tue, 03 Mar 2026 18:18:00 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:775551b9-43e8-4a11-9453-88220381bc9d</guid><dc:creator>devangs33</dc:creator><slash:comments>0</slash:comments><description>&lt;p&gt;Is there a similar document for nRF54H20 ?&amp;nbsp;&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="https://devzone.nordicsemi.com/aggbug?PostID=1529&amp;AppID=4&amp;AppType=Weblog&amp;ContentType=0" width="1" height="1"&gt;</description></item><item><title>RE: Essential pin planning guidelines for the nRF54L Series</title><link>https://devzone.nordicsemi.com/nordic/nordic-blog/b/blog/posts/essential-pin-planning-guidelines-for-the-nrf54l-series</link><pubDate>Fri, 06 Feb 2026 15:54:51 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:775551b9-43e8-4a11-9453-88220381bc9d</guid><dc:creator>humankey</dc:creator><slash:comments>1</slash:comments><description>&lt;p&gt;I am designing an external battery-operated device using the nRF54L10 QFN48. I am constrained by the limited number of pins on Port 0 (5 pins) and trying to strictly follow the rule to &amp;quot;Match peripherals to their domains.&amp;quot;&lt;/p&gt;
&lt;p&gt;&amp;bull; I am using TWIM30 (LP domain) for a sensor on P0.&lt;/p&gt;
&lt;p&gt;&amp;bull; I need to gate power to this sensor using a GPIO to save energy.&lt;/p&gt;
&lt;p&gt;&amp;bull; I have run out of P0 pins.&lt;/p&gt;
&lt;p&gt;&lt;br /&gt;If I place the Sensor VDD control on a P1 GPIO (Peri Domain) while keeping the I2C lines on P0 (LP Domain), I am concerned about leakage.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Questions:&lt;/strong&gt;&lt;br /&gt;1. If the PERI domain (P1) is powered down in System OFF/Sleep, but the LP domain (P0) remains active for wake-up monitoring, will the P1 GPIO hold its state, or will it cause the sensor VDD to float/drop, creating a leakage path from the P0 I2C pull-ups through the sensor?&lt;/p&gt;
&lt;p&gt;2. Is it recommended to move non-wakeup assets (like LEDs) to P1 to free up P0 for the Sensor VDD, ensuring the entire sensor interface remains within the LP domain?&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="https://devzone.nordicsemi.com/aggbug?PostID=1529&amp;AppID=4&amp;AppType=Weblog&amp;ContentType=0" width="1" height="1"&gt;</description></item><item><title>RE: Essential pin planning guidelines for the nRF54L Series</title><link>https://devzone.nordicsemi.com/nordic/nordic-blog/b/blog/posts/essential-pin-planning-guidelines-for-the-nrf54l-series</link><pubDate>Tue, 25 Nov 2025 03:10:13 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:775551b9-43e8-4a11-9453-88220381bc9d</guid><dc:creator>odin huang</dc:creator><slash:comments>1</slash:comments><description>&lt;p&gt;Dear Nordic,&lt;/p&gt;
&lt;p data-path-to-node="4,0"&gt;The peripheral-to-pin connection matrix for the nRF54L Series &lt;b&gt;should be clearly presented in a matrix/table format&lt;/b&gt; within the datasheet. I cannot ascertain from the current datasheet that the PWM output pins are restricted to Port 1 (P1). It merely states that all P1 pins can be used, but &lt;b&gt;fails to clarify why Port 0 (P0) and Port 2 (P2) cannot be used&lt;/b&gt;.&lt;/p&gt;
&lt;p data-path-to-node="4,1"&gt;This usage and restriction represent a departure from previous nRF52/nRF53 series devices. Therefore, a clear and explicit &lt;b&gt;Peripheral-to-Pin Configuration Matrix Table&lt;/b&gt; is needed on the very first page of the peripheral section in the manual for quick and easy reference. This is similar to the pin/peripheral matrix tables found in STM32 datasheets, which allow for rapid, clear distinction, helping to &lt;b&gt;prevent errors in pin selection&lt;/b&gt;, especially when selecting peripherals that utilize shared pins.&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="https://devzone.nordicsemi.com/aggbug?PostID=1529&amp;AppID=4&amp;AppType=Weblog&amp;ContentType=0" width="1" height="1"&gt;</description></item><item><title>RE: Essential pin planning guidelines for the nRF54L Series</title><link>https://devzone.nordicsemi.com/nordic/nordic-blog/b/blog/posts/essential-pin-planning-guidelines-for-the-nrf54l-series</link><pubDate>Thu, 10 Jul 2025 23:26:58 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:775551b9-43e8-4a11-9453-88220381bc9d</guid><dc:creator>leox</dc:creator><slash:comments>1</slash:comments><description>&lt;p&gt;The pin planner is good, would be better if able to export to a device tree overlay format instead json, so able to use&amp;nbsp;in the&amp;nbsp; project/custom board directly.&amp;nbsp;&lt;/p&gt;&lt;img src="https://devzone.nordicsemi.com/aggbug?PostID=1529&amp;AppID=4&amp;AppType=Weblog&amp;ContentType=0" width="1" height="1"&gt;</description></item><item><title>RE: Essential pin planning guidelines for the nRF54L Series</title><link>https://devzone.nordicsemi.com/nordic/nordic-blog/b/blog/posts/essential-pin-planning-guidelines-for-the-nrf54l-series</link><pubDate>Thu, 26 Jun 2025 06:15:16 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:775551b9-43e8-4a11-9453-88220381bc9d</guid><dc:creator>Ingfu</dc:creator><slash:comments>1</slash:comments><description>&lt;p&gt;What happens, if I use a non-clock pin as a clock pin? Could it work at low frequencies?&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="https://devzone.nordicsemi.com/aggbug?PostID=1529&amp;AppID=4&amp;AppType=Weblog&amp;ContentType=0" width="1" height="1"&gt;</description></item><item><title>RE: Essential pin planning guidelines for the nRF54L Series</title><link>https://devzone.nordicsemi.com/nordic/nordic-blog/b/blog/posts/essential-pin-planning-guidelines-for-the-nrf54l-series</link><pubDate>Mon, 23 Jun 2025 11:36:48 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:775551b9-43e8-4a11-9453-88220381bc9d</guid><dc:creator>Fridtjof</dc:creator><slash:comments>1</slash:comments><description>&lt;p&gt;Dear Nordic&lt;br /&gt;&lt;br /&gt;Why do I have to go to this blog post to find the following information?&lt;br /&gt;&lt;br /&gt;&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;P2 pins cannot wake the system from sleep, and it does not include the GPIO SENSE or DETECT mechanism or GPIOTE functionality. This means that interrupt support is not available on P2 pins when they are configured as general-purpose GPIO.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;There is no mention of this in nrf54L15 PS section 8.8 - GPIO, or in the pin tables in section 10. And the only feedback the user gets is that&amp;nbsp;&lt;code&gt;gpio_pin_interrupt_configure_dt()&lt;/code&gt; returns &lt;code&gt;-ENOTSUP&lt;/code&gt;.&lt;/p&gt;&lt;img src="https://devzone.nordicsemi.com/aggbug?PostID=1529&amp;AppID=4&amp;AppType=Weblog&amp;ContentType=0" width="1" height="1"&gt;</description></item></channel></rss>