Hi everyone,
I have a custom board in nrf52833. Currently, the gpios on nrf52833 are gone, except for the NReset pin (P0.18).
Can I configure the NReset GPIO as a GPIO I/O to use for my function?
file .dts:
&uicr { gpio-as-nreset; };
I tried to configure:
CONFIG_GPIO_AS_PINRESET=n, but it doesn't work.
Please help me solution,
Thanks,