Hi,
i am working on "nrf52dk" . i want to use nfc pin as gpio.
what i did is
NRF_UICR->NFCPINS = 0<<0;
CONFIG_NFCT_PINS_AS_GPIOS included in preprocessor definations
but gpio function is not enable by doing this
Hi,
i am working on "nrf52dk" . i want to use nfc pin as gpio.
what i did is
NRF_UICR->NFCPINS = 0<<0;
CONFIG_NFCT_PINS_AS_GPIOS included in preprocessor definations
but gpio function is not enable by doing this
Hi
It seems like you have configured the GPIOs correctly in your application, but when working on the DK, you also need to disconnect the resistors on R25 and R26, and short R27 and R28 with a 0R.
Best regards,
Simon
yes its working
yes its working