This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

nrf52 enabling gpio on nfc pins

Hi 

I have developed a PCB that will be used to control some sensors. The pins NFC1 and NFC2 are intended to be used as GPIOs. However, the default processor settings configure these pins as "NFC-pins". How can I change that? I couldn't figure it out with the online documentation and the processor datasheet. Note, that I use Segger Embedded Studio for the code development. 

Thanks for your help

Parents Reply
  • The link above does not work anymore..

    Im using a nrf52840 , Segger with the nrf SDK.

    How do I use the NFC pins as GPIO ? There must be a simple solution to this.

    Ive added #define CONFIG_NFCT_PINS_AS_GPIOS 1 to the sdk_config.h and also I added the CONFIG_NFCT_PINS_AS_GPIOS here

    When I check the nrfjprog --memrd 0x10001000 --n 512, Im getting all F's

Children
No Data
Related