5秒后页面跳转
AD73322LYR PDF预览

AD73322LYR

更新时间: 2024-01-21 04:15:46
品牌 Logo 应用领域
亚德诺 - ADI /
页数 文件大小 规格书
40页 432K
描述
Low Cost, Low Power CMOS General-Purpose Dual Analog Front End

AD73322LYR 技术参数

是否无铅:不含铅是否Rohs认证:符合
生命周期:Obsolete零件包装代码:QFP
包装说明:LQFP,针数:44
Reach Compliance Code:compliantECCN代码:EAR99
HTS代码:8542.39.00.01风险等级:5.58
Is Samacsys:NJESD-30 代码:S-PQFP-G44
JESD-609代码:e3长度:14 mm
湿度敏感等级:3功能数量:1
端子数量:44最高工作温度:105 °C
最低工作温度:-40 °C封装主体材料:PLASTIC/EPOXY
封装代码:LQFP封装形状:SQUARE
封装形式:FLATPACK, LOW PROFILE峰值回流温度(摄氏度):260
认证状态:Not Qualified座面最大高度:1.6 mm
标称供电电压:3 V表面贴装:YES
技术:CMOS电信集成电路类型:TELECOM CIRCUIT
温度等级:INDUSTRIAL端子面层:Tin (Sn)
端子形式:GULL WING端子节距:1 mm
端子位置:QUAD处于峰值回流温度下的最长时间:NOT SPECIFIED
宽度:14 mmBase Number Matches:1

AD73322LYR 数据手册

 浏览型号AD73322LYR的Datasheet PDF文件第34页浏览型号AD73322LYR的Datasheet PDF文件第35页浏览型号AD73322LYR的Datasheet PDF文件第36页浏览型号AD73322LYR的Datasheet PDF文件第38页浏览型号AD73322LYR的Datasheet PDF文件第39页浏览型号AD73322LYR的Datasheet PDF文件第40页 
AD73322L  
APPENDIX C  
interrupt service routine the Tx register is loaded with the con-  
trol word for Channel 2. In Steps 910, Channels 1 and 2 are  
loaded with a control word setting for Control Register B  
which programs DMCLK = MCLK, the sampling rate to  
DMCLK/256, SCLK = DMCLK/2.  
Configuring an AD73322L to Operate in Mixed Mode1  
This section describes a typical sequence of control words that  
would be sent to an AD73322L to configure it for operation in  
mixed mode. It is not intended to be a definitive initialization  
sequence, but will show users the typical input/output events  
that occur in the programming and operation phases2. This  
description panel refers to Table XXIII.  
Steps 1117 are similar to Steps 612 except that Control Reg-  
ister C is programmed to power up all analog sections (ADC,  
DAC, Reference = 2.4 V, REFOUT). In Steps 1617, DAC words  
are sent to the deviceboth DAC words are necessary as each  
channel will only update its DAC when the device has counted a  
number of SDIFS pulses, accompanied by DAC words (in mixed-  
mode, the MSB = 0), that is equal to the device count field of  
Control Register A4. As the channels are in mixed mode, the  
serial port interrogates the MSB of the 16-bit word sent to  
determine whether it contains DAC data or control information.  
DAC words should be sent in the sequence Channel 2 followed  
by Channel 1.  
Steps 15 detail the transfer of the control words to Control  
Register A, which programs the device for Mixed-Mode opera-  
tion. In Step 1, we have the first output sample event following  
device reset. The SDOFS signal is simultaneously raised on  
both channels, which prepares the DSP Rx register to accept the  
ADC word from Channel 2 while SDOFS from Channel 1  
becomes an SDIFS to Channel 2. The cascade is configured  
as nonFSLB, which means that the DSP has control over what  
is transmitted to the cascade3 and in this case we will not trans-  
mit to the devices until both output words have been received  
from the AD73322L.  
Steps 1117 illustrate the implementation of Control Register  
update and DAC update in a single sample period. Note that  
this combination is not possible in the FSLB configuration3.  
In Step 2, we observe the status of the channels following the  
reception of the Channel 2 output word. The DSP has received  
the ADC word from Channel 2, while Channel 2 has received  
the output word from Channel 1. At this stage, the SDOFS of  
Channel 2 is again raised because Channel 2 has received Chan-  
nel 1s output word and, as it is not addressed to Channel 2, it  
is passed on to the DSP.  
Steps 1825 illustrate a Control Register readback cycle. In Step  
22, both channels have received a Control Word that addresses  
Control Register C for readback (Bit 14 of the Control Word =  
1). When the channels receive the readback request, the register  
contents are loaded to the serial registers as shown in Step 23.  
SDOFS is raised in both channels, which causes these readback  
words to be shifted out toward the DSP. In Step 24, the DSP  
has received the Channel 2 readback word while Channel 2 has  
received the Channel 1 readback word (note that the address  
field in both words has been decremented to 111b). In Step 25,  
the DSP has received the Channel 1 readback word (its address  
field has been further decremented to 110b).  
In Step 3 the DSP has now received both ADC words. Typi-  
cally, an interrupt will be generated following reception of the  
two output words by the DSP (this involves programming the  
DSP to use autobuffered transfers of two words). The transmit  
register of the DSP is loaded with the control word destined for  
Channel 2. This generates a transmit frame-sync (TFS) that is  
input to the SDIFS input of the AD73322L to indicate the start  
of transmission.  
Steps 2630 detail an ADC and DAC update cycle using the  
nonFSLB configuration. In this case no Control Register update  
is required.  
In Step 4, Channel 1 now contains the Control Word destined  
for Channel 2. The address field is decremented, SDOFS1 is  
raised (internally) and the Control word is passed on to Channel  
2. The Tx register of the DSP has now been updated with the  
Control Word destined for Channel 1 (this can be done using  
autobuffering of transmit or by handling transmit interrupts  
following each word sent).  
NOTES  
1Channel 1 and Channel 2 of the description refer to the two AFE sections of  
the AD73322L device.  
2This sequence assumes that the DSP SPORTs Rx and Tx interrupts are enabled.  
It is important to ensure there is no latency (separation) between control words in  
a cascade configuration. This is especially the case when programming Control  
Registers A and B.  
3Mixed-mode operation with the FSLB configuration is more restricted in that  
the number of words sent to the cascade equals the number of channels in the  
cascade, which means that DAC updates may need to be substituted with a  
register write or read. Using the FSLB configuration introduces a corruption of  
the ADC samples in the sample period following a Control Register write. This  
corruption is predictable and can be corrected in the DSP. The ADC word is  
treated as a Control Word and the Device Address field is decremented in each  
channel that it passes through before being returned to the DSP.  
4In mixed mode, DAC update is done using the same SDIFS counting scheme  
as in normal data mode with the exception that only DAC words (MSB set to  
zero) are recognized as being able to increment the frame sync counters.  
In Step 5 each channel has received a control word that addresses  
Control Register A and sets the device count field equal to two  
channels and programs the channels into Mixed ModeMM  
and PGM/DATA set to one.  
Following Step 5, the device has been programmed into mixed  
mode although none of the analog sections have been powered  
up (controlled by Control Register C). Steps 610 detail update  
of Control Register B in mixed mode. In Steps 68, the ADC  
samples, which are invalid as the ADC section is not yet powered  
up, are transferred to the DSPs Rx section. In the subsequent  
REV. 0  
–37–  

与AD73322LYR相关器件

型号 品牌 描述 获取价格 数据表
AD73322LYR-REEL ADI Low Cost, Low Power CMOS General-Purpose Dual Analog Front

获取价格

AD73322LYR-REEL7 ADI IC SPECIALTY TELECOM CIRCUIT, PDSO28, MS-013AE, SOIC-28, Telecom IC:Other

获取价格

AD73322LYRU ADI Low Cost, Low Power CMOS General-Purpose Dual Analog Front End

获取价格

AD73322LYRU-REEL ADI Low Cost, Low Power CMOS General-Purpose Dual Analog Front

获取价格

AD73322LYRZ ADI Dual-Channel, 3 V Front-End Processor for General Purpose Applications Including Speech an

获取价格

AD73322LYST ADI Low Cost, Low Power CMOS General-Purpose Dual Analog Front End

获取价格