Long interrupt response time in example project for NRF52840, "pin_change_int_pca10056"

Hello,

I'm trying out the example code "pin_change_int_pca10056". But the delay time between sensing a voltage change and toggling the output GPIO is quite long. 22us. Is there any way to make the ISR faster? 

In the picture below, yellow is the sensed voltage and blue is the toggled GPIO in the ISR. I'm using this code on the pca10056 board.

 

Related