<?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>GPIO1.01 Pin Unresponsive on nRF5340 After Upgrading from NCS 2.4 to NCS v3.0.1</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/122484/gpio1-01-pin-unresponsive-on-nrf5340-after-upgrading-from-ncs-2-4-to-ncs-v3-0-1</link><description>Hardware Setup: 
 
 Boar d: custom board using nrf5340dk_nrf5340_cpuapp 
 
 
 N CS Version: v3. 0.1 (upgrade d from v2. 4 where it was working) 
 
 Problem Description: After upgrading from NCS v2.4 to v3.0. 1, GPIO1.0 1 has become completely unresponsive</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Fri, 22 Aug 2025 03:50:00 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/122484/gpio1-01-pin-unresponsive-on-nrf5340-after-upgrading-from-ncs-2-4-to-ncs-v3-0-1" /><item><title>RE: GPIO1.01 Pin Unresponsive on nRF5340 After Upgrading from NCS 2.4 to NCS v3.0.1</title><link>https://devzone.nordicsemi.com/thread/546393?ContentTypeID=1</link><pubDate>Fri, 22 Aug 2025 03:50:00 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:0f655740-165f-430d-80f7-9aed2cfb2b31</guid><dc:creator>Ben_M</dc:creator><description>&lt;p&gt;Hi all，&lt;/p&gt;
&lt;p data-start="588" data-end="736"&gt;Simply disabling UART in the device tree was not sufficient, because the forwarder node was still holding these pins.&lt;/p&gt;
&lt;p data-start="1004" data-end="1086"&gt;&lt;a href="https://devzone.nordicsemi.com/f/nordic-q-a/110289/nrf5340-gpio-forwarder-availibility"&gt;The solution&lt;/a&gt; was to explicitly delete the UART node under &lt;code data-start="1062" data-end="1072"&gt;gpio_fwd&lt;/code&gt; as follows:&lt;/p&gt;
&lt;p data-start="1004" data-end="1086"&gt;&lt;pre class="ui-code" data-mode="text"&gt;&amp;amp;gpio_fwd
{ 
    /delete-node/ uart; 
};&lt;/pre&gt;&lt;/p&gt;
&lt;div class="contain-inline-size rounded-2xl relative bg-token-sidebar-surface-primary"&gt;
&lt;div class="sticky top-9"&gt;
&lt;div class="absolute end-0 bottom-0 flex h-9 items-center pe-2"&gt;
&lt;div class="bg-token-bg-elevated-secondary text-token-text-secondary flex items-center gap-4 rounded-sm px-2 font-sans text-xs"&gt;&lt;span class="" data-state="closed"&gt;&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;p data-start="1139" data-end="1208"&gt;This successfully released the pins, and they now work as expected.&lt;/p&gt;
&lt;p data-start="1210" data-end="1289"&gt;I post this resolution in case it helps others who face similar issues.&lt;/p&gt;
&lt;p data-start="1291" data-end="1320"&gt;Best regards,&lt;/p&gt;
&lt;p&gt;Ben&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: GPIO1.01 Pin Unresponsive on nRF5340 After Upgrading from NCS 2.4 to NCS v3.0.1</title><link>https://devzone.nordicsemi.com/thread/546389?ContentTypeID=1</link><pubDate>Fri, 22 Aug 2025 02:22:53 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:9f47b052-025c-4e4d-b239-d2f6d3eaea46</guid><dc:creator>Ben_M</dc:creator><description>&lt;p&gt;Hi szhaulai,&lt;/p&gt;
&lt;p&gt;did you solve this issue? I encountered the same problem as yours: GPIO1 doesn&amp;#39;t work by using&amp;nbsp;&lt;strong&gt;gpio_pin_set_dt() &lt;/strong&gt;when&amp;nbsp;upgraded from ncs2.6.0 to ncs2.9.0.&lt;/p&gt;
&lt;p&gt;I would be grateful if you could give me some tips.&lt;/p&gt;
&lt;p&gt;Best Regards!&lt;/p&gt;
&lt;p&gt;Ben&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: GPIO1.01 Pin Unresponsive on nRF5340 After Upgrading from NCS 2.4 to NCS v3.0.1</title><link>https://devzone.nordicsemi.com/thread/540491?ContentTypeID=1</link><pubDate>Wed, 25 Jun 2025 13:21:57 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:c582f75f-c4df-4182-b833-12a9bf732417</guid><dc:creator>Kenneth</dc:creator><description>&lt;p&gt;Check if it&amp;#39;s possible you are forwarding the control of the pins from the appcore to the netcore by e.g.:&lt;/p&gt;
&lt;p&gt;&lt;pre class="ui-code" data-mode="text"&gt;	gpio_fwd: nrf-gpio-forwarder {
		compatible = &amp;quot;nordic,nrf-gpio-forwarder&amp;quot;;
		status = &amp;quot;okay&amp;quot;;
		uart {
			gpios = &amp;lt; &amp;amp;gpio1 0x1 0x0 &amp;gt;, &amp;lt; &amp;amp;gpio1 0x0 0x0 &amp;gt;, &amp;lt; &amp;amp;gpio0 0xb 0x0 &amp;gt;, &amp;lt; &amp;amp;gpio0 0xa 0x0 &amp;gt;;
		};
	};&lt;/pre&gt;&lt;/p&gt;
&lt;p&gt;Kenneth&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: GPIO1.01 Pin Unresponsive on nRF5340 After Upgrading from NCS 2.4 to NCS v3.0.1</title><link>https://devzone.nordicsemi.com/thread/540351?ContentTypeID=1</link><pubDate>Tue, 24 Jun 2025 13:41:49 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:0c989d42-7237-4ae0-9be2-6cf69de05076</guid><dc:creator>szhaulai</dc:creator><description>&lt;p&gt;The following are the project configuration files, sysbuild folder, and boards folder&lt;a href="https://devzone.nordicsemi.com/cfs-file/__key/communityserver-discussions-components-files/4/6683.nrf5340dk_5F00_nrf5340_5F00_cpuapp.overlay"&gt;devzone.nordicsemi.com/.../6683.nrf5340dk_5F00_nrf5340_5F00_cpuapp.overlay&lt;/a&gt;&lt;br /&gt;&lt;pre class="ui-code" data-mode="text"&gt;CONFIG_LOG=n
CONFIG_SERIAL=n &lt;/pre&gt;sysbuild/hci_ipc.conf&lt;br /&gt;&lt;br /&gt;&lt;pre class="ui-code" data-mode="text"&gt;CONFIG_LOG=n&lt;/pre&gt;sysbuild/mcuboot.conf&lt;br /&gt;&lt;br /&gt;&lt;a href="https://devzone.nordicsemi.com/cfs-file/__key/communityserver-discussions-components-files/4/34706.prj.conf"&gt;devzone.nordicsemi.com/.../34706.prj.conf&lt;/a&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>