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

SAADC - NRF_DRV_SAADC_EVT_DONE

Hello,

I'm currently working with sdk 11 on nRF52832.

I'm trying to acquire 20 value from SAADC every 10ms during 300uS.

I think that the rate is too high because p_event->type == NRF_DRV_SAADC_EVT_DONE occur only once per 20 value.

Is it normal ? Is it too fast ?

Thank you, Nabil

Related