SBOS854F March 2018 – June 2024 TMP1075
PRODUCTION DATA
The digital output from each temperature measurement conversion is stored in the read-only temperature register. Which is a 12-bit, read-only register that stores the output of the most recent conversion. Two bytes must be read to obtain data. However, only the first 12 MSBs are used to indicate temperature while the remaining 4 LSB are set to zero. Table 7-1 lists the data format for the temperature. Negative numbers are represented in binary two's-complement format. After power-up or reset, the temperature register reads 0°C until the first conversion is complete.
TEMPERATURE (°C) | DIGITAL OUTPUT | |
---|---|---|
BINARY | HEX | |
127.9375 | 0111 1111 1111 0000 | 7FF0 |
100 | 0110 0100 0000 0000 | 6400 |
80 | 0101 0000 0000 0000 | 5000 |
75 | 0100 1011 0000 0000 | 4B00 |
50 | 0011 0010 0000 0000 | 3200 |
25 | 0001 1001 0000 0000 | 1900 |
0.25 | 0000 0000 0100 0000 | 0040 |
0.0625 | 0000 0000 0001 0000 | 0010 |
0 | 0000 0000 0000 0000 | 0000 |
–0.0625 | 1111 1111 1111 0000 | FFF0 |
–0.25 | 1111 1111 1100 0000 | FFC0 |
–25 | 1110 0111 0000 0000 | E700 |
–50 | 1100 1110 0000 0000 | CE00 |
–128 | 1000 000 0000 0000 | 8000 |