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

NRF52840 GPIO default state

Hi,


We would like to know the default state of the NRF52840’s GPIO pins - is it high, low or open?

The reason for this question – we need to know these pins’ behavior/state when the MCU is unpowered.


Thanks in advance,
Brennan

Parents
  • The default state applies when the chip is powered, but before the software has done anything to change it - this is not the same as the chip being unpowered!

    As with any chip, you should not be applying signals to it when it isn't powered.

    If you do apply signals to an unpowered chip, you get all sorts of weird effects due to power leaking "backwards" through protection circuits, etc...

Reply
  • The default state applies when the chip is powered, but before the software has done anything to change it - this is not the same as the chip being unpowered!

    As with any chip, you should not be applying signals to it when it isn't powered.

    If you do apply signals to an unpowered chip, you get all sorts of weird effects due to power leaking "backwards" through protection circuits, etc...

Children
Related