I am using nRF52833DK, zephyr v2.7.0.
I want to disable hardware nRST to use P0.18 as GPIO.
What I did
Added to Kconfig : CONFIG_GPIO_AS_PINRESET=n
Removed : gpio-as-nreset
But it is still enabled.
When I check UICR,
nrfjprog --family NRF52 --memrd 0x10001200 0x10001200: 00000012
It seems to be attached.
Please tell me how to use nRST (P0.18) as GPIO.