English
Language : 

MIC384 Datasheet, PDF (7/21 Pages) Micrel Semiconductor – Three-Zone Thermal Supervisor Advance Information
MIC384
set, it prevents the /INT output from sinking current. In I2C
and SMBus systems, the IM bit is therefore an interrupt mask
bit.
T1 and T2: The T1 and T2 pins connect to off-chip PN diode
junctions, for monitoring the temperature at remote locations.
The remote diodes may be embedded thermal sensing
junctions in integrated circuits so equipped (such as Intel's
Pentium III), or discrete 2N3906-type bipolar transistors with
base and collector tied together.
Temperature Measurement
The temperature-to-digital converter is built around a switched
current source and an eight-bit analog-to-digital converter.
The temperature is calculated by measuring the forward
voltage of a diode junction at two different bias current levels.
An internal multiplexer directs the current source’s output to
either the internal or one of the external diode junctions. The
MIC384 uses two’s-complement data to represent tempera-
tures. If the MSB of a temperature value is zero, the
temperature is zero or positive. If the MSB is one, the
temperature is negative. More detail on this is given in the
"Temperature Data Format" section below. A “temperature
event” results if the value in any of the temperature result
registers (TEMPx) becomes greater than the value in the
corresponding temperature setpoint register (T_SETx). An-
other temperature event occurs if and when the measured
temperature subsequently falls below the temperature hys-
teresis setting in T_HYSTx.
During normal operation the MIC384 continuously performs
temperature-to-digital conversions, compares the results
against the setpoint and hysteresis registers, and updates
the state of /INT and the status bits accordingly. The remote
zones are converted first, followed by the local zone
(T1⇒T2⇒LOCAL). The states of /INT and the status bits are
updated after each measurement is taken.
Diode Faults
The MIC384 is designed to respond in a failsafe manner to
hardware faults in the external sensing circuitry. If the
connection to an external diode is lost or the sense line (T1
or T2) is shorted to VDD or ground, the temperature data
reported by the A/D converter will be forced to its full-scale
value (+127°C). This will cause a temperature event to occur
if the setpoint register for the corresponding zone is set to any
Micrel
value less than 127°C (7Fh = 0111 1111b). An interrupt will
be generated on /INT if so enabled. The temperature
reported for the external zone will remain +127°C until the
fault condition is cleared. This fault detection mechanism
requires that the MIC384 complete the number of conversion
cycles specified by Fault_Queue (see below). The part will
therefore require one or more conversion cycles following
power-on or a transition from shutdown to normal operation
before reporting an external diode fault.
Serial Port Operation
The MIC384 uses standard SMBus Write_Byte and
Read_Byte operations for communication with its host. The
SMBus Write_Byte operation involves sending the device’s
slave address (with the R/W bit low to signal a write opera-
tion), followed by a command byte and a data byte. The
SMBus Read_Byte operation is similar, but is a composite
write and read operation: the host first sends the device’s
slave address followed by the command byte, as in a write
operation. A new start bit must then be sent to the MIC384,
followed by a repeat of the slave address with the R/W bit
(LSB) set to the high (read) state. The data to be read from
the part may then be clocked out.
The command byte is eight bits wide. This byte carries the
address of the MIC384 register to be operated upon, and is
stored in the part’s pointer register. The pointer register is an
internal write-only register. The command byte (pointer
register) values corresponding to the various MIC384 regis-
ters are shown in Table 2. Command byte values other than
those explicitly shown are reserved, and should not be used.
Any command byte sent to the MIC384 will persist in the
pointer register indefinitely until it is overwritten by another
command byte. If the location latched in the pointer register
from the last operation is known to be correct (i.e., points to
the desired register), then the Receive_Byte procedure may
be used. To perform a Receive_Byte, the host sends an
address byte to select the MIC384, and then retrieves the
data byte. Figures 1 through 3 show the formats for these
procedures.
September 2000
Command_Byte
Target Register
Binary
Hex
Label
Description
0000 0000b
0000 0001b
0000 0010b
0000 0011b
0001 0000b
0001 0010b
0001 0011b
0010 0000b
0010 0010b
0010 0011b
00h
TEMP0
local temperature
01h
CONFIG
configuration register
02h
T_HYST0
local temperature hysteresis
03h
T_SET0
local temperature setpoint
10h
TEMP1
remote zone 1 temperature
12h
T_HYST1 remote zone 1 temperature hysteresis
13h
T_SET1 remote zone 1 temperature setpoint
20h
TEMP2
remote zone 2 temperature
22h T_HYST2 remote zone 2 temperature hysteresis
23h
T_SET2 remote zone 2 temperature setpoint
Table 2. MIC384 Register Addresses
7
MIC384