This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts
This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Configure NFC pins as GPIO

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.

Related