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.

AFE5816: What is the data output format

Part Number: AFE5816


Hi,

I could not find the info in the data sheet, but I guess it's 2's complement binary.

Assuming I have 12 bit selected, then it would be as follow:

MSB...LSB

011111111111 => +2047(max)

000000000000 => 0

111111111111 => -1

100000000000 => -2048(min)

I am right?