Hi
I have a custom-designed board based on nrf52840 and on that board, I am using NFC pins as GPIO.
On Pin no 0.9 and 0.10, output peripherals are connected.
I have added "CFLAGS += -DCONFIG_NFCT_PINS_AS_GPIOS=1" in makefile. Also when I read memory using "nrfjprog --memrd 0x1000120C", I get "0x1000120C: FFFFFFFE" as response.
But still, these pins are behaving as GPIO.
Please suggest what can be done.
Thanks in anticipation.