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!