This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

ADS8028: understanding conversion wrt datasheet

Part Number: ADS8028

I think I am completing successful conversion using the ads8028, but there are some nagging questions that make me uncertain:

In my test case I am reading in a 200mV reference on channel 7 (last channel of 8 channel ADC).  Internal reference of 2.5V is being used.  

First step is to write the conversion command.  In my case this is two bits that are high in the first 16 bit frame.  The first bit is the write command, the second bit specifies the seventh channel AIN7. 

The next frame is the conversion frame, so data is ignored.

The following frame (third frame) is when I should get my data for the first request.  

I think I am getting my data however in the fourth frame.  The fourth frame shows 0x7144, or channel seven, decimal 324/4095*2.5 = 0.19780V. 

question 1) why is the data in the fourth frame, and not in the third as the data sheet indicates?

question 2) what is in the third frame?  garbage?  6FFF indicates 2.5V on channel 6 which I never requested.

Thanks

m