Which digital IO pins on the nRF9160 support interrupt on pin change?
I'm implementing an antenna MUX control routine where the MUX control (3 pins out of nRF9160) depends on 3 pins in (need interrupt on change on all three) and internal states of the nRF9160. This is essentially a look-up table. It contains very little code but must run quickly after an external pin change is detected.
What is the deepest sleep mode where the nRF9160 can still have a quick interrupt handle response to external pin change?
Thanks!
Børge