
AS6204
Software Description
Demo Kit Manual
• PUBLIC
UG000440
• v1-01 • 2019-Apr-17
13
│ 8
Figure 10:
Index Register
Bit
D7
D6
D5
D4
D3
D2
D1
D0
Value
0
0
0
0
0
0
Address Bits
4.2
Temperature Register
Figure 11:
Temperature Register
D15
D14
D13
D12
D11
D10
D9
D8
D7
D6
D5
D4
D3
D2
D1
D0
T11
T10
T9
T8
T7
T6
T5
T4
T3
T2
T1
T0
0
0
0
0
MSB Byte
LSB Byte
The temperature register contains the digitally converted temperature value. It consists of 2 bytes and
can be converted according to the following formula:
Positive values= |Value| / LSB
Negative values= Complement( |Value| / LSB ) + 1
E75°C
75°𝐶 / 0.0625°𝐶 = 1200 = 𝐵𝑖𝑛𝑎𝑟𝑦 0100 1011 0000 = 𝐻𝑒𝑥 4𝐵0
Example -40°C
|−40°𝐶| / 0.0625°𝐶 + 1 = 640 + 1 = 𝐵𝑖𝑛𝑎𝑟𝑦 0010 1000 0000 + 1 = 1101 0111 1111 + 1 =
1101 10000 0000 = 𝐻𝑒𝑥 𝐷80