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 Children
  • I think I found the reason. I am using CONFIG_PWM and 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).

    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.

Related