MAX6876
EEPROM-Programmable, Quad,
Power-Supply Tracker/Sequencer Circuit
______________________________________________________________________________________ 31
6) The master generates a repeated start condition.
7) The master sends the 7-bit slave address and a
read bit (high).
8) The slave asserts an ACK on SDA.
9) The slave sends the 8-bit byte count (16).
10) The master asserts an ACK on SDA.
11) The slave sends 8 bits of data.
12) The master asserts an ACK on SDA.
13) Repeat steps 8 and 9 fifteen times.
14) The master generates a stop condition.
Address Pointers
Use the send byte protocol to set the register address
pointers before read and write operations. For the con-
figuration registers, valid address pointers range from
00h to 13h. Register addresses outside of this range
result in a NACK being issued from the MAX6876.
When using the block write protocol, the address point-
er automatically increments after each data byte,
except when the address pointer is already at 13h. If
the address pointer is already 13h, and more data
bytes are being sent, these subsequent bytes overwrite
address 13h repeatedly, leaving only the last data byte
sent stored at this register address.
For the configuration EEPROM, valid address pointers
range from 20h to 33h. When using the block write pro-
tocol, the address pointer automatically increments
after each data byte, except when the address pointer
is already at 33h. If the address pointer is already 33h,
and more data bytes are being sent, these subsequent
bytes overwrite address 33h repeatedly, leaving only
the last data byte sent stored at this register address.
Configuration EEPROM
The configuration EEPROM addresses range from 20h
to 33h. Write data to the configuration EEPROM to auto-
matically set up the MAX6876 upon power-up. Data
transfers from the configuration EEPROM to the config-
uration registers when ABP exceeds UVLO during
power-up. After ABP exceeds UVLO, an internal 1MHz
clock starts after a 5µs delay, and data transfer begins.
Data transfer disables access to the configuration reg-
isters and EEPROM. The data transfer from EEPROM to
the configuration registers takes 2ms (max). Read con-
figuration EEPROM data at any time after power-up or
software reboot. Write commands to the configuration
EEPROM are allowed at any time, unless the configura-
tion lock bit is set (see Table 15). The maximum cycle
time to write a single byte is 11ms (max).
Configuration Register Bank and EEPROM
The configuration registers can be directly modified
with the serial interface without modifying the EEPROM,
after the power-up procedure terminates and the con-
figuration EEPROM data has been loaded into the con-
figuration register bank. Use the write byte or block
write protocols to write directly to the configuration reg-
isters. Changes to the configuration registers are lost
upon power removal.
At device power-up, the register bank loads configura-
tion data from the EEPROM. Configuration data can be
directly altered in the register bank during application
development, allowing maximum flexibility. Transfer the
new configuration data byte-by-byte to the configura-
tion EEPROM with the write byte protocol. The next
device power-up or software reboot automatically loads
the new configuration (Table 16).
REGISTER
ADDRESS
EEPROM MEMORY
ADDRESS
BIT RANGE
DESCRIPTION
If 1, configuration registers are locked
13h 33h 2
If 0, configuration registers unlocked
Table 15. Configuration of Lock Bit
MAX6876
EEPROM-Programmable, Quad,
Power-Supply Tracker/Sequencer Circuit
32 ______________________________________________________________________________________
REGISTER
ADDRESS
EEPROM MEMORY
ADDRESS
READ/WRITE
DESCRIPTION
00h 20h R/W
IN1 Undervoltage Threshold Value (V
TH
):
V
TH
= 1.0 + n x 20mV (if R08[7] = 0)
V
TH
= 0.5 + n x 10mV (if R08[7] = 1)
where n is the register content decimal representation. Note that V
TH
ranges must be 1V to 5.5V and 0.5V to 3.05V, respectively.
01h 21h R/W
IN2 Undervoltage Threshold Value (V
TH
):
V
TH
= 1.0 + n x 20mV (if R08[6] = 0)
V
TH
= 0.5 + n x 10mV (if R08[6] = 1)
where n is the register content decimal representation. Note that V
TH
ranges must be 1V to 5.5V and 0.5V to 3.05V, respectively.
02h 22h R/W
IN3 Undervoltage Threshold Value (V
TH
):
V
TH
= 1.0 + n x 20mV (if R08[5] = 0)
V
TH
= 0.5 + n x 10mV (if R08[5] = 1)
where n is the register content decimal representation. Note that V
TH
ranges must be 1V to 5.5V and 0.5V to 3.05V, respectively.
03h 23h R/W
IN4 Undervoltage Threshold Value (V
TH
):
V
TH
= 1.0 + n x 20mV (if R08[4] = 0)
V
TH
= 0.5 + n x 10mV (if R08[4] = 1)
where n is the register content decimal representation. Note that V
TH
ranges must be 1V to 5.5V and 0.5V to 3.05V, respectively.
04h 24h R/W
IN1 Overvoltage Threshold Value (V
TH
):
V
TH
= 1.0 + n x 20mV (if R08[7] = 0)
V
TH
= 0.5 + n x 10mV (if R08[7] = 1)
where n is the register content decimal representation. Note that V
TH
ranges must be 1V to 5.5V and 0.5V to 3.05V, respectively.
05h 25h R/W
IN2 Overvoltage Threshold Value (V
TH
):
V
TH
= 1.0 + n x 20mV (if R08[6] = 0)
V
TH
= 0.5 + n x 10mV (if R08[6] = 1)
where n is the register content decimal representation. Note that V
TH
ranges must be 1V to 5.5V and 0.5V to 3.05V, respectively.
06h 26h R/W
IN3 Overvoltage Threshold Value (V
TH
):
V
TH
= 1.0 + n x 20mV (if R08[5] = 0)
V
TH
= 0.5 + n x 10mV (if R08[5] = 1)
where n is the register content decimal representation. Note that V
TH
ranges must be 1V to 5.5V and 0.5V to 3.05V, respectively.
Table 16. Register Map
MAX6876
EEPROM-Programmable, Quad,
Power-Supply Tracker/Sequencer Circuit
______________________________________________________________________________________ 33
REGISTER
ADDRESS
EEPROM MEMORY
ADDRESS
READ/WRITE
DESCRIPTION
07h 27h R/W
IN4 Overvoltage Threshold Value (V
TH
):
V
TH
= 1.0 + n x 20mV (if R08[4] = 0)
V
TH
= 0.5 + n x 10mV (if R08[4] = 1)
where n is the register content decimal representation. Note that V
TH
ranges must be 1V to 5.5V and 0.5V to 3.05V, respectively.
Bit 7If 0, 20mV steps in V
TH
setting for IN1
If 1, 10mV steps in V
TH
setting for IN1
Bit 6If 0, 20mV steps in V
TH
setting for IN2
If 1, 10mV steps in V
TH
setting for IN2
Bit 5If 0, 20mV steps in V
TH
setting for IN3
If 1, 10mV steps in V
TH
setting for IN3
Bit 4If 0, 20mV steps in V
TH
setting for IN4
If 1, 10mV steps in V
TH
setting for IN4
Bit 3UV1 or OV1 Fault (read only for register address). If 1, IN1 is under
undervoltage threshold or over overvoltage threshold. If 0, IN1 is over
undervoltage threshold and under overvoltage threshold.
Bit 2UV2 or OV2 Fault (read only for register address). If 1, IN2 is under
undervoltage threshold or over overvoltage threshold. If 0, IN2 is over
undervoltage threshold and under overvoltage threshold.
Bit 1UV3 or OV3 Fault (read only for register address). If 1, IN3 is under
undervoltage threshold or over overvoltage threshold. If 0, IN3 is over
undervoltage threshold and under overvoltage threshold.
08h 28h R/W
Bit 0UV4 or OV4 Fault (read only for register address). If 1, IN4 is under
undervoltage threshold or over overvoltage threshold. If 0, IN4 is over
undervoltage threshold and under overvoltage threshold.
Bit [7:6] If 00 the device configuration is a single device
If 01 the device configuration is multiple devices, slave
If 10 the device configuration is multiple devices, slave
If 11 the device configuration is multiple devices, master
Bit 5If 1, latch-on fault
If 0, autoretry
Bit [4:2] 000 autoretry timer value = 25µs
001 autoretry timer value = 12.5ms
010 autoretry timer value = 25.0ms
011 autoretry timer value = 50.0ms
100 autoretry timer value = 100.0ms
101 autoretry timer value = 200.0ms
110 autoretry timer value = 400.0ms
111 autoretry timer value = 1600.0ms
Bit 1If 1, check I
2
C enable bit
If 0, ignore I
2
C enable bit
09h 29h R/W
Bit 0If 1 and 09h[1] = 1, I
2
C enabled
If 0 and 09h[1] = 1, I
2
C disabled
Table 16. Register Map (continued)

MAX6876ETX+T

Mfr. #:
Manufacturer:
Maxim Integrated
Description:
Supervisory Circuits EEPROM-Prog Quad Power-Sup Sequence
Lifecycle:
New from this manufacturer.
Delivery:
DHL FedEx Ups TNT EMS
Payment:
T/T Paypal Visa MoneyGram Western Union

Products related to this Datasheet