NCT375
www.onsemi.com
7
Temperature Register
The temperature measured by the parts internal sensor is
stored in this 16-bit read only register. The data is stored in
twos complement format with the MSB as the sign bit. The
8 MSBs must be read frist followed by the 8 LSBs.
Table 10. TEMPERATURE VALUE REGISTER
MSB LSB
D15
D14 D13 D12 D11 D10 D9 D8 D7 D6 D5 D4 D3 D2 D1 D0
0 0 0 0 0 0 0 0 0 0 0 0 X X X X
Configuration Register
This 8-bit read/write register is used to configure the
NCT375 into its various modes of operation. The different
modes are listed in Table 11 and explained in more detail
below.
Table 11. CONFIGURATION REGISTER
Bit Configuration Default Value
D7 Reserved 0
D6 Reserved 0
D5 One-shot Mode 0
D4 Fault-queue 0
D3 Fault-queue 0
D2 OS/ALERT Pin Polarity 0
D1 Cmp/Int Mode 0
D0 Shutdown Mode 0
D7: Reserved
Write 0 to this bit.
D6: Reserved
Write 0 to this bit.
D5: One-shot Mode
D5 = 0 Part is in normal mode and converting every
60 ms. (Default)
D5 = 1 Setting this bit puts the part into one-shot mode.
The part is normally powered down in this mode until the
one shot register is written to. Once this register is written
to one conversion is performed and the part returns to its
shutdown state.
D[4:3]: Fault Queue
D4 D3 These two bits determine how many
overtemperature conditions occur before the OS
/Alert
pin is triggered. This helps to prevent false triggering of
the output.
0 0 = 1 Fault (Default)
0 1 = 2 Faults
1 0 = 4 Faults
2 1 = 6 Faults
D2: OS
/Alert pin polarity
This selects the polarity of the OS
/Alert output pin.
D2 = 0 Output is active low. (Default)
D2 = 1 Output is active high.
D1: Cmp/Int
D1 = 0 Comparator mode. (Default)
D1 = 1 Interrupt mode.
D0: Shutdown
D0 = 0 Normal mode – part is fully powered. (Default)
D0 = 1 Shutdown mode – all circuitry except for the
SMBus interface is powered down. Write a 0 to this bit to
power up again.
T
HYST
Register
The T
HYST
register stores the temperature hysteresis
value for the overtemperature output. This value is picked to
stop the OS
/Alert pin from being asserted and de-asserted in
noisy temperature environments. This limit is stored in the
16 bit register in twos complement format. The MSB is the
temperature sign bit. The 8 MSBs must be read first
followed by the 8 LSBs. The default value is +75°C.
Table 12. T
HYST
REGISTER
MSB LSB
D15
D14 D13 D12 D11 D10 D9 D8 D7 D6 D5 D4 D3 D2 D1 D0
0 1 0 0 1 0 1 1 0 0 0 0 X X X X
T
OS
Register
This register stores the temperature limit at which the part
asserts an OS
/Alert. Once the measured temperature reaches
this value an alert or overtemperature output is generated.
The data is stored in twos complement format with the MSB
as the sign bit. The 8 MSBs must be read frist followed by
the 8 LSBs. The default limit +80°C.
NCT375
www.onsemi.com
8
Table 13. T
OS
REGISTER
MSB LSB
D15
D14 D13 D12 D11 D10 D9 D8 D7 D6 D5 D4 D3 D2 D1 D0
0 1 0 1 0 0 0 0 0 0 0 0 X X X X
NCT375
www.onsemi.com
9
Serial Interface
Control of the NCT375 is carried out via the SMBus/I
2
C
compatible serial interface. The NCT375 is connected to this
bus as a slave device, under the control of a master device.
Serial Bus Address
Control of the NCT375 is carried out via the serial bus.
The NCT375 is connected to this bus as a slave device under
the control of a master device. The NCT375 has a 7-bit
serial address. The four MSBs are fixed and set to 1001
while the 3 LSBs can be configured by the user using pins
5, 6 and 7 (A2, A1 and A0). Each of these pins can be
configured in one of two ways low or high. This gives eight
different address options listed in Table 14 below. The state
of these pins is continually sampled and so can be changed
after power up.
Table 14. SERIAL BUS ADDRESS OPTIONS
MSBs LSBs Address
A6 A5 A4 A3 A2 A1 A0 Hex
1 0 0 1 0 0 0 0x48
1 0 0 1 0 0 1 0x49
1 0 0 1 0 1 0 0x4A
1 0 0 1 0 1 1 0x4B
1 0 0 1 1 0 0 0x4C
1 0 0 1 1 0 1 0x4D
1 0 0 1 1 1 0 0x4E
1 0 0 1 1 1 1 0x4F
The NCT375 also features a SMBus/I
2
C timeout function
whereby the SMBus/I
2
C interface times out after the
specified time when there is no activity on the SDA line. After
this time, the NCT375 resets the SDA line back to its idle state
(high impedance) and waits for the next start condition.
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 is going to 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 a read/write (R/W
) bit, which deternimes the
direction of the data transfer i.e. whether data is
written to, or read from, the slave device. The
peripheral with the address corresponding to the
transmitted address responds by pulling the data
line low during the low period before the ninth
clock pulse, known as the acknowledge 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 zero then the
master writes to the slave device. If the R/W
bit is
a one then the master reads 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 receiver of data.
Transitions on the data line must occur during the
low period of the clock signal and remain stable
during the high period, since a low-to-high
transition when the clock is high can be interpreted
as a stop signal.
3. When all data bytes have been read or written,
stop conditions are established. In write mode, the
master pulls the data line high during the tenth
clock pulse to assert a stop condition. In read
mode, the master overrides the acknowledge bit by
pulling the data line high during the low period
before the ninth clock pulse. This is known as no
acknowledge. The master takes the data line low
during the low period before the tenth clock pulse,
then high during the tenth clock pulse to assert a
stop condition.
Any number of bytes of data can be transferred over the
serial bus in one operation. However, 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.
Writing Data
There are two types of writes used in the NCT375:
Setting up the Address Pointer Register for a Register
Read
To read data from a particular register, the address pointer
register must hold the address of the register being read. To
configure the address pointer register a single write
operation (shown in Figure 5). It consists of the device
address followed by the address being written to the address
pointer register. This will then be followed by a read
operation.
Writing Data to a Register
Due to the different size registers used by the NCT375,
there are two types of write operations. One is for the 8 bit
wide configuration register and the other for the 16 bit wide
limit registers.
Figure 6 shows the sequence required to write to the
configuration register. It consists of the device address, the
data register being written to and the data being written the
selected register.
The two temperature limit registers (T
HYST
and T
OS
) are
16 bits wide and require two data bytes to be written to these
registers. This sequence is shown in Figure 7. It consists of
the device address, the data register being written to and the
two data byes being written to the selected register.

NCT375DR2G

Mfr. #:
Manufacturer:
ON Semiconductor
Description:
Board Mount Temperature Sensors DIG TEMP SEN 2 WIRE INT
Lifecycle:
New from this manufacturer.
Delivery:
DHL FedEx Ups TNT EMS
Payment:
T/T Paypal Visa MoneyGram Western Union

Products related to this Datasheet