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
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
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...
To add more context to my inquiry - one of the GPIOs is connected to another subsystem. There is a pull-up there but we'd like to know if the signal will be pulled down by an unpowered processor. While we have ensured that the NRF is powered up the entire time, we want to cover all scenarios as well.