I am trying to read the internal temperature of the ADC128D818. I am able to read all my analog inputs just fine, but for the internal temp, I am getting weird results. At room temperature I am getting outputs hovering at 0x2400, 0x2480, 0x2380. Thanks to another post I know that it pads to the most significant bit. So the readings I get are 0x240, 0x248, and 0x238.
Is the device giving me an output in 2's complement (the twos complement values don't make sense for the chip ambient temp)? Also, why does it seem the resolution is so bad? 8 hex swings? It is not very clear from the user guide.
Thanks,
Michael