Dear all,
Now I use ADS8021 to read ADC value by SPI communication.
I send : 0x9004 (select channel 4)
I send : 0x0000 (begin to read adc)
I read that: 0x0000 0x8000 for 0V
I read that : 0xFF70 0x8000 for 3V3
I don't know it is true or false and how to convert 0xFF70 0x8000 to adc value?
Anyone know sequence to read adc value(configure + read)
Thanks and best regards.