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

ANT events gpiote collision

Hi,

What would be the best practise to sample ADC with nRF52? ADC has its data-ready pin. I have tried use PPI with DMA, but realized that DMA current consumption is not suitable for my application. Now I am trying to collect data with gpiote events, via gpiote interrupt handler. The problem is that it runs together with ant+ profile which is transmitting every 250ms. The gpiote interrupt crashes into this event immediatelly after ant+ profile start. Please, what should be the most effective solution? Thanks,

Pepam 

Related