Hi!
Reading the documentation on NRF_PWR_MGMT_CONFIG_DEBUG_PIN_ENABLED, I'm left with a few questions.
1. Will this pin be set in all system sleep states? i.e System on and system off?
2. Can this pin be set to low, rather than high wen the system enters sleep mode?
3. Will my setup of GPIOs prior to entering sleep mode affect the output of this pin in sleep mode? I set them all to default (not connected, no pull etc).
4. If this pin is not connected to any peripheral, will it affect the power usage of my device in system off?
5. Are there other pins, other than GPIOs which can be used as the PWR_MGMT_DEBUG_PIN?
Thanks!