Multisupply Supervisor/Sequencer with
ADC and Temperature Monitoring
ADM1063
FEATURES
For more information about the ADM1063 register map,
refer to the AN-698 Application Note at www.analog.com.
FUNCTIONAL BLOCK DIAGRAM
D1P D1N D2P D2N
TEMP
SENSOR
REFIN REFOUT REFGND SDA SCL A1
VREF
INTERNAL
DIODE
MUX
A0
SMBus
INTERFACE
12-BIT
SAR ADC
EEPROM
CLOSED-LOOP
MARGINING SYSTEM
VX1
VX2
VX3
VX4
VX5
DUALFUNCTION
INPUTS
CONFIGURABLE
OUTPUT
DRIVERS
(LOGIC INPUTS
OR
SFDs)
(HV CAPABLE OF
DRIVING GATES
OF N-FET)
PDO1
PDO2
PDO3
PDO4
PDO5
PDO6
SEQUENCING
ENGINE
VP1
VP2
VP3
VP4
PROGRAMMABLE
RESET
GENERATORS
(SFDs)
VH
CONFIGURABLE
OUTPUT
DRIVERS
PDO7
(LV CAPABLE
OF DRIVING
LOGIC SIGNALS)
PDO9
AGND
PDO8
PDO10
PDOGND
VDD
ARBITRATOR
ADM1063
VCCP GND
VDDCAP
04632-001
Complete supervisory and sequencing solution for up to
10 supplies
10 supply fault detectors enable supervision of supplies to
2.5V)
Figure 33. Configuration Update Flow Diagram
UPDATING THE SEQUENCING ENGINE
Sequencing engine (SE) functions are not updated in the same
way as regular configuration latches. The SE has its own dedicated
512-byte nonvolatile, electrically erasable, programmable, readonly memory (EEPROM) for storing state definitions, providing
63 individual states, each with a 64-bit word (one state is reserved).
At power-up, the first state is loaded from the SE EEPROM into
the engine itself. When the conditions of this state are met, the
next state is loaded from the EEPROM into the engine, and so
on. The loading of each new state takes approximately 10 μs.
To alter a state, the required changes must be made directly to
the EEPROM. RAM for each state does not exist. The relevant
alterations must be made to the 64-bit word, which is then
uploaded directly to the EEPROM.
INTERNAL REGISTERS
The ADM1063 contains a large number of data registers. The
principal registers are the address pointer register and the
configuration registers.
The major differences between the EEPROM and other
registers are as follows:
•
•
•
The first EEPROM is split into 16 (0 to 15) pages of 32 bytes each.
Page 0 to Page 6, starting at Address 0xF800, hold the configuration
data for the applications on the ADM1063 (such as the SFDs and
PDOs). These EEPROM addresses are the same as the RAM
register addresses, prefixed by F8. Page 7 is reserved. Page 8 to
Page 15 are for customer use.
Data can be downloaded from the EEPROM to the RAM in one
of the following ways:
•
•
Address Pointer Register
The address pointer register contains the address that selects
one of the other internal registers. When writing to the
ADM1063, the first byte of data is always a register address that
is written to the address pointer register.
An EEPROM location must be blank before it can be
written to. If it contains data, the data must first be erased.
Writing to the EEPROM is slower than writing to the RAM.
Writing to the EEPROM should be restricted because it has a
limited write/cycle life of typically 10,000 write operations,
due to the usual EEPROM wear-out mechanisms.
At power-up, when Page 0 to Page 6 are downloaded.
By setting Bit 0 of the UDOWNLD register (0xD8), which
performs a user download of Page 0 to Page 6.
SERIAL BUS INTERFACE
The configuration registers provide control and configuration
for various operating parameters of the ADM1063.
The ADM1063 is controlled via the serial system management
bus (SMBus) and is connected to this bus as a slave device,
under the control of a master device. It takes approximately
1 ms after power-up for the ADM1063 to download from its
EEPROM. Therefore, access to the ADM1063 is restricted until
the download is complete.
EEPROM
Identifying the ADM1063 on the SMBus
The ADM1063 has two 512-byte cells of nonvolatile EEPROM
from Register Address 0xF800 to Register Address 0xFBFF. The
EEPROM is used for permanent storage of data that is not lost
when the ADM1063 is powered down. One EEPROM cell contains
the configuration data of the device; the other contains the state
definitions for the SE. Although referred to as read-only memory,
the EEPROM can be written to, as well as read from, using the
serial bus in exactly the same way as the other registers.
The ADM1063 has a 7-bit serial bus slave address (see Table 11).
The device is powered up with a default serial bus address.
The five MSBs of the address are set to 00111, and the two LSBs
are determined by the logical states of Pin A1 and Pin A0.
This allows the connection of four ADM1063s to one SMBus.
Configuration Registers
Table 11. Serial Bus Slave Address
A1 Pin
Low
Low
High
High
1
A0 Pin
Low
High
Low
High
Hex Address
0x38
0x3Ah
0x3Ch
0x3Eh
7-Bit Address
0011100x1
0011101x1
0011110x1
0011111x1
x = Read/Write bit. The address is shown only as the first 7 MSBs.
Rev. B | Page 25 of 32
ADM1063
The device also has several identification registers (read-only)
that can be read across the SMBus. Table 12 lists these registers
with their values and functions.
All other devices on the bus 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 writes to the slave device. If the R/W bit is a 1, the
master reads from the slave device.
Table 12. Identification Register Values and Functions
Address
0xF4
0xF5
0xF6
0xF7
Value
0x41
0x02
0x00
0x00
Step 2
Function
Manufacturer ID for Analog Devices
Silicon revision
Software brand
Software brand
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. Data transitions on the data line must occur during the low
period of the clock signal and remain stable during the high period
because a low-to-high transition when the clock is high could be
interpreted as a stop signal. If the operation is a write operation,
the first data byte after the slave address is a command byte. This
command byte tells the slave device what to expect next. It may be
an instruction telling the slave device to expect a block write, or
it may be a register address that tells the slave where subsequent
data is to be written. Because data can flow in only one direction,
as defined by the R/W bit, sending a command to a slave device
during a read operation is not possible. Before a read operation,
it may be necessary to perform a write operation to tell the slave
what sort of read operation to expect and/or the address from
which data is to be read.
General SMBus Timing
Figure 34, Figure 35, and Figure 36 are timing diagrams for
general read and write operations using the SMBus. The SMBus
specification defines specific conditions for different types of
read and write operations, which are discussed in the Write
Operations and Read Operations sections.
The general SMBus protocol operates as follows:
Step 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
a data stream follows. 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 slave address (MSB first) plus an R/W bit.
This bit determines the direction of the data transfer, that is,
whether data is written to or read from the slave device (0 = write,
1 = read).
Step 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 10th clock pulse to assert a stop condition. In read
mode, the master device releases the SDA line during the low
period before the ninth clock pulse, but the slave device does
not pull it low. This is known as a no acknowledge. The master
then takes the data line low during the low period before the
10th clock pulse and then high during the 10th clock pulse to
assert a stop condition.
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 acknowledge
bit, and by holding it low during the high period of this clock pulse.
1
9
1
9
SCL
0
SDA
0
1
1
1
A1
A0
D7
R/W
D6
D5
SDA
(CONTINUED)
D3
D2
D1
FRAME 2
COMMAND CODE
1
D7
9
D6
D5
D4
D3
D0
ACK. BY
SLAVE
FRAME 1
SLAVE ADDRESS
SCL
(CONTINUED)
D4
ACK. BY
SLAVE
START BY
MASTER
D2
FRAME 3
DATA BYTE
D1
D0
1
D7
ACK. BY
SLAVE
9
D6
D5
D4
D2
FRAME N
DATA BYTE
Figure 34. General SMBus Write Timing Diagram
Rev. B | Page 26 of 32
D3
D1
D0
ACK. BY
SLAVE
STOP
BY
MASTER
04632-036
Name
MANID
REVID
MARK1
MARK2
ADM1063
1
9
1
9
SCL
0
1
1
1
A1
A0 R/W
D7
D6
D5
D4
D3
D2
D1
ACK. BY
SLAVE
START BY
MASTER
1
SCL
(CONTINUED)
SDA
(CONTINUED)
D7
FRAME 1
SLAVE ADDRESS
D6
D5
D4
D3
9
D2
D1
D0
1
D7
FRAME 2
DATA BYTE
D6
D5
9
D4
ACK. BY
MASTER
FRAME 3
DATA BYTE
D0
ACK. BY
MASTER
D3
D2
D1
D0
NO ACK.
FRAME N
DATA BYTE
STOP
BY
MASTER
04632-037
0
SDA
Figure 35. General SMBus Read Timing Diagram
tR
tF
t HD; STA
t LO W
SCL
t HI G H
t HD; STA
t HD; DAT
t SU; STA
t SU; STO
t SU; DAT
t BUF
P
S
S
P
04632-038
SDA
Figure 36. Serial Bus Timing Diagram
SMBus PROTOCOLS FOR RAM AND EEPROM
The ADM1063 uses the following SMBus write protocols.
The ADM1063 contains volatile registers (RAM) and nonvolatile registers (EEPROM). User RAM occupies Address 0x00 to
Address 0xDF; the EEPROM occupies Address 0xF800 to
Address 0xFBFF.
Send Byte
Page erasure is enabled by setting Bit 2 in the UPDCFG register
(Address 0x90) to 1. If this bit is not set, page erasure cannot
occur, even if the command byte (0xFE) is programmed across
the SMBus.
1.
2.
3.
4.
5.
6.
In the ADM1063, the send byte protocol is used for two purposes:
•
WRITE OPERATIONS
The SMBus specification defines several protocols for different
types of read and write operations. The following abbreviations
are used in Figure 37 to Figure 45:
•
•
•
•
•
•
S = Start
P = Stop
R = Read
W = Write
A = Acknowledge
A = No acknowledge
The master device asserts a start condition on SDA.
The master sends the 7-bit slave address followed by the
write bit (low).
The addressed slave device asserts an acknowledge (ACK)
on SDA.
The master sends a command code.
The slave asserts an ACK on SDA.
The master asserts a stop condition on SDA, and the
transaction ends.
To write a register address to the RAM for a subsequent single
byte read from the same address, or for a block read or a
block write starting at that address, as shown in Figure 37.
1
S
2
SLAVE
ADDRESS
W
3
4
5
6
A
RAM
ADDRESS
(0x00 TO 0xDF)
A
P
04632-039
Data can be written to and read from both the RAM and the
EEPROM as single data bytes. Data can be written only to
unprogrammed EEPROM locations. To write new data to a
programmed location, the location contents must first be erased.
EEPROM erasure cannot be done at the byte level. The EEPROM
is arranged as 32 pages of 32 bytes each, and an entire page
must be erased.
In a send byte operation, the master device sends a single
command byte to a slave device, as follows:
Figure 37. Setting a RAM Address for Subsequent Read
•
Rev. B | Page 27 of 32
To erase a page of EEPROM memory. EEPROM memory
can be written to only if it is unprogrammed. Before writing
to one or more EEPROM memory locations that are already
programmed, the page(s) containing those locations must
first be erased. EEPROM memory is erased by writing a
command byte.
ADM1063
W
4
5
6
A
COMMAND
BYTE
(0xFE)
A
P
Figure 38. EEPROM Page Erasure
As soon as the ADM1063 receives the command byte, page
erasure begins. The master device can send a stop command as
soon as it sends the command byte. Page erasure takes
approximately 20 ms. If the ADM1063 is accessed before erasure
is complete, it responds with a no acknowledge (NACK).
The master device asserts a start condition on SDA.
The master sends the 7-bit slave address followed by the
write bit (low).
3. The addressed slave device asserts an ACK on SDA.
4. The master sends a command code.
5. The slave asserts an ACK on SDA.
6. The master sends a data byte.
7. The slave asserts an ACK on SDA.
8. The master sends a data byte or asserts a stop condition.
9. The slave asserts an ACK on SDA.
10. The master asserts a stop condition on SDA to end
the transaction.
1.
2.
In the ADM1063, the write byte/word protocol is used for
three purposes:
To write a single byte of data to the RAM. In this case, the
command byte is RAM Address 0x00 to RAM Address 0xDF,
and the only data byte is the actual data, as shown in Figure 39.
1
2
3
4
5
6
7 8
RAM
SLAVE W A
S ADDRESS
ADDRESS
A DATA A P
(0x00 TO 0xDF)
04632-041
•
Because a page consists of 32 bytes, only the three MSBs of
the address low byte are important for page erasure. The
lower five bits of the EEPROM address low byte specify the
addresses within a page and are ignored during an erase
operation.
•
To write a single byte of data to the EEPROM. In this case,
the command byte is the high byte of EEPROM Address 0xF8
to EEPROM Address 0xFB. The first data byte is the low
byte of the EEPROM address, and the second data byte is
the actual data, as shown in Figure 41.
1
•
To set up a 2-byte EEPROM address for a subsequent
read, write, block read, block write, or page erase. In this
case, the command byte is the high byte of EEPROM
Address 0xF8 to EEPROM Address 0xFB. The only data
byte is the low byte of the EEPROM address, as shown in
Figure 40.
2
3
4
5
6
7
8
9 10
EEPROM
EEPROM
ADDRESS
ADDRESS
S SLAVE W A
A
A DATA A P
ADDRESS
HIGH BYTE
LOW BYTE
(0xF8 TO 0xFB)
(0x00 TO 0xFF)
Figure 41. Single Byte Write to the EEPROM
Block Write
In a block write operation, the master device writes a block of
data to a slave device. The start address for a block write must
have been set previously. In the ADM1063, a send byte operation sets a RAM address, and a write byte/word operation sets
an EEPROM address, as follows:
1.
2.
The master device asserts a start condition on SDA.
The master sends the 7-bit slave address followed by
the write bit (low).
3. The addressed slave device asserts an ACK on SDA.
4. The master sends a command code that tells the slave
device to expect a block write. The ADM1063 command
code for a block write is 0xFC (1111 1100).
5. The slave asserts an ACK on SDA.
6. The master sends a data byte that tells the slave device how
many data bytes are being sent. The SMBus specification
allows a maximum of 32 data bytes in a block write.
7. The slave asserts an ACK on SDA.
8. The master sends N data bytes.
9. The slave asserts an ACK on SDA after each data byte.
10. The master asserts a stop condition on SDA to end
the transaction.
1
Figure 39. Single Byte Write to the RAM
7 8
6
Figure 40. Setting an EEPROM Address
Write Byte/Word
In a write byte/word operation, the master device sends a
command byte and one or two data bytes to the slave device,
as follows:
5
S
2
3
4
5
6
7
8
9
10
SLAVE
W A COMMAND 0xFC A BYTE A DATA A DATA A DATA A P
ADDRESS
(BLOCK WRITE)
COUNT
1
2
N
04632-044
SLAVE
ADDRESS
3
4
04632-043
S
2
3
EEPROM
EEPROM
ADDRESS
ADDRESS
S SLAVE W A
A
A P
ADDRESS
HIGH BYTE
LOW BYTE
(0xF8 TO 0xFB)
(0x00 TO 0xFF)
04632-040
1
2
04632-042
1
The master sends a command code telling the slave device to erase
the page. The ADM1063 command code for a page erasure is 0xFE
(1111 1110). Note that for a page erasure to take place, the page
address must be given in the previous write word transaction (see
the Write Byte/Word section). In addition, Bit 2 in the UPDCFG
register (Address 0x90) must be set to 1.
Figure 42. Block Write to the EEPROM or RAM
Unlike some EEPROM devices that limit block writes to within
a page boundary, there is no limitation on the start address
when performing a block write to EEPROM, except when
•
Rev. B | Page 28 of 32
There must be at least N locations from the start address to
the highest EEPROM address (0xFBFF) to avoid writing to
invalid addresses.
ADM1063
•
8.
9.
An address crosses a page boundary. In this case, both
pages must be erased before programming.
Note that the ADM1063 features a clock extend function for
writes to EEPROM. Programming an EEPROM byte takes
approximately 250 μs, which limits the SMBus clock for
repeated or block write operations. The ADM1063 pulls SCL
low and extends the clock pulse when it cannot accept any
more data.
10.
11.
12.
13.
READ OPERATIONS
1
The ADM1063 uses the following SMBus read protocols.
S
The slave asserts an ACK on SDA.
The ADM1063 sends a byte-count data byte that tells the
master how many data bytes to expect. The ADM1063
always returns 32 data bytes (0x20), which is the maximum
allowed by the SMBus Version 1.1 specification.
The master asserts an ACK on SDA.
The master receives 32 data bytes.
The master asserts an ACK on SDA after each data byte.
The master asserts a stop condition on SDA to end
the transaction.
2
3
4
5 6
7
8
9
10
11
12
SLAVE
COMMAND 0xFD
SLAVE
BYTE
DATA
R A
A
A
W A
A S
ADDRESS
(BLOCK READ)
ADDRESS
COUNT
1
Receive Byte
3.
4.
5.
6.
The master device asserts a start condition on SDA.
The master sends the 7-bit slave address followed by the
read bit (high).
The addressed slave device asserts an ACK on SDA.
The master receives a data byte.
The master asserts a NACK on SDA.
The master asserts a stop condition on SDA, and the
transaction ends.
1
2
S
SLAVE
ADDRESS
R
3
4
5
6
A
DATA
A
P
04632-045
In the ADM1063, the receive byte protocol is used to read a
single byte of data from a RAM or EEPROM location whose
address has previously been set by a send byte or write
byte/word operation, as shown in Figure 43.
Figure 43. Single Byte Read from the EEPROM or RAM
Block Read
In a block read operation, the master device reads a block of
data from a slave device. The start address for a block read must
have been set previously. In the ADM1063, this is done by a
send byte operation to set a RAM address or a write byte/word
operation to set an EEPROM address. The block read operation
itself consists of a send byte operation that sends a block read
command to the slave, immediately followed by a repeated start
and a read operation that reads out multiple data bytes, as follows:
1.
2.
3.
4.
5.
6.
7.
The master device asserts a start condition on SDA.
The master sends the 7-bit slave address followed by the
write bit (low).
The addressed slave device asserts an ACK on SDA.
The master sends a command code that tells the slave
device to expect a block read. The ADM1063 command
code for a block read is 0xFD (1111 1101).
The slave asserts an ACK on SDA.
The master asserts a repeat start condition on SDA.
The master sends the 7-bit slave address followed by the
read bit (high).
P
Figure 44. Block Read from the EEPROM or RAM
Error Correction
The ADM1063 provides the option of issuing a packet error
correction (PEC) byte after a write to the RAM, a write to the
EEPROM, a block write to the RAM/EEPROM, or a block read
from the RAM/ EEPROM. This option enables the user to verify
that the data received by or sent from the ADM1063 is correct.
The PEC byte is an optional byte sent after the last data byte has
been written to or read from the ADM1063. The protocol is the
same as for a block read for Step 1 to Step 12 and then proceeds
as follows:
13. The ADM1063 issues a PEC byte to the master. The master
checks the PEC byte and issues another block read if the
PEC byte is incorrect.
14. A NACK is generated after the PEC byte to signal the end
of the read.
15. The master asserts a stop condition on SDA to end
the transaction.
Note that the PEC byte is calculated using CRC-8. The frame
check sequence (FCS) conforms to CRC-8 by the polynomial
C(x) = x8 + x2 + x1 + 1
See the SMBus Version 1.1 specification for details.
An example of a block read with the optional PEC byte is shown
in Figure 45.
1
S
2
3
4
5 6
7
8
9
10
11
12
SLAVE
COMMAND 0xFD
SLAVE
BYTE
DATA
W A
A S
R A
A
A
ADDRESS
(BLOCK READ)
ADDRESS
COUNT
1
Rev. B | Page 29 of 32
13 14 15
DATA
32
A PEC A P
Figure 45. Block Read from the EEPROM or RAM with PEC
04632-047
1.
2.
DATA
A
32
04632-046
13
In a receive byte operation, the master device receives a single
byte from a slave device, as follows:
ADM1063
OUTLINE DIMENSIONS
6.00
BSC SQ
0.60 MAX
0.60 MAX
PIN 1
INDICATOR
31
30
PIN 1
INDICATOR
TOP
VIEW
0.50
BSC
5.75
BCS SQ
4.25
4.10 SQ
3.95
(BOT TOM VIEW)
21
20
10
11
0.25 MIN
4.50
REF
0.80 MAX
0.65 TYP
0.05 MAX
0.02 NOM
SEATING
PLANE
0.30
0.23
0.18
0.20 REF
COPLANARITY
0.08
101306-A
1.00
0.85
0.80
1
EXPOSED
PAD
0.50
0.40
0.30
12° MAX
40
COMPLIANT TO JEDEC STANDARDS MO-220-VJJD-2
Figure 46. 40-Lead Lead Frame Chip Scale Package [LFCSP_VQ]
6 mm × 6 mm Body, Very Thin Quad
(CP-40-1)
Dimensions shown in millimeters
0.75
0.60
0.45
1.20
MAX
9.00
BSC SQ
37
36
48
1
PIN 1
0° MIN
1.05
1.00
0.95
0.15
0.05
SEATING
PLANE
0.20
0.09
7°
3.5°
0°
0.08 MAX
COPLANARITY
7.00
BSC SQ
TOP VIEW
(PINS DOWN)
12
13
VIEW A
VIEW A
0.50
0.27
BSC
0.22
LEAD PITCH
0.17
ROTATED 90° CCW
COMPLIANT TO JEDEC STANDARDS MS-026ABC
Figure 47. 48-Lead Thin Plastic Quad Flat Package [TQFP]
(SU-48)
Dimensions shown in millimeters
Rev. B | Page 30 of 32
25
24
ADM1063
ORDERING GUIDE
Model
ADM1063ACP
ADM1063ACP-REEL7
ADM1063ACPZ 1
ADM1063ACPZ-REEL71
ADM1063ASU
ADM1063ASU-REEL7
ADM1063ASUZ1
ADM1063ASUZ-REEL71
EVAL-ADM1063LFEBZ1
EVAL-ADM1063TQEBZ1
1
Temperature Range
−40°C to +85°C
−40°C to +85°C
−40°C to +85°C
−40°C to +85°C
−40°C to +85°C
−40°C to +85°C
−40°C to +85°C
−40°C to +85°C
Package Description
40-Lead LFCSP_VQ
40-Lead LFCSP_VQ
40-Lead LFCSP_VQ
40-Lead LFCSP_VQ
48-Lead TQFP
48-Lead TQFP
48-Lead TQFP
48-Lead TQFP
Evaluation Kit (LFCSP_VQ Version)
Evaluation Kit (TQFP Version)
Z = RoHS Compliant Part.
Rev. B | Page 31 of 32
Package Option
CP-40-1
CP-40-1
CP-40-1
CP-40-1
SU-48
SU-48
SU-48
SU-48
ADM1063
NOTES
©2005–2008 Analog Devices, Inc. All rights reserved. Trademarks and
registered trademarks are the property of their respective owners.
D04632-0-5/08(B)
Rev. B | Page 32 of 32