AD7923 Data Sheet
Rev. D | Page 12 of 24
CONTROL REGISTER DESCRIPTIONS
The control register on the AD7923 is a 12-bit, write-only
register. Data is loaded from the DIN pin of the AD7923 on the
falling edge of SCLK. The data is transferred on the DIN line at
the same time that the conversion result is read from the part.
The data transferred on the DIN line corresponds to the
AD7923 configuration for the next conversion. This requires
16 serial clocks for every data transfer. Only the information
provided on the first 12 falling clock edges (after
CS
falling
edge) is loaded to the control register. MSB denotes the first bit
in the data stream. The bit functions are outlined in Table 5.
Table 5. Control Register Bit Functions
MSB LSB
WRITE SEQ1 DONTC DONTC ADD1 ADD0 PM1 PM0 SEQ0 DONTC RANGE CODING
Table 6.
Bit Name Description
11
WRITE
The value written to this bit of the control register determines whether the following 11 bits are loaded to the
control register. If this bit is a 1, the following 11 bits are written to the control register. If it is a 0, the remaining
11 bits are not loaded to the control register and it remains unchanged.
10 SEQ1 The SEQ1 bit in the control register is used with the SEQ0 bit to control the use of the sequencer function (see
Table 9).
7–6 ADD1
ADD0
These two address bits are loaded at the end of the present conversion and select which analog input channel is
converted in the next serial transfer, or they can also be used to select the final channel in a consecutive sequence,
as described in Table 9. The selected input channel is decoded, as shown in Table 7. The next channel to be
converted on is selected by the mux on the 14th SCLK falling edge. Channel address bits corresponding to the
conversion result are also output on the DOUT serial data stream prior to the 12 bits of data (see the Serial Interface
section).
5, 4 PM1
PM0
Power management bits. These two bits decode the mode of operation of the AD7923, as shown in Table 8.
3 SEQ0 The SEQ0 bit in the control register is used with the SEQ1 bit to control the use of the sequencer function.
(see Table 9).
2, 9–8 DONTC Don’t care.
1 RANGE This bit selects the analog input range to be used on the AD7923. If it is set to 0, the analog input range extends from
0 V to 2 × REF
IN
. If it is set to 1, the analog input range extends from 0 V to REF
IN
(for the next conversion). For the 0 V
to 2 × REF
IN
range, AV
DD
= 4.75 V to 5.25 V.
0 CODING This bit selects the type of output coding the AD7923 uses for the conversion result. If this bit is set to 0, the output
coding for the part is twos complement. If this bit is set to 1, the output coding from the part is straight binary (for
the next conversion).
Table 7. Channel Selection
ADD1 ADD0 Analog Input Channel
0 0 V
IN
0
0 1 V
IN
1
1 0 V
IN
2
1 1 V
IN
3
Data Sheet AD7923
Rev. D | Page 13 of 24
Table 8. Power Mode Selection
PM1 PM0 Mode
1 1 Normal operation. In this mode, the AD7923 remains in full power mode, regardless of the status of any of the logic inputs.
This mode allows the fastest possible throughput rate from the AD7923.
1 0 Full shutdown. In this mode, the AD7923 is in full shutdown mode with all circuitry on the AD7923 powering down. The
AD7923 retains the information in the control register while in full shutdown. The part remains in full shutdown until these
bits are changed.
0 1 Auto shutdown. In this mode, the AD7923 automatically enters full shutdown mode at the end of each conversion when the
control register is updated. Wake-up time from full shutdown is 1 µs, and the user should ensure that 1 µs has elapsed
before attempting to perform a valid conversion on the part in this mode.
0 0 Invalid selection. This configuration is not allowed.
SEQUENCER OPERATION
The configuration of the SEQ1 and SEQ0 bits in the control register allows the user to select a particular mode of operation of the
sequencer function. Table 9 outlines the three modes of operation of the sequencer.
Table 9. Sequence Selection
SEQ1 SEQ0 Sequence Type
0 X This configuration means that the sequence function is not used. The analog input channel selected for each individual
conversion is determined by the contents of Channel Address Bits ADD1 and ADD0 in each prior write operation. This
mode of operation reflects the traditional operation of a multichannel ADC without the sequencer function being used,
where each write to the AD7923 selects the next channel for conversion (see Figure 11).
1 0 If the SEQ1 and SEQ0 bits are set in this way, the sequence function is not interrupted upon completion of the write
operation. This allows other bits in the control register to be altered between conversions while in a sequence without
terminating the cycle.
1 1 This configuration is used in conjunction with Channel Address Bits ADD1 and ADD0 to program continuous conversions
on a consecutive sequence of channels from Channel 0 to a selected final channel as determined by the channel address
bits in the control register (see Figure 12).
Figure 11 reflects the traditional operation of a multichannel ADC,
where each serial transfer selects the next channel for conversion.
In this mode of operation the sequencer function is not used.
Figure 12 shows how to program the AD7923 to continuously
convert on a sequence of consecutive channels from Channel 0
to a selected final channel. To exit this mode of operation and
revert back to the traditional mode of operation of a multi-
channel ADC (as outlined in Figure 11), ensure that the write
bit = 1 and SEQ1 = SEQ0 = 0 on the next serial transfer.
POWER-ON
DUMMY CONVERSION
WRITE BIT = 1,
SEQ1 = 0,
SEQ0 = x
C
S
CS
03086-011
DIN: WRITE TO CONTROL REGISTER,
WRITE BIT = 1,
SELECT CODING, RANGE, AND POWER MODE.
SELECT CHANNEL A1, A0 FOR CONVERSION.
SEQ1 = 0, SEQ0 = x
DIN: WRITE TO CONTROL REGISTER,
WRITE BIT = 1,
SELECT CODING, RANGE, AND POWER MODE.
SELECT CHANNEL A1, A0 FOR CONVERSION.
SEQ1 = 0, SEQ0 = x
DOUT: CONVERSION RESULT FROM
PREVIOUSLY SELECTED CHANNEL A1, A0
Figure 11. SEQ1 Bit = 0, SEQ0 Bit = X Flowchart
POWER-ON
DUMMY CONVERSION
CS
CS
CS
03086-012
WRITE BIT = 1,
SEQ1 = 1,
SEQ0 = 0
WRITE BIT = 0
DIN: WRITE TO CONTROL REGISTER,
WRITE BIT = 1,
SELECT CODING, RANGE, AND POWER MODE.
SELECT CHANNEL A1, A0 FOR CONVERSION.
SEQ1 = 1, SEQ0 = 1
CONTINUOUSLY CONVERTS ON THE SELECTED
SEQUENCE OF CHANNELS FROM CHANNEL 0 UP
TO AND INCLUDING THE PREVIOUSLY SELECTED
A1, A0 IN THE CONTROL REGISGER
CONTINUOUSLY CONVERTS ON THE SELECTED
SEQUENCE OF CHANNELS BUT WILL ALLOW
RANGE, CODING, ETC., TO CHANGE IN THE CON-
TROL REGISTER WITHOUT INTERRUPTING THE
SEQUENCY, PROVIDED SEQ =1, SEQ0 = 0
DOUT: CONVERSION RESULT FROM CHANNEL 0
Figure 12. SEQ1 Bit = 1, SEQ0 Bit = 1 Flowchart
AD7923 Data Sheet
Rev. D | Page 14 of 24
THEORY OF OPERATION
CIRCUIT INFORMATION
The AD7923 is a high speed, 4-channel, 12-bit single-supply
ADC. The part can be operated from a 2.7 V to 5.25 V supply.
When operated from either a 5 V or 3 V supply, the AD7923 is
capable of throughput rates of 200 kSPS. The conversion time
can be as short as 800 ns when provided with a 20 MHz clock.
The AD7923 provides the user with an on-chip track-and-hold
ADC and with a serial interface housed in a 16-lead TSSOP
package. The AD7923 has four, single-ended input channels
with a channel sequencer, allowing the user to select a channel
sequence through which the ADC can cycle with each conse-
utive
CS
falling edge. The serial clock input accesses data from
the part, controls the transfer of data written to the ADC, and
provides the clock source for the successive approximation
ADC. The analog input range is 0 V to REF
IN
or 0 V to 2 ×
REF
IN
, depending on the status of the RANGE bit in the control
register. For the 0 to 2 × REF
IN
range, the part must be operated
from a 4.75 V to 5.25 V AV
DD
supply.
The AD7923 provides flexible power management options to
allow the user to achieve the best power performance for a
given throughput rate. These options are selected by program-
ming the power management bits, PM1 and PM0, in the control
register.
CONVERTER OPERATION
The AD7923 is a 12-bit successive approximation ADC based
around a capacitive DAC. It can convert analog input signals in
the range 0 V to REF
IN
or 0 V to 2 × REF
IN
. Figure 13 and
Figure 14 show simplified schematics of the ADC. The ADC is
comprised of a control logic, SAR, and capacitive DAC, which
are used to add and subtract fixed amounts of charge from the
sampling capacitor to bring the comparator back into a balanced
condition. Figure 13 shows the ADC during its acquisition phase.
SW2 is closed and SW1 is in Position A. The comparator is held
in a balanced condition and the sampling capacitor acquires the
signal on the selected V
IN
channel.
V
IN
0
V
IN
3
AGND
A
B
SW1
SW2
COMPARATOR
CONTROL
LOGIC
CAPACITIVE
DAC
4k
03086-013
Figure 13. ADC Acquisition Phase
When the ADC starts a conversion (see Figure 14), SW2 opens
and SW1 moves to Position B, causing the comparator to
become unbalanced. The control logic and the capacitive DAC
are used to add and subtract fixed amounts of charge from the
sampling capacitor to bring the comparator back into balance.
When the comparator is rebalanced, the conversion is complete.
The control logic generates the ADC output code. Figure 16 and
Figure 17 show the ADC transfer functions.
V
IN
0
V
IN
3
AGND
A
B
SW1
SW2
COMPARATOR
CONTROL
LOGIC
CAPACITIVE
DAC
4k
03086-014
Figure 14. ADC Conversion Phase
Analog Input
Figure 15 shows an equivalent circuit of the analog input
structure of the AD7923. The two diodes D1 and D2 provide
ESD protection for the analog inputs. Care must be taken to
ensure that the analog input signal never exceeds the supply
rails by more than 200 mV; otherwise these diodes become
forward-biased and start conducting current into the substrate.
10 mA is the maximum current these diodes can conduct
without causing irreversible damage to the part. Capacitor C1,
shown in Figure 15, is typically around 4 pF and can primarily
be attributed to pin capacitance. The resistor R1 is a lumped
component made up of the on resistance of the track-and-hold
switch and includes the on resistance of the input multiplexer.
The total resistance is typically about 400 . Capacitor C2 is the
ADC sampling capacitor and has a capacitance of 30 pF typi-
cally. For ac applications, removing high frequency components
from the analog input signal is recommended by using an RC
low-pass filter on the relevant analog input pin. In applications
where harmonic distortion and the signal-to-noise ratio are
critical, the analog input should be driven from a low impe-
dance source. Large source impedances significantly affect the
ac performance of the ADC. This may necessitate the use of an
input buffer amplifier. The choice of the op amp is a function of
the particular application.
When no amplifier is used to drive the analog input, the source
impedance should be limited to low values. The maximum
source impedance depends on the amount of THD that can be
tolerated. The THD increases as the source impedance increases
and performance degrades (see Figure 8).
V
IN
C1
4pF
C2
30pF
R1
D1
D2
AV
DD
CONVERSION PHASE: SWITCH OPEN
TRA
CK PHASE: SWITCH CLOSED
03086-015
Figure 15. Equivalent Analog Input Circuit

AD7923BRUZ

Mfr. #:
Manufacturer:
Analog Devices Inc.
Description:
Analog to Digital Converters - ADC 4CH 200 kSPS 12-Bit W/ Sequencer
Lifecycle:
New from this manufacturer.
Delivery:
DHL FedEx Ups TNT EMS
Payment:
T/T Paypal Visa MoneyGram Western Union