Hi,
I am trying to use NFC Pin 0.10 as GPIO. It works fine on nRF52833DK using CONFIG_NFCT_PINS_AS_GPIOS=y
and by removing R44, R46 and placing R43 and R45. But it doesn't work on the custom board even if CONFIG_NFCT_PINS_AS_GPIOS=y
is enabled and I have checked 0x1000120C
register and it reads out as 0x1000120C: FFFFFFFE
.
Is there anything specific related to Pin 0.10 on custom board files that I am missing?
On custom board nRF52833_CJAA is being used.
Thanks