Please if you could summaryze the steps to properly read the ADC data values (keep in mind that I can read all channels properly)
I am using
2.5V ref = Internal
buffer = disable
Gain = 1
Clk = 4MHZ
SCLK = 1MHZ
Falling edge
I need 0 .. to 5V input range so my output = 000000h to FFFFFFh (24b is not critical)
My programming steps are as follow:
1.- Set REG 01 = ch# + 1000b = The full command = 51h + 00h + ch# + 1000b (write to register 1)
2.- delay 50ms
3.- check DRDYn = 0?
4.- read channel date = 01h
5.- next 24 bits = channel value <--- all channels are garbage
Thank you
Fausto bartra