This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

CC1310: Sampling 3 channels using ADCBuf

Part Number: CC1310

Hi, 

I am trying to work out the best way of sampling three channels synchronously. As I have come to understand you can only use ADCBuf to sample one channel at a time, in which case this is not overly useful to me since I need to perform some DSP on the synchronised values. Alternatively I can use a timer to generate a regular interrupt then call on a SW interrupt to measure the ADC channels using the ADC functionality, but I feel this may require too many resources and be subject to jitter given the other tasks I am running. 

Is there a way of using the ADCBuf to continuously sample three ADC channels in the CC1310?

BR
Damo