Hello,
I'm using the same SDK used on the Thingy:52, compiling with GCC. I'm using the Rigado BMD-350-A which uses the nrf52832.
I'd like to use P0.09 and P0.10 as GPIO instead of NFC. I've added CFLAGS += -DCONFIG_NFCT_PINS_AS_GPIOS=1 (I've done that with and without the =1) to the makefile under CFLAGS += -DNRF52. I've also used nRFjprog --recover . I'm not sure if the functionality removed is the pins as GPIOs or as NFC. The pins still aren't toggling properly as GPIO after being configured as output in the code. What must be done to configure these two pins as GPIO?
Thanks!