REV. 0
ADM1022
–7–
FREQUENCY Hz
10
0
50 50M500
TEMPERATURE ERROR C
5k 50k 500k 5M
6
5
4
2
1
3
10mV SQ. WAVE
9
8
7
100k 25M
Figure 8. Temperature Error vs. Differential-Mode Noise
Frequency
TEMPERATURE C
1.7
40
SUPPLY CURRENT mA
V
DD
= 3.0V
20 0 20 40 60 80
100
130
1.8
1.9
2.0
2.1
2.2
2.3
V
DD
= 3.3V
V
DD
= 5.5V
110
90705030101030 120
Figure 9. Standby Supply Current vs. Supply Voltage
TEMPERATURE C
100
POWER RESET TIMEOUT ms
150
200
250
300
350
400
RST1
RST2
40 200 20406080
100
130110
90705030101030 120
Figure 10. Power-up Reset vs. Temperature
GENERAL DESCRIPTION
The ADM1022 is a low-cost temperature monitor and fan con-
troller for microprocessor-based systems. The temperature of
one or two remote sensor diodes may be measured, allowing
monitoring of processor temperature in single- or dual-processor
systems. The chip also contains an on-chip sensor to allow
ambient temperature to be monitored.
Measured values can be read out via a serial System Manage-
ment Bus, and values for limit comparisons can be programmed
in over the same serial bus.
The ADM1022 also contains a DAC for fan speed control.
Automatic hardware temperature trip points are provided for
fault tolerant fan control and the fan will be driven to full speed
if they are exceeded. Two interrupt outputs are provided, which
will be asserted if the software or hardware limits are exceeded.
Finally, the chip has two supply voltage monitors for brownout
detection. These drive two reset pins, one of which is bidirec-
tional. A manual reset input is also provided.
INTERNAL REGISTERS OF THE ADM1022
A brief description of the ADM1022’s principal internal regis-
ters is given below. More detailed information on the function
of each register is given in Tables IV to IX.
Configuration Register: Provides control and configuration.
Address Pointer Register: This register contains the address that
selects one of the other internal registers. When writing to the
ADM1022, the first byte of data is always a register address, which
is written to the Address Pointer Register.
Interrupt (INT) Status Register: This register provides status
of each Interrupt event. It is also mirrored by a second register
at address 4Ch.
Interrupt (INT) Mask Register: Allows masking of individual
interrupt sources.
Value and Limit Registers: The results of temperature measure-
ments are stored in these registers, along with their limit values.
Analog Output Register: The code controlling the analog out-
put DAC is stored in this register.
SERIAL BUS INTERFACE
Control of the ADM1022 is carried out via the serial bus. The
ADM1022 is connected to this bus as a slave device, under the
control of a master device, e.g., the PIIX4.
The ADM1022 has a 7-bit serial bus address. When the device is
powered up, it will do so with a default serial bus address. The five
MSBs of the address are set to 01011, the two LSBs are deter-
mined by the logical states of Pin 13 (ADD/NTEST_OUT).
This is a three-state input that can be grounded, connected to V
CC
or left open-circuit to give three different addresses. The state of
the ADD pin is only sampled at power-up, so changing ADD
with power-on will have no effect until the device is powered
off then on again.
Table I. ADD Pin Truth Table
ADD Pin A1 A0
GND 1 0
No Connect 0 0
V
CC
01
REV. 0
ADM1022
–8–
If ADD is left open-circuit the default address will be 0101100.
The facility to make hardwired changes to A1 and A0 allows the
user to avoid conflicts with other devices sharing the same serial
bus; for example, if more than one ADM1022 is used in a system.
The serial bus protocol operates as follows:
1. The master initiates data transfer by establishing a START
condition, defined as a high-to-low transition on the serial
data line SDA while the serial clock line SCL remains high.
This indicates that an address/data stream will follow. All
slave peripherals connected to the serial bus respond to the
START condition, and shift in the next eight bits, consisting
of a 7-bit address (MSB first) plus an R/W bit, which deter-
mines the direction of the data transfer, i.e., whether data
will be written to or read from the slave device.
The peripheral whose address corresponds to the transmitted
address responds by pulling the data line low during the low
period before the ninth clock pulse, known as the Acknowl-
edge Bit. All other devices on the bus now remain idle while
the selected device waits for data to be read from or written
to it. If the R/W bit is a 0, the master will write to the slave
device. If the R/W bit is a one, the master will read from the
slave device.
2. Data is sent over the serial bus in sequences of nine clock
pulses, eight bits of data followed by an Acknowledge Bit
from the slave device. Transitions on the data line must
occur during the low period of the clock signal and remain
stable during the high period, as a low-to-high transition when
the clock is high may be interpreted as a STOP signal. The
number of data bytes that can be transmitted over the serial
bus in a single READ or WRITE operation is limited only by
what the master and slave devices can handle.
3. When all data bytes have been read or written, stop conditions
are established. In WRITE mode, the master will pull the
data line high during the 10th clock pulse to assert a STOP
condition. In READ mode, the master device will override
the acknowledge bit by pulling the data line high during the
low period before the 9th clock pulse. This is known as No
Acknowledge. The master will then take the data line low
during the low period before the 10th clock pulse, then high
during the 10th clock pulse to assert a STOP condition.
Any number of bytes of data may be transferred over the serial
bus in one operation, but it is not possible to mix read and write
in one operation, because the type of operation is determined at
the beginning and cannot subsequently be changed without
starting a new operation.
In the case of the ADM1022, write operations contain either
one or two bytes, and read operations contain one byte, and
perform the following functions:
To write data to one of the device data registers or read data
from it, the Address Pointer Register must be set so that the
correct data register is addressed, then data can be written into
that register or read from it. The first byte of a write operation
always contains an address that is stored in the Address Pointer
Register. If data is to be written to the device, then the write
operation contains a second data byte that is written to the reg-
ister selected by the address pointer register.
This is illustrated in Figure 11a. The device address is sent over
the bus followed by R/W set to 0. This is followed by two data
bytes. The first data byte is the address of the internal data
register to be written to, which is stored in the Address Pointer
Register. The second data byte is the data to be written to the
internal data register.
When reading data from a register there are two possibilities:
1. If the ADM1022’s Address Pointer Register value is unknown
or not the desired value, it is first necessary to set it to the cor-
rect value before data can be read from the desired data register.
This is done by performing a write to the ADM1022 as before,
but only the data byte containing the register address is sent,
as data is not to be written to the register. This is shown in
Figure 11b.
A read operation is then performed consisting of the serial bus
address, R/W bit set to 1, followed by the data byte read from
the data register. This is shown in Figure 11c.
2. If the Address Pointer Register is known to be already at the
desired address, data can be read from the corresponding
data register without first writing to the Address Pointer Reg-
ister, so Figure 11b can be omitted.
NOTES
1. Although it is possible to read a data byte from a data register
without first writing to the Address Pointer Register, if the
Address Pointer Register is already at the correct value, it is
not possible to write data to a register without writing to the
Address Pointer Register, because the first data byte of a
write is always written to the Address Pointer Register.
2. In Figures 11a to 11c, the serial bus address is shown as the
default value 01011(A1)(A0), where A1 and A0 are set by
the three-state ADD pin.
3. The ADM1022 also supports the Read Byte protocol, as
described in the System Management Bus specification.
REV. 0
ADM1022
–9–
R/W
0
SCL
SDA
1 0 1 1 A1 A0 D7
D6
D5 D4 D3
D2
D1
D0
ACK. BY
ADM1022
START BY
MASTER
19
1
ACK. BY
ADM1022
9
D7 D6
D5 D4 D3
D2
D1 D0
ACK. BY
ADM1022
STOP BY
MASTER
1
9
SCL (CONTINUED)
SDA (CONTINUED)
FRAME 1
SERIAL BUS ADDRESS BYTE
FRAME 2
ADDRESS POINTER REGISTER BYTE
FRAME 3
DATA BYTE
Figure 11a. Writing a Register Address to the Address Pointer Register, then Writing Data to the Selected Register
R/W
0
SCL
SDA
1 0 1 1 A1 A0 D7
D6
D5 D4 D3
D2
D1
D0
ACK. BY
ADM1022
START BY
MASTER
19
1
ACK. BY
ADM1022
9
FRAME 1
SERIAL BUS ADDRESS BYTE
FRAME 2
ADDRESS POINTER REGISTER BYTE
STOP BY
MASTER
Figure 11b. Writing to the Address Pointer Register Only
R/W
0
SCL
SDA 1 0 1 1 A1 A0 D7
D6
D5
D4
D3
D2
D1
D0
NO ACK.
BY MASTER
START BY
MASTER
191
ACK. BY
ADM1022
9
FRAME 1
SERIAL BUS ADDRESS BYTE
FRAME 2
DATA BYTE FROM ADM1022
STOP BY
MASTER
Figure 11c. Reading Data from a Previously Selected Register
TEMPERATURE MEASUREMENT SYSTEM
Internal Temperature Measurement
The ADM1022 contains an on-chip bandgap temperature sen-
sor. The on-chip ADC performs conversions on the output of
this sensor and outputs the temperature data in 8-bit twos comple-
ment format. The format of the temperature data is shown in
Table II.
External Temperature Measurement
The ADM1022 can measure the temperature of two external
diode sensors or diode-connected transistors, connected to Pins
9 and 10 or 11 and 12.
Pins 9 and 10 are a dedicated temperature input channel. The
default function of Pins 11 and 12 is the THERM input/output
and a general purpose logic input (GPI), but they can be config-
ured to measure a diode sensor by setting Bit 7 of the Configu-
ration Register to 1.
The forward voltage of a diode or diode-connected transistor,
operated at a constant current, exhibits a negative temperature
coefficient of about –2 mV/°C. Unfortunately, the absolute value
of V
BE
, varies from device to device, and individual calibra-
tion is required to null this out, so the technique is unsuitable
for mass-production.
The technique used in the ADM1022 is to measure the change
in V
BE
when the device is operated at two different currents.
This is given by:
V
BE
= KT/q × ln(N)
where:
K is Boltzmann’s constant
q is charge on the carrier
T is absolute temperature in Kelvins
N is ratio of the two currents
Figure 12 shows the input signal conditioning used to mea-
sure the output of an external temperature sensor. This figure
shows the external sensor as a substrate transistor, provided
for temperature monitoring on some microprocessors, but it
could equally well be a discrete transistor.

ADM1022ARQ-REEL

Mfr. #:
Manufacturer:
ON Semiconductor
Description:
IC SENSOR TEMP/DET 3/5.5V 16QSOP
Lifecycle:
New from this manufacturer.
Delivery:
DHL FedEx Ups TNT EMS
Payment:
T/T Paypal Visa MoneyGram Western Union