Hi,
I am using ADS8332 to do ADC conversion. I am just a bit confused by its manual, which does not give some example on what is the exact digital command to read data from a specific channel.
I am able to use my micro-p to generate SPI signals to the ADC converter, which I monitor by a scope. Based on its commands set in Table 4 of its manual, I tried to issue 0x0000 ~ 0x0700 to read channel 0 ~7 one by one; however, I got exact same reply.
I've used SPI/I2C to talk to some other devices before. That device has a register holding a known value, which can be used to test if SPI or I2C interface is working.
I am wondering if TI's ADS8332 has something for me to validate my SPI interface. From the scope, I could see the signals from my micro-p are what I want, but I don't know whether the reply signal is correct or not.