参数资料
型号: AD73322LAST
厂商: ANALOG DEVICES INC
元件分类: 通信及网络
英文描述: Low Cost, Low Power CMOS General-Purpose Dual Analog Front End
中文描述: SPECIALTY TELECOM CIRCUIT, PQFP44
封装: PLASTIC, MS-026-BEA, LQFP-44
文件页数: 32/40页
文件大小: 437K
代理商: AD73322LAST
REV. 0
AD73322L
–32–
Mixed-Mode Operation
To take full advantage of mixed-mode operation, it is necessary
to configure the DSP/Codec interface in NonFSLB and to disable
autobuffering. This allows a variable numbers of words to be
sent to the AD73322L in each sample period
the extra words
being control words that are typically used to update gain settings
in adaptive control applications. The recommended sequence
for updating control registers in mixed mode is to send the
control word(s) first before the DAC update word.
It is possible to use mixed-mode operation when configured in
FSLB, but it is necessary to replace the DAC update with a
control word write in each sample period which may cause some
discontinuity in the output signal due to a sample point being
missed and the previous sample being repeated. This however
may be acceptable in some cases as the effect may be masked by
gain changes, etc.
Interrupts
The AD73322L transfers and receives information over the serial
connection from the DSP
s SPORT. This occurs following reset
during the initialization phase
and in both data-mode and
mixed-mode. Each transfer of data to or from the DSP can
cause a SPORT interrupt to occur. However even in FSLB
configuration where serial transfers in and out of the DSP are
synchronous, it is important to note that Tx and Rx interrupts
do not occur at the same time due to the way that Tx and Rx
interrupts are generated internally within the DSP
s SPORT.
This is especially important in time critical control loop applica-
tions where it may be necessary to use Rx interrupts only, as the
relative positioning of the Tx interrupts relative to the Rx inter-
rupts in a single sample interval are not suitable for quick update of
new DAC positions.
Initialization
Following reset, the AD73322L is in its default condition which
ensures that the device is in Control Mode and must be pro-
grammed or initialized from the DSP to start conversions. As
communications between AD73322L and the DSP are interrupt
driven, it is usually not practical to embed the initialization
codes into the body of the initialization routine. It is more prac-
tical to put the sequence of initialization codes in a data (or
program) memory buffer and to access this buffer with a pointer
that is updated on each interrupt. If a circular buffer is used, it
allows the interrupt routine to check when the circular buffer
pointer has wrapped around
at which point the initialization
sequence is complete.
In FSLB configurations, a single control word per codec per
sample period is sent to the AD73322L whereas in NonFSLB,
it is possible to initialize the device in a single sample period
provide the SCLK rate is programmed to a high rate. It is also
possible to use autobuffering in which case an interrupt is gen-
erated when the entire initialization sequence has been sent to
the AD73322L.
Running the AD73322L with ADCs or DACs in Power-Down
The programmability of the AD73322L allows the user flex-
ibility in choosing what sections of the AD73322L need be
powered up. This allows better matching of the power con-
sumption to the application requirements as the AD73322L
offers two ADCs and two DACs in any combination. The
AD73322L always interfaces to the DSP in a standard way
regardless of what ADC or DAC sections are enabled or disabled.
Therefore the DSP will expect to receive two ADC samples per
sample period and to transmit two DAC samples per sample
period. If a particular ADC is disabled (in power-down) then its
sample value will be invalid. Likewise a sample sent to a DAC
which is disabled will have no effect.
There are two distinct phases of operation of the AD73322L:
initialization of the device via each codec section
s control regis-
ters, and operation of the converter sections of each codec. The
initialization phase involves programming the control registers
of the AD73322L to ensure the required operating characteristics
such as sampling rate, serial clock rate, I/O gain, etc. There are
several ways in which the DSP can be programmed to initialize
the AD73322L. These range from hard-coding a sequence of
DSP SPORT Tx register writes with constants used for the
initialization words, to putting the initialization sequence in a
circular data buffer and using an autobuffered transmit sequence.
Hard-coding involves creating a sequence of writes to the DSP
s
SPORT Tx buffer which are separated by loops or instructions
that idle and wait for the next Tx interrupt to occur as shown in
the code below.
ax0
= b#1000100100000100;
tx0
= ax0;
idle; {wait for tx register to send current word}
The circular buffer approach can be useful if a long initialization
sequence is required. The list of initialization words is put into
the buffer in the required order:
.VAR/DM/RAM/CIRC
init_cmds[16];
.VAR/DM/RAM
stat_flag;
.INIT
init_cmds:
b # 1 0 0 0 1 0 0 1 0 0 0 0 0 1 0 0 ,
b # 1 0 0 0 0 0 0 1 0 0 0 0 0 1 0 0 ,
b # 1 0 0 0 1 0 1 0 1 1 1 1 1 0 0 1 ,
b # 1 0 0 0 0 0 1 0 1 1 1 1 1 0 0 1 ,
b # 1 0 0 0 1 0 1 1 0 0 0 0 0 0 0 0 ,
b # 1 0 0 0 0 0 1 1 0 0 0 0 0 0 0 0 ,
b # 1 0 0 0 1 1 0 0 0 0 0 0 0 0 0 0 ,
b # 1 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 ,
b # 1 0 0 0 1 1 0 1 0 0 0 0 0 0 0 0 ,
b # 1 0 0 0 0 1 0 1 0 0 0 0 0 0 0 0 ,
b # 1 0 0 0 1 1 1 0 0 0 0 0 0 0 0 0 ,
b # 1 0 0 0 0 1 1 0 0 0 0 0 0 0 0 0 ,
b # 1 0 0 0 1 1 1 1 0 0 0 0 0 0 0 0 ,
b # 1 0 0 0 0 1 1 1 0 0 0 0 0 0 0 0 ,
b # 1 0 0 0 1 0 0 0 0 0 0 1 0 0 0 1 ,
b # 1 0 0 0 0 0 0 0 0 0 0 1 0 0 0 1 ;
{Codec init sequence}
相关PDF资料
PDF描述
AD73322EB Low Power 10MHz Current Feedback Amplifier; Package: SO; No of Pins: 8; Temperature Range: 0°C to +70°C
AD73322EZ Precision Rail-to-Rail Input and Output Op Amp; Package: SO; No of Pins: 8; Temperature Range: 0°C to +70°C
AD73322LYR Low Cost, Low Power CMOS General-Purpose Dual Analog Front End
AD73322LYRU Low Cost, Low Power CMOS General-Purpose Dual Analog Front End
AD73322LYST Low Cost, Low Power CMOS General-Purpose Dual Analog Front End
相关代理商/技术参数
参数描述
AD73322LAST-REEL 制造商:Analog Devices 功能描述:Audio Codec 2ADC / 2DAC 16-Bit 44-Pin LQFP T/R 制造商:Rochester Electronics LLC 功能描述:SPEECH AND TELEPHONY CODEC I.C. - Tape and Reel
AD73322LASTZ 制造商:Analog Devices 功能描述: 制造商:Rochester Electronics LLC 功能描述:
AD73322LYR 制造商:Rochester Electronics LLC 功能描述:SPEECH AND TELEPHONY CODEC I.C. - Bulk 制造商:Analog Devices 功能描述:
AD73322LYR-REEL 制造商:Analog Devices 功能描述:
AD73322LYR-REEL7 制造商:Analog Devices 功能描述: