Part Number: ADS8588S
Hi Ti team,
I have selected four ADS8588S to interface 32 sensor data reading simultaneously.
I read data from the adc in parallel mode.
ADC READ procedure that I follow:
Step-1 :
Set CONV pin to high.
Step -2
Check Busy signal (wait for busy signal to low).
Step -3
Set CS pin to low.
Step -4
Set RD pin to low.
Read Data from GPIO pins.
Set RD pin to HIGH.
(Step -4 procedure repeat for all 8 chanel)
Step - 5
Set CS pin to HIGH.
Step - 6
Set CONV pin to low.
( These all steps repeat for all the 4 ADCs, 32 -channels )
Issue:
In first sample of all the adc, have some garbage value or some time 0 value.
but from 2nd sample onward, all the data are as expected.