SBAS526D November 2012 – September 2019 ADS1018
PRODUCTION DATA.
The ADS1018 offers an integrated precision temperature sensor. To enable the temperature sensor mode, set bit TS_MODE = 1 in the Config register. Temperature data are represented as a 12-bit result that is left-justified within the 16-bit conversion result. Data are output starting with the most significant byte (MSB). When reading the two data bytes, the first 12 bits are used to indicate the temperature measurement result. One 12-bit LSB equals 0.125°C. Negative numbers are represented in binary twos complement format, as shown in Table 2.
TEMPERATURE (°C) | DIGITAL OUTPUT (BINARY) | HEX |
---|---|---|
128 | 0 100 0000 0000 | 400 |
127.875 | 0 011 1111 1111 | 3FF |
100 | 0 011 0010 0000 | 320 |
80 | 0 010 1000 0000 | 280 |
75 | 0 010 0101 1000 | 258 |
50 | 0 001 1001 0000 | 190 |
25 | 0 000 1100 1000 | 0C8 |
0.25 | 0 000 0000 0010 | 002 |
0 | 0 000 0000 0000 | 000 |
–0.25 | 1 111 1111 1110 | FFE |
–25 | 1 111 0011 1000 | F38 |
–40 | 1 110 1100 0000 | EC0 |