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

Lowest power configuration for NFCT pins

With our nRF53832 device we are not using NFC. 

For the lowest power usage should I keep them as disabled NFC pins or change them to GPIO pins and drive them to the same logic level?

  • Hi Matthew,

    It should not give a penalty on the current consumption when the NFCT peripheral is disabled. However; if the design does not use NFC, I would recommend using them as GPIOs HI-Z, input buffer disconnected.

     

    Copied from the NFCT documentation:

    The pins dedicated to the NFC antenna function will have some limitation when the pins are configured for normal GPIO operation. The pin capacitance will be higher on those (refer to CPAD_NFC in the GPIO Electrical Specification below), and some increased leakage current between the two pins is to be expected if they are used in GPIO mode, and are driven to different logical values. To save power the two pins should always be set to the same logical value whenever entering one of the device power saving modes. Please refer to INFC_LEAK in GPIO Electrical Specification for details.

     

     

Related