[114] GPIO: Current consumption increases when Wake on pin is used

nRF54LS05B Engineering A Errata

This anomaly applies to Engineering A, build code QFAA-Axx.

Symptoms

Current consumption increases when the device is in System ON all idle mode.

Conditions

  • GPIO.PIN_CFN.SENSE is enabled, and GPIO.PIN_CFN.INPUT is connected.
  • DETECT signal changes from low to high to low to high within 0.5 µs.
  • SENSE condition remains active.

Consequences

Current consumption is approximately 300 µA higher than specified in System ON all idle mode.

Workaround

Apply one of the following workarounds:
  • Avoid the DETECT signal changing from low to high to low to high within 0.5 µs.
  • Enable latched mode by using GPIO:DETECTMODE = LDETECT.