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

Unused GPIO Pins

Hello,

What should I do with unused GPIO pins on the nRF51822?

Imran

Parents
  • Hi Imran,

    The default behavior of unused GPIOs (it's reset value) is set as input, with an internal switch (NRF_GPIO->PIN_CNF[], bit 1) set to disconnect. This is the recommended configuration of unused GPIOs to ensure that they do not draw current due to floating inputs.

    So, just keep the unused pins un-connected on your custom PCB and make sure that these pins have the reset value of NRF_GPIO->PIN_CNF[].

    Cheers, Håkon

Reply
  • Hi Imran,

    The default behavior of unused GPIOs (it's reset value) is set as input, with an internal switch (NRF_GPIO->PIN_CNF[], bit 1) set to disconnect. This is the recommended configuration of unused GPIOs to ensure that they do not draw current due to floating inputs.

    So, just keep the unused pins un-connected on your custom PCB and make sure that these pins have the reset value of NRF_GPIO->PIN_CNF[].

    Cheers, Håkon

Children
Related