<?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>netcore claiming ownership of GPIO pin 1.01</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/127032/netcore-claiming-ownership-of-gpio-pin-1-01</link><description>I have a problem where the GPIO pin is not working as intended (it is constantly high but it should be alternating high and low). Via debugging I&amp;#39;ve ascertained that the problem is the fact that bit 28 in register NRF_P1-&amp;gt;PIN_CNF[1] is set to 1 which</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Mon, 16 Feb 2026 13:30:33 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/127032/netcore-claiming-ownership-of-gpio-pin-1-01" /><item><title>RE: netcore claiming ownership of GPIO pin 1.01</title><link>https://devzone.nordicsemi.com/thread/561244?ContentTypeID=1</link><pubDate>Mon, 16 Feb 2026 13:30:33 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:e4e00315-0a23-4760-9db2-be7de3bf7909</guid><dc:creator>H&amp;#229;kon Alseth</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;As mentioned, I have used the configuration in the .zip, and cannot replicate the issue.&lt;/p&gt;
&lt;p&gt;If you do the same exercise as me (add your configurations to a arbitrary project), do you see the same issue? Please share a verbose log.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Kind regards,&lt;/p&gt;
&lt;p&gt;Håkon&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: netcore claiming ownership of GPIO pin 1.01</title><link>https://devzone.nordicsemi.com/thread/561241?ContentTypeID=1</link><pubDate>Mon, 16 Feb 2026 13:26:07 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:d8d1757f-a1cc-4ded-ba7b-5c3371281f48</guid><dc:creator>PatrikB</dc:creator><description>&lt;p&gt;Thank you&amp;nbsp;H&amp;aring;kon for the reply. Unfortunately this did not solve the issue. Do you have any other suggestions?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: netcore claiming ownership of GPIO pin 1.01</title><link>https://devzone.nordicsemi.com/thread/561229?ContentTypeID=1</link><pubDate>Mon, 16 Feb 2026 12:26:16 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:4d663792-e0c6-4a37-8ff1-de9f2a57e40c</guid><dc:creator>H&amp;#229;kon Alseth</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Ownership of the GPIOs are set by the application core, via node &amp;quot;gpio_fwd&amp;quot;.&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;I am using your board/*.overlay file in bluetooth/peripheral_lbs, and&amp;nbsp;your sysbuild configuration,&amp;nbsp;and print the register:&lt;/p&gt;
&lt;p&gt;printk(&amp;quot;GPIO P1.01: %x &amp;quot;, NRF_P1-&amp;gt;PIN_CNF[1]);&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&amp;nbsp;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;If you are using any other sub-images (mcuboot for instance), you need to delete the entry there as well (my_project/sysbuild/mcuboot.overlay), which you seem to do already.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&amp;nbsp;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;Here&amp;#39;s my output:&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&lt;pre class="ui-code" data-mode="text"&gt;*** Booting MCUboot v2.1.0-dev-12e5ee106034 ***
*** Using nRF Connect SDK v2.9.0-7787b2649840 ***
*** Using Zephyr OS v3.7.99-1f8f3dc29142 ***
I: Starting bootloader
I: Primary image: magic=unset, swap_type=0x1, copy_done=0x3, image_ok=0x3
I: Secondary image: magic=unset, swap_type=0x1, copy_done=0x3, image_ok=0x3
I: Boot source: none
I: Image index: 0, Swap type: none
I: Bootloader chainload address offset: 0xc000
?*** Booting My Application v2.9.0-7787b2649840 ***
*** Using nRF Connect SDK v2.9.0-7787b2649840 ***
*** Using Zephyr OS v3.7.99-1f8f3dc29142 ***
Starting Bluetooth Peripheral LBS example
I: 2 Sectors of 4096 bytes
I: alloc wra: 0, fe8
I: data wra: 0, 0
I: HW Platform: Nordic Semiconductor (0x0002)
I: HW Variant: nRF53x (0x0003)
I: Firmware: Standard Bluetooth controller (0x00) Version 45.41337 Build 3074452168
I: No ID address. App must call settings_load()
Bluetooth initialized
I: Identity: CA:C4:23:90:3B:06 (random)
I: HCI: version 6.0 (0x0e) revision 0x206b, manufacturer 0x0059
I: LMP: version 6.0 (0x0e) subver 0x206b
Advertising successfully started
GPIO P1.01: 3&lt;/pre&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&amp;nbsp;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;I would recommend that you delete the build folder, and try to regenerate the project and see if this issue persists.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&amp;nbsp;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;Kind regards,&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;Håkon&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>