ADG2108 Data Sheet
Rev. B | Page 18 of 28
THEORY OF OPERATION
The ADG2108 is an analog cross point switch with an array size
of 8 × 10. The 10 rows are referred to as the X input/output lines,
and the eight columns are referred to as the Y input/output
lines. The device is fully flexible in that it connects any X line or
number of X lines with any Y line when turned on. Similarly, it
connects any X line with any number of Y lines when turned on.
Control of the ADG2108 is carried out via an I
2
C interface.
The device can be operated from single supplies of up to 13.2 V
or from dual ±5 V supplies. The ADG2108 has many attractive
features, such as the ability to reset all the switches, the ability to
update many switches at the same time, and the option of reading
back the status of any switch. All of these features are described
in more detail here in the Theory of Operation section.
RESET/POWER-ON RESET
The ADG2108 offers the ability to reset all of the 80 switches to
the off state. This is done through the
RESET
pin. When the
RESET
pin is low, all switches are open (off), and appropriate
registers are cleared. Note that the ADG2108 also has a power-
on reset block. This ensures that all switches are in the off
condition at power-up of the device. In addition, all internal
registers are filled with 0s and remain so until a valid write to
the ADG2108 takes place.
LOAD SWITCH (LDSW)
LDSW is an active high command that allows a number of
switches to be simultaneously updated. This is useful in
applications where it is important to have synchronous
transmission of signals. There are two LDSW modes: the
transparent mode and the latched mode.
Transparent Mode
In this mode, the switch position changes after the new word is
written into the input shift register. LDSW is set to 1.
Latched Mode
In this mode, the switch positions are not updated at the same
time that the input registers are written to. This is achieved by
setting LDSW to 0 for each word (apart from the last word)
written to the device. Then, setting LDSW to 1 for the last word
allows all of the switches in that sequence to be simultaneously
updated.
READBACK
Readback of the switch array conditions is also offered when in
standard mode and fast mode. Readback enables the user to
check the status of the switches of the ADG2108. This is very
useful when debugging a system.
Data Sheet ADG2108
Rev. B | Page 19 of 28
SERIAL INTERFACE
The ADG2108 is controlled via an I
2
C-compatible serial bus.
The parts are connected to this bus as a slave device (no clock
is generated by the switch).
HIGH SPEED I
2
C INTERFACE
In addition to standard and full speed I
2
C, the ADG2108 also
supports the high speed (3.4 MHz) I
2
C interface. Only the -HS
models provide this added performance. See the Ordering
Guide for details.
SERIAL BUS ADDRESS
The ADG2108 has a 7-bit slave address. The four MSBs are
hard coded to 1110, and the three LSBs are determined by the
state of Pin A0, Pin A1, and Pin A2. By offering the facility to
hardware configure Pin A0, Pin A1, and Pin A2, up to eight
of these devices can be connected to a single serial bus.
The 2-wire serial bus protocol operates as follows:
1. The master initiates data transfer by establishing a start
condition, defined as when a high-to-low transition on
the SDA line occurs while SCL is high. This indicates
that an address/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 address
(MSB first) plus an R/
W
bit that determines the direction
of the data transfer, that is, whether data is written to or
read from the slave device.
2. The peripheral whose address corresponds to the
transmitted address responds by pulling the SDA
line low during the ninth clock pulse, known as the
acknowledge bit. At this stage, all other devices on the
bus remain idle while the selected device waits for data
to be written to or read from its serial register. If the
R/
W
bit is 1 (high), the master reads from the slave
device. If the R/
W
bit is 0 (low), the master writes to
the slave device.
3. Data is transmitted over the serial bus in sequences of
nine clock pulses: eight data bits followed by an acknowl-
edge bit from the receiver of the data. Transitions on the
SDA line must occur during the low period of the clock
signal, SCL, and remain stable during the high period of
SCL because a low-to-high transition when the clock is
high can be interpreted as a stop signal.
4. When all data bits have been read or written, a stop
condition is established by the master. A stop condition
is defined as a low-to-high transition on the SDA line
while SCL is high. In write mode, the master pulls the
SDA line high during the 10th clock pulse to establish
a stop condition. In read mode, the master issues a no
acknowledge for the ninth clock pulse (that is, the SDA
line remains high). The master then brings the SDA line
low before the 10th clock pulse and then high during the
10th clock pulse to establish a stop condition.
Refer to Figure 33 and Figure 34 for a graphical explanation
of the serial data transfer protocol.
ADG2108 Data Sheet
Rev. B | Page 20 of 28
WRITING TO THE ADG2108
INPUT SHIFT REGISTER
The input shift register is 24 bits wide. A 3-byte write is necessary when writing to this register and is done under the control of the serial
clock input, SCL. The contents of the three bytes of the input shift register are shown in Figure 33 and described in Table 6.
X
X X X X
X
X
LDSW
DB0 (LSB)
DB7 (MSB)
DATA BITS
DATA
AX3 AX2 AX1 AX0 AY2 AY1 AY0
DB8 (LSB)
DB15 (MSB)
DATA BITS
1
1 1 0 A2 A1 A0 R/W
DB16 (LSB)
DEVICE ADDRESS
DB23 (MSB)
05898-004
Figure 33. Data-Words
Table 6. Input Shift Register Bit Function Descriptions
Bit Mnemonic Descriptions
DB23 to DB17 1110xxx
The MSBs of the ADG2108 are set to 1110. The LSBs of the address byte are set by the state of the
three address pins, Pin A0, Pin A1, and Pin A2.
DB16
R/W
Controls whether the ADG2108 slave device is read from or written to.
If R/W = 1, the ADG2108 is being read from.
If R/
W = 0, the ADG2108 is being written to.
DB15 Data
Controls whether the switch is to be opened (off ) or closed (on).
If Data = 0, the switch is opened/off.
If Data = 1, the switch is closed/on.
DB14 to DB11
AX3 to AX0
Controls I/Os X0 to X9. See Table 7 for the decode truth table.
DB10 to DB8 AY2 to AY0 Controls I/Os Y0 to Y7. See Table 7 for the decode truth table.
DB7 to DB1 X Don’t care.
DB0 LDSW
This bit is useful when a number of switches need to be updated simultaneously.
If LDSW = 1, the switch position changes after the new word is read.
If LDSW = 0, the input data is latched, but the switch position is not changed.
As shown in Tabl e 6, Bit DB14 to Bit DB11 control the X input/output lines, while Bit DB10 to Bit DB8 control the Y input/output lines.
Table 7 shows the truth table for these bits. Note that the full coding sequence is written out for Channel Y0, and Channel Y1 to Channel Y7
follow a similar pattern. Note also that the
RESET
pin must be high when writing to the device.
Table 7. Address Decode Truth Table
DB15
DATA
DB14
AX3
DB13
AX2
DB12
AX1
DB11
AX0
DB10
AY2
DB9
AY1
DB8
AY0 Switch Configuration
X 0 0 0 0 0 0 0 Reserved
X
0
0
0
1
0
0
0
Reserved
1 0 0 1 0 0 0 0 X0 to Y0 (on)
0 0 0 1 0 0 0 0 X0 to Y0 (off)
1 0 0 1 1 0 0 0 X1 to Y0 (on)
0 0 0 1 1 0 0 0 X1 to Y0 (off)
1 0 1 0 0 0 0 0 X2 to Y0 (on)
0
0
1
0
0
0
0
0
X2 to Y0 (off)
1 0 1 0 1 0 0 0 X3 to Y0 (on)
0 0 1 0 1 0 0 0 X3 to Y0 (off)
X 0 1 1 0 0 0 0 Reserved
X 0 1 1 1 0 0 0 Reserved
1
1
0
0
0
0
0
0
X4 to Y0 (on)
0 1 0 0 0 0 0 0 X4 to Y0 (off)
1 1 0 0 1 0 0 0 X5 to Y0 (on)
0 1 0 0 1 0 0 0 X5 to Y0 (off)
1 1 0 1 0 0 0 0 X6 to Y0 (on)
0 1 0 1 0 0 0 0 X6 to Y0 (off)
1
1
0
1
1
0
0
0
X7 to Y0 (on)
0 1 0 1 1 0 0 0 X7 to Y0 (off)

ADG2108YCPZ-HS-RL7

Mfr. #:
Manufacturer:
Analog Devices Inc.
Description:
IC CROSSPOINT SWIT 8X10 32LFCSP
Lifecycle:
New from this manufacturer.
Delivery:
DHL FedEx Ups TNT EMS
Payment:
T/T Paypal Visa MoneyGram Western Union