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.

ADC128S102: How to configure Continuous conversion mode on ADC128 using Raspberry pi

Part Number: ADC128S102

Hello,

I want to configure continuous conversion mode on ADC128s102 using Raspberry pi to achieve 1 MSPS throughput when using single channel and 125 KSPS per channel when using all 8 channels, can anyone suggest me how to configure continuous conversion mode on this ADC using Raspberry pi or any other processor ?,

because raspberry pi's spidev library has xfer2 function to sent 1 byte of data on spi bus which works as a burst mode so due to this one frame contains only half of the conversion data so i think this is the reason why i am not able to get 1MSPS of throughput on this ADC , so help me with some suggestion on this