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.

RTOS/CC2650: Maximum Possible Sampling Frequency for ADC

Part Number: CC2650

Tool/software: TI-RTOS

Hi,

I am currently working on application in which i need to measure ADC value on 8 channels and transfer it using BLE communication. I want to know if it is possible to sample all ADC channel at frequency of 1 kHz without compromising performance of BLE communication. I dont need to transfer all ADC data over BLE, just maximum, minimum and mean value of each channel per second. 

Currently I am using ADC_convert function to get ADC value. But here I have to call these function every time using software interrupt. Is there a way in which ADC polling can be done independently? And what is maximum frequency at which can I poll all ADC channle?