I am using nRF52840/nRF52833 (raytac module, original board).
With the current nRF Connect SDK, is it possible to disable NFC and use ports (P0.09, P0.10) as GPIO?
I am trying to assign P0.09 to I2C SCL, but it is not available as GPIO.
I have enabled the following parameter in Kconfig.
I understand this is deprecated:
CONFIG_NFCT_PINS_AS_GPIOS=y
Since it is recommended to edit the DTS, I added the following to the overlay:
&uicr { nfct-pins-as-gpios; };
However, none of the settings are effective and P0.09 remains Hi-Z.
Please tell me the correct setting method.