Data Sheet ADG738/ADG739
Rev. A | Page 13 of 20
Figure 24. Channel-to-Channel Crosstalk
Figure 25. Off Isolation and Bandwidth
GND
ADG738*
S1
S2
S8
*SIMILAR CONNECTION FOR ADG739.
CHANNEL-TO-CHANNEL CROSSTALK = 20LOG
10
(V
OUT
/V
S
)
V
OUT
VDD
V
DD
50Ω
V
S
D
50Ω
R
L
10758-031
50Ω
GND
ADG738*
S1
S8
V
OUT
V
DD
R
L
V
DD
V
S
D
*SIMILAR CONNECTION FOR ADG739.
OFF ISOLATION = 20LOG
10
(V
OUT
/V
S
)
V
OUT
WITHOUT SWITCH
INSERTION LOSS = 20LOG
10
V
OUT
WITH SWITCH
S1 IS SWITCHED OFF FOR OFF ISOLATION MEASUREMENTS
AND ON FOR BANDWIDTH MEASUREMENTS
10758-032
ADG738/ADG739 Data Sheet
Rev. A | Page 14 of 20
TERMINOLOGY
V
DD
Most positive power supply potential.
I
DD
Positive supply current.
GND
Ground (0 V) reference.
S
Source terminal. May be an input or output.
D
Drain terminal. May be an input or output.
V
D
(V
S
)
Analog voltage on Terminal D, Terminal S.
R
ON
Ohmic resistance between D and S.
∆R
ON
On resistance match between any two channels, that is, R
ON
max
− R
ON
min.
R
FLAT(ON)
Flatness is defined as the difference between the maximum and
minimum value of on resistance as measured over the specified
analog signal range.
I
S
(Off)
Source leakage current with the switch off.
I
D
(Off)
Drain leakage current with the switch off.
I
D
, I
S
(On)
Channel leakage current with the switch on.
V
INL
Maximum input voltage for Logic 0.
V
INH
Minimum input voltage for Logic 1.
I
INL
(I
INH
)
Input current of the digital input.
C
S
(Off)
Off switch source capacitance. Measured with reference to
ground.
C
D
(Off)
Off switch drain capacitance. Measured with reference to
ground.
C
D
, C
S
(On)
On switch capacitance. Measured with reference to ground.
C
IN
Digital input capacitance.
t
ON
Delay time between the 50% and 90% points of the
SYNC
rising
edge and the switch on condition.
t
OFF
Delay time between the 50% and 90% points of the
SYNC
rising
edge and the switch off condition.
t
D
Off time measured between the 80% points of both switches
when switching from one switch to another.
Charge Injection
A measure of the glitch impulse transferred from the digital
input to the analog output during switching.
Off Isolation
A measure of unwanted signal coupling through an off switch.
Crosstalk
A measure of unwanted signal which is coupled through from
one channel to another as a result of parasitic capacitance.
Bandwidth
The frequency at which the output is attenuated by 3 dB.
On Response
The frequency response of the on switch.
Insertion Loss
The loss due to the on resistance of the switch.
Data Sheet ADG738/ADG739
Rev. A | Page 15 of 20
THEORY OF OPERATION
The ADG738 and ADG739 are serially controlled, 8-channel
and dual 4-channel matrix switches, respectively. While provid-
ing the normal multiplexing and demultiplexing functions,
these parts also provide the user with more flexibility as to
where their signal may be routed. Each bit of the 8-bit serial
word corresponds to one switch of the part. A Logic 1 in the
particular bit position turns on the switch, while a Logic 0 turns
the switch off. Because each switch is independently controlled
by an individual bit, this provides the option of having any, all,
or none of the switches on. This feature may be particularly
useful in the demultiplexing application where the user may
wish to direct one signal from the drain to a number of outputs
(sources). Take care, however, in the multiplexing situation
where a number of inputs may be shorted together (separated
only by the small on resistance of the switch).
When changing the switch conditions, a new 8-bit word is
written to the input shift register. Some of the bits may be the
same as the previous write cycle, as the user may not wish to
change the state of some switches. To minimize glitches on the
output of these switches, the part cleverly compares the state of
switches from the previous write cycle. If the switch is already
in the on condition, and is required to stay on, there will be
minimal glitches on the output of the switch.
POWER-ON RESET
During device power-up, all switches will be in the off condi-
tion and the internal input shift register is filled with zeros and
remains so until a valid write takes place.
SERIAL INTERFACE
The ADG738 and ADG739 have a 3-wire serial interface
(
SYNC
, SCLK, and DIN), which is compatible with SPI, QSPI,
MICROWIRE interface standards and most DSPs. Figure 3
shows the timing diagram of a typical write sequence.
Data is written to the 8-bit input shift register via DIN under
the control of the
SYNC
and SCLK signals. Data may be written
to the input shift register in more or less than eight bits. In each
case, the input shift register retains the last eight bits that were
written.
When
SYNC
goes low, the input shift register is enabled. Data
from DIN is clocked into the input shift register on each falling
edge of SCLK. Each bit of the 8-bit word corresponds to one of
the eight switches. Figure 26 shows the contents of the input
shift register. Data appears on the DOUT pin on the rising edge
of SCLK suitable for daisy-chaining, delayed, of course, by eight
bits. When all eight bits have been written into the shift register,
the
SYNC
line is brought high again. The switches are updated
with the new configuration and the input shift register is
disabled. With
SYNC
held high, any further data or noise
on the DIN line has no effect on the shift register.
Figure 26. Input Shift Register Contents
MICROPROCESSOR INTERFACING
Microprocessor interfacing to the ADG738/ADG739 is via
a serial bus that uses a standard protocol compatible with
microcontrollers and DSP processors. The communications
channel is a 3-wire (minimum) interface consisting of a
clock signal, a data signal, and a synchronization signal.
The ADG738/ADG739 requires an 8-bit data word with
data valid on the falling edge of SCLK.
Data from the previous write cycle is available on the DOUT
pin. The following sections illustrate simple 3-wire interfaces
with popular microcontrollers and DSPs.
ADSP-21xx TO ADG738/ADG739
An interface between the ADG738/ADG739 and the ADSP-
21xx is shown in Figure 27. In the interface example shown,
SPORT0 is used to transfer data to the matrix switch. The
SPORT control register should be configured as follows:
internal clock operation, alternate framing mode; active low
framing signal.
Transmission is initiated by writing a word to the Tx register
after the SPORT has been enabled. As the data is clocked out of
the DSP on the rising edge of SCLK, no glue logic is required to
interface the DSP to the matrix switch. The update of each switch
condition takes place automatically when TFS is taken high.
Figure 27. ADSP-21xx to ADG738/ADG739 Interface
S8 S7 S6 S5 S4 S3 S2 S1
DB0 (LSB)
DB7 (MSB)
DATA BITS
10758-019
SCLK
DIN
SYNC
TFS
DT
SCLK
ADSP-21xx*
*ADDITIONAL PINS OMITTED FOR CLARITY.
ADG738/
ADG739
10758-020

ADG739BRU-REEL

Mfr. #:
Manufacturer:
Analog Devices Inc.
Description:
IC MUX/DEMUX DUAL 4X1 16TSSOP
Lifecycle:
New from this manufacturer.
Delivery:
DHL FedEx Ups TNT EMS
Payment:
T/T Paypal Visa MoneyGram Western Union