Hi,
I'm using nRF52840 DK to construct and test a wireless data transmission system.
The problem is that I need to detect a 2M Hz clock's rising edge using nRF and it does not work if I use P0.20 as a GPIOTE port.
I tested the same code with only changing the port to P0.04 or P0.05 and found that everything just works well.
Is there any predefined usage of P0.20 so that it cannot be used to detect input rising edge?