Hello there,
I am using AFE IC (ADS131M08, 24-bit sigma-delta ADC)
Configuration requirement is 8000 samples/second, resulting in 125 usec ADC data reading ready interrupt.
In this 125 usec, we have to read ADC samples from AFE over SPI & also process this samples for measurement of 3 Phase Voltage & Current (7 Channels).
Measurement part would take up to 50% of bandwidth. So to read data over SPI we are left with remaining 50% of Bandwidth. (i.e. almost 65 usec.)
My doubts are:-
1. Is it possible to receive ADC sample data of 7 Channels (24-bit*7Channels raw ADC Data) over SPI in 65usec
2. How the data transmission happens in ADS131M08 over SPI i.e. interrupt is generated for each byte transmission or complete packet(consisting of 7 channels raw data) is sent @ one go.
3. What would be the execution time of SPI to send/receive this data (in both case, either byte-bye or complete packet)
4. Can anyone please share any reference document for this.