I'm using nrf52832 powerd by a 3.6V regulator in a li-ion powered application. And using one of the IOs (P0.05) as the power supply of other circuits.At the same time, using another IO(P0.06) for the input of a High-level-on IO interrupt.
When setting P0.05 High ,we can enter High-level-on IO interrupt of P0.06 repetedly. But When setting P0.05 Low ,we can enter High-level-on IO interrupt of P0.06 for once.
Do the two IOs have some interference between each other?