Datasheet

Document Feedback
AS621x
Register Description
Datasheet PUBLIC
DS000677 v2-00 • 2020-Feb-24
36 22
Example 75°C:
75°𝐶/0.0078125°𝐶 = 9600 = 𝐵𝑖𝑛𝑎𝑟𝑦 0010 0101 1000 0000 = 𝐻𝑒𝑥 2580
Example -40°C:
|
40°𝐶
|
/0.0078125 °𝐶 + 1 = 5120 + 1 = 𝐵𝑖𝑛𝑎𝑟𝑦 0001 0100 0000 0000 + 1 = 1110 1100 0000 0000 =
𝐻𝑒𝑥 EC00
Figure 27:
Temperature Conversion Examples
Temperature (°C)
Digital Output (Binary)
Digital Output (Hex)
100.0
0011 0010 0000 0000
3200
75.0
0010 0101 1000 0000
2580
50.0
0001 1001 0000 0000
1900
25.0
0000 1100 1000 0000
0C80
0.125
0000 0000 0001 0000
0010
0.0078125
0000 0000 0000 0001
0001
0.0
0000 0000 0000 0000
0000
-0.0078125
1111 1111 1111 1111
FFFF
-0.125
1111 1111 1111 0000
FFF0
-25.0
1111 0011 1000 0000
F380
-40.0
1110 1100 0000 0000
EC00
6.3 Serial Interface
The device employs a standard I²C-serial bus.
6.3.1 Bus Description
A data transfer must be invoked by a master device (e.g. microcontroller) which defines the access to
the slave device. The master device defines and generates the serial clock (SCL) and the start/stop
conditions.