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/ADS1292: ads1292 maxium sample rate to CC2640

Part Number: ADS1292
Other Parts Discussed in Thread: CC2640

Tool/software: TI-RTOS

Hi,  I set the ads1292 sample rate  to 2K, but when I read datas from ads1292, I can only got 1.88K  samples.

My design using TI BLE stack and TI-RTOS, I handle the sample data using SPI interrupt . For 1 sample to next sample ready, I only have 500us time to handle. 

I guess maybe TI-RTOS task swtich and enter critical section  affect the SPI  interrupt handle.

so I want to know  the maxium sample rate is supported to cc2640 with TI-RTOS and BLE application?

How can I solve the problem?

Thanks!