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

Multiple SAADC Channels at different intervals

Hello, I've been reading over different examples and questions on the Nordic Developer Zone but still have some questions about multiple SAADC channels.

1 - If I initialized multiple SAADC channels it goes to scanning mode right? Does this mean they can only be sampled via non-blocking mode or can I also sample them in blocking mode?

2 - If sampling via the SAADC callback EasyDMA is used which makes power consumption higher right? Would sampling via a timer handler function with blocking functions not use EasyDMA and consume less power?

3 - If sampling from timer via handler function with blocking functions does it make sense to turn off the SAADC every time a sample is taken?

4 - Would sampling the SAADC with the SAADC_Callback (EasyDMA) function for one channel while sampling another channel with a blocking function be possible

Related