This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

maximum interrupt frequency? GPIO vs GPIOTE

Hi folks,

What's the maximum interrupt frequency the nRF51822 can support? I am looking to do an interrupt burst of about 4000 interrupts at a rate 2MHZ or 4MHz. In the ISR, I just want to read 8 GPIO input lines simultaneously.

Is this possible? Would I be better served with raw GPIO vs GPIOTE? I am thinking the GPIOTE driver will add some overhead?

I will be using a s110 soft device, but i could turn that off during this phase if it helps.

Thoughts?

Thanks

-ujwal

Related