<?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>Pin State during Reboot</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/127104/pin-state-during-reboot</link><description>Hello, on my nrf54l10 I observed a pin (GPIO 1.03) being actively driven low for ~20 ms during a reboot (e.g. Resetting after SystemOff Mode). I need this pin to stay high during this time. I already use an external pull-up which I thought should be sufficient</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Fri, 27 Feb 2026 06:48:16 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/127104/pin-state-during-reboot" /><item><title>RE: Pin State during Reboot</title><link>https://devzone.nordicsemi.com/thread/562190?ContentTypeID=1</link><pubDate>Fri, 27 Feb 2026 06:48:16 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:7de5ef53-3367-482e-91df-b74b04842db3</guid><dc:creator>Iskailko</dc:creator><description>&lt;p&gt;Hello, I found a solution. If I add &amp;quot;nordic,invert&amp;quot; to my pincrtl definition the default state gets high.&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Pin State during Reboot</title><link>https://devzone.nordicsemi.com/thread/562164?ContentTypeID=1</link><pubDate>Thu, 26 Feb 2026 15:01:22 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:1765ee7f-18f6-45ef-882b-6a4b7ddaa7e6</guid><dc:creator>Iskailko</dc:creator><description>&lt;p&gt;Okay, I did a minimal sample which runs on a nrf54l15dk based on the standard zephyr blinky sample. Attached I have my .overlay File, my Proj.conf and my main.c file. Basically I just add a PWM to pin 1.8. I added an external pull-up to pin 1.8, so that it is high if the board does nothing. Now, when I start the program I can see that the pin is pulled low for about 10 ms before the pwm starts. If I a do not add any pwm configuration at all in my main.c function pin 1.8 is even constantly pulled low.&lt;/p&gt;
&lt;p&gt;&lt;a href="https://devzone.nordicsemi.com/cfs-file/__key/communityserver-discussions-components-files/4/3835.main.c"&gt;devzone.nordicsemi.com/.../3835.main.c&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href="https://devzone.nordicsemi.com/cfs-file/__key/communityserver-discussions-components-files/4/nrf54l15dk_5F00_nrf54l10_5F00_cpuapp.overlay"&gt;devzone.nordicsemi.com/.../nrf54l15dk_5F00_nrf54l10_5F00_cpuapp.overlay&lt;/a&gt;&lt;a href="https://devzone.nordicsemi.com/cfs-file/__key/communityserver-discussions-components-files/4/322387.prj.conf"&gt;devzone.nordicsemi.com/.../322387.prj.conf&lt;/a&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Pin State during Reboot</title><link>https://devzone.nordicsemi.com/thread/562150?ContentTypeID=1</link><pubDate>Thu, 26 Feb 2026 13:41:40 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:f97034bd-efdf-4988-b5ca-9637308c31ee</guid><dc:creator>Ressa</dc:creator><description>&lt;p&gt;Can you try to reproduce it on a DK with the config options that you think is causing the issue, so that I can test it here on my DK ?&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Pin State during Reboot</title><link>https://devzone.nordicsemi.com/thread/562124?ContentTypeID=1</link><pubDate>Thu, 26 Feb 2026 09:57:58 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:387eb5c9-4811-4848-9e5f-1f02dfbf2cb1</guid><dc:creator>Iskailko</dc:creator><description>&lt;p&gt;Were you able to reproduce the situation with the information provided&amp;nbsp;above? Do you have an idea how to avoid it? Otherwise we need to add an additional transistor to block the signal.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Pin State during Reboot</title><link>https://devzone.nordicsemi.com/thread/561952?ContentTypeID=1</link><pubDate>Tue, 24 Feb 2026 13:04:06 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:8c3b47aa-c9a7-43fa-882c-d11ac9d2e770</guid><dc:creator>Iskailko</dc:creator><description>&lt;p&gt;I think I found the reason. I am using&amp;nbsp;CONFIG_PWM and&amp;nbsp;CONFIG_LED in my proj.conf and they seem to create these default low values at startup. I also saw this in my blinky sample for the pins used as LED or PWM (defined in my overlay).&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;However, I think I need at least CONFIG_PWM as I want to use pwm in my project. Maybe this helps to reproduce the issue and show me a way to avoid it.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Pin State during Reboot</title><link>https://devzone.nordicsemi.com/thread/561947?ContentTypeID=1</link><pubDate>Tue, 24 Feb 2026 12:33:25 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:0be3caa2-d57a-451f-b905-4413f47222ec</guid><dc:creator>Ressa</dc:creator><description>&lt;p&gt;That would be great to reproduce it so that I can make same thing on DK here. After releasing reset pin also the low state does not happen with the example I tried.&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Pin State during Reboot</title><link>https://devzone.nordicsemi.com/thread/561932?ContentTypeID=1</link><pubDate>Tue, 24 Feb 2026 10:27:22 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:6d7b4ca8-f25d-40ba-aa2a-a7297bdd730c</guid><dc:creator>Iskailko</dc:creator><description>&lt;p&gt;Thank you for the test. I do not think its the reset state which is a problem but the startup. I will try to reproduce it using a more simple sample as you did. Maybe it has to do with MCU Boot which I am using.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Pin State during Reboot</title><link>https://devzone.nordicsemi.com/thread/561927?ContentTypeID=1</link><pubDate>Tue, 24 Feb 2026 10:03:51 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:bac4357a-0141-4e21-833a-8d480b4fb357</guid><dc:creator>Ressa</dc:creator><description>&lt;p&gt;I tried to produce your observation on DK using Blinky sample and it is not happening for me. I tried asserting reset pin while sample was running. I am observing two pins, one for LED which is actively driven by firmware and another pin which is not configured by firmware. I have connected one external pull up to the pin which is not configured . While sample is running, I get below plots when I assert reset pin. I don&amp;#39;t see any 20 ms low signal on either of them. It drops to 2.5 V while I am keeping reset pin low, but it does not go to 0 at all.&amp;nbsp;&lt;br /&gt;&lt;br /&gt;&lt;img style="max-height:240px;max-width:320px;" src="https://devzone.nordicsemi.com/resized-image/__size/640x480/__key/communityserver-discussions-components-files/4/pastedimage1771927490941v1.png" alt=" " /&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Pin State during Reboot</title><link>https://devzone.nordicsemi.com/thread/561848?ContentTypeID=1</link><pubDate>Mon, 23 Feb 2026 14:17:48 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:bd8f541a-2d27-45e8-8611-e687833db784</guid><dc:creator>Iskailko</dc:creator><description>&lt;p&gt;I see the same behavior also for pin 2.05 and 2.06 (I did not check all the pins, yet). The data sheet sais that the pins should retain their state or switch to high impedance during reset, but I definitely see them set LOW for a short time during start up.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Pin State during Reboot</title><link>https://devzone.nordicsemi.com/thread/561802?ContentTypeID=1</link><pubDate>Mon, 23 Feb 2026 10:14:23 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:7d0dafe0-156b-49f0-b024-ee488a39a938</guid><dc:creator>Ressa</dc:creator><description>&lt;p&gt;Hi Vito,&lt;br /&gt;&lt;br /&gt;Please note that&amp;nbsp;P1.02, P1.03 are NFC pins and there are extra rules that apply to them, please have a look at below link to see if that explains the behavior:&lt;br /&gt;&lt;a href="https://docs.nordicsemi.com/bundle/ps_nrf54L15/page/nfct.html#ariaid-title4"&gt;https://docs.nordicsemi.com/bundle/ps_nrf54L15/page/nfct.html#ariaid-title4&lt;br /&gt;&lt;/a&gt;&lt;br /&gt;Also please check the general behavior of GPIOs when REST pin is asserted:&lt;br /&gt;&lt;a href="https://docs.nordicsemi.com/bundle/ps_nrf54LV10A/page/gpio.html#ariaid-title7"&gt;GPIO — General purpose input/output&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;Best regards,&lt;br /&gt;Ressa&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>