Hello,
We are currently working on a project where we need to sample a frequency input on a GPIO pin up to 6MHz. I have tried GPIOTE and TIMER with a PPI channel, but can only get readings up to 2.66MHz. I also tried a software interrupt with absolutely nothing else running, but can only get up to 160KHz.
Looking through devzone I've seen others say that 2.66MHz is the limit, but I would like verification from Nordic. Is there any other way to do this?
This is with a 52840 on SDK 17.
Thank you.