MAX6615/MAX6616
Dual-Channel Temperature Monitors and
Fan-Speed Controllers with Thermistor Inputs
4 _______________________________________________________________________________________
Typical Operating Characteristics (continued)
(V
CC
= +3.3V, T
A
= +25°C, unless otherwise noted.)
GPIO SINK CURRENT
vs. SUPPLY VOLTAGE
MAX6615/6 toc04
V
CC
(V)
I
GPIO_
(mA)
5.04.54.03.5
20
25
30
35
40
45
50
15
3.0 5.5
V
GPIO_
= 0.4V
GPIO OUTPUT VOLTAGE
vs. GPIO SINK CURRENT
MAX6615/6 toc05
I
GPIO_
(mA)
V
GPIO_
(V)
706040 5020 3010
0.1
0.2
0.3
0.4
0.5
0.6
0.7
0.8
0.9
0
080
V
CC
= 3V
V
CC
= 5V
-5
-2
-3
-4
-1
0
1
2
3
4
5
05025 75 100 125
PWM FREQUENCY
vs. DIE TEMPERATURE
MAX6615/6 toc06
DIE TEMPERATURE (°C)
FREQUENCY SHIFT (Hz)
NORMALIZED AT T
A
= +25°C
MAX6615/MAX6616
Dual-Channel Temperature Monitors and
Fan-Speed Controllers with Thermistor Inputs
_______________________________________________________________________________________ 5
PIN
MAX6616 MAX6615
NAME
FUNCTION
1, 2, 5, 20,
23, 24
GPIO0–
GPIO5
Active-Low, Open-Drain GPIOs. Can be pulled up to 5.5V regardless of V
CC
.
3 1 PWM1
Fan Driver Output 1. The pullup resistor can be connected to a supply voltage as high as
12V, regardless of the supply voltage. See the PWM Output section for configuration.
4 2 TACH1
Fan Tachometer Input. Accepts logic-level signal from fan’s tachometer output. Can be
connected to a supply voltage as high as 12V, regardless of the supply voltage.
6 3 ADD0 SMBus Slave Address Selection
7 4 ADD1 SMBus Slave Address Selection
8 5, 10 GND Ground. Must be connected together for MAX6615.
9 6 TH1
External Thermistor Input 1. Connect a thermistor in series with a fixed resistor between
REF and ground.
10, 15 N.C. No Connection
11 7 REF
Reference Voltage Output. Provides 1V during measurements. High impedance when not
measuring.
12 8 TH2
External Thermistor Input 2. Connect a thermistor in series with a fixed resistor between
REF and ground.
13 9 FAN_FAIL
Fan-Failure Output. Asserts low when either fan fails. Can be pulled up as high as 5.5V
regardless of V
CC
. High impedance when V
CC
= 0V.
14 PRESET Connect to GND or V
CC
to set POR state of the GPIO0.
16 11 OT
Overtemperature Output. Active low, open drain. Typically used for system shutdown or
clock throttling. Can be pulled up as high as 5.5V regardless of V
CC
. High impedance
when V
CC
= 0V.
17 12 V
CC
Power Supply. 3.3V nominal. Bypass with a 0.1µF capacitor to GND.
18 13 SDA
SMBus Serial-Data Input/Output. Pull up with a 10k resistor. Can be pulled up as high
as 5.5V regardless of V
CC
. High impedance when V
CC
= 0V.
19 14 SCL
SMBus Serial-Clock Input. Pull up with a 10k resistor. Can be pulled up as high as 5.5V
regardless of V
CC
. High impedance when V
CC
= 0V.
21 15 TACH2
Fan Tachometer Input. Accepts logic-level signal from fan’s tachometer output. Can be
connected to a supply voltage as high as 12V, regardless of the supply voltage.
22 16 PWM2
Fan Driver Output 2. The pullup resistor can be connected to a supply voltage as high as
12V, regardless of the supply voltage. See the PWM Output section for configuration.
Pin Description
MAX6615/MAX6616
Detailed Description
The MAX6615/MAX6616 accurately monitor two tem-
perature channels, either the internal die temperature
and the temperature of an external thermistor, or the
temperatures of two external thermistors. They report
temperature values in digital form using a 2-wire
SMBus/I
2
C-compatible serial interface. The MAX6615/
MAX6616 operate from a supply voltage range of 3.0V
to 5.5V and consume 500µA (typ) of supply current.
The temperature data controls the duty cycles of two
PWM output signals that are used to adjust the speed
of a cooling fan. They also feature an overtemperature
alarm output to generate interrupts, throttle signals, or
shutdown signals.
The MAX6616 also includes six GPIO input/outputs to
provide additional flexibility. The GPIO0 power-up state
is set by connecting the GPIO PRESET input to ground
or V
CC
.
SMBus Digital Interface
From a software perspective, the MAX6615/MAX6616
appear as a set of byte-wide registers. Their devices use
a standard SMBus 2-wire/I
2
C-compatible serial interface
to access the internal registers. The MAX6615/MAX6616
have nine different slave addresses available; therefore, a
maximum of nine MAX6615/MAX6616 devices can share
the same bus.
The MAX6615/MAX6616 employ four standard SMBus
protocols: write byte, read byte, send byte, and receive
byte (Figures 1, 2, and 3). The shorter receive byte proto-
col allows quicker transfers, provided that the correct
data register was previously selected by a read byte
instruction. Use caution with the shorter protocols in mul-
timaster systems, since a second master could overwrite
the command byte without informing the first master.
Temperature data can be read from registers 00h and
01h. The temperature data format for these registers is
8 bits, with the LSB representing 1°C (Table 1) and the
MSB representing 128°C. The MSB is transmitted first.
All values below 0°C clip to 00h.
Table 3 details the register address and function, whether
they can be read or written to, and the power-on reset
Dual-Channel Temperature Monitors and
Fan-Speed Controllers with Thermistor Inputs
6 _______________________________________________________________________________________
WRITE BYTE FORMAT
READ BYTE FORMAT
SEND BYTE FORMAT
RECEIVE BYTE FORMAT
SLAVE ADDRESS: EQUIVA-
LENT TO CHIP-SELECT LINE
OF A 3-WIRE INTERFACE
COMMAND BYTE: SELECTS
WHICH REGISTER YOU ARE
WRITING TO
DATA BYTE: DATA GOES INTO THE REG-
ISTER SET BY THE COMMAND BYTE (TO
SET THRESHOLDS, CONFIGURATION
MASKS, AND SAMPLING RATE)
SLAVE ADDRESS:
EQUIVALENT TO CHIP-
SELECT LINE
COMMAND BYTE:
SELECTS WHICH
REGISTER YOU ARE
READING FROM
SLAVE ADDRESS: REPEAT-
ED DUE TO CHANGE IN
DATA- FLOW DIRECTION
DATA BYTE: READS
FROM THE REGISTER
SET BY THE COMMAND
BYTE
COMMAND BYTE: SENDS COM-
MAND WITH NO DATA, USUALLY
USED FOR ONE-SHOT COMMAND
DATA BYTE: READS DATA FROM
THE REGISTER COMMANDED BY
THE LAST READ BYTE OR WRITE
BYTE TRANSMISSION; ALSO
USED FOR SMBUS ALERT
RESPONSE RETURN ADDRESS
S = START CONDITION SHADED = SLAVE TRANSMISSION
P = STOP CONDITION /// = NOT ACKNOWLEDGED
Figure 1. SMBus Protocols
S ADDRESS RD ACK DATA /// P
7 BITS 8 BITS
WRS ACK COMMAND ACK P
8 BITS
ADDRESS
7 BITS
P
1
ACK
DATA
8 BITS
ACK
COMMAND
8 BITS
ACK
WR
ADDRESS
7 BITS
S
S ADDRESS WR ACK COMMAND ACK S ADDRESS
7 BITS8 BITS7 BITS
RD
ACK
DATA
8 BITS
///
P

MAX6616AEG+T

Mfr. #:
Manufacturer:
Maxim Integrated
Description:
Board Mount Temperature Sensors Dual Ch Temperature Monitor
Lifecycle:
New from this manufacturer.
Delivery:
DHL FedEx Ups TNT EMS
Payment:
T/T Paypal Visa MoneyGram Western Union

Products related to this Datasheet