Pin State during Reboot

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 as the pin should be at a high impedance state during startup. However, even with the pull-up connected I can cleary see the pin being driven low. Any Ideas what the root cause could be and how to avoid this?

I usually use this pin as a pwm but even when not actively configuring it, it goes down during start-up. 

Thank you,

Vito

Parents Reply
  • 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'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. 

Children
Related