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?