Other Parts Discussed in Thread: ADS127L01
Tool/software: TI-RTOS
Hi All,
Please let me know your idea about my problem.
My application need to get 65 535 samples from an ADC (TI ADS127L01) with a sampling frequency of 100 kHz to do an FFT afterwards.
I have set the SPI bitrate at 4MHz with the SPI driver and then I used the SPI_transfer function to get my data from the ADC.
During a transfer, I get one data from the ADC which represent four 8 bits words.
My problem is that I can only get a data every 100us (which means 10 kHz of sampling frequency).
Do you know why there is a 100 us delay between each SPI_transfer ?
How could I removed it ?
Thank you for helping me.
Mickael