<small id="aqm6w"><noframes id="aqm6w"><pre id="aqm6w"></pre>
  • <thead id="aqm6w"><sup id="aqm6w"></sup></thead>
    參數(shù)資料
    型號: AD6654BBC
    廠商: Analog Devices Inc
    文件頁數(shù): 64/88頁
    文件大?。?/td> 0K
    描述: IC ADC 14BIT W/6CH RSP 256CSPBGA
    標(biāo)準(zhǔn)包裝: 1
    位數(shù): 14
    采樣率(每秒): 92.16M
    數(shù)據(jù)接口: 串行,并聯(lián)
    轉(zhuǎn)換器數(shù)目: 1
    功率耗散(最大): 2.5W
    電壓電源: 模擬和數(shù)字
    工作溫度: -25°C ~ 85°C
    安裝類型: 表面貼裝
    封裝/外殼: 256-BGA,CSPBGA
    供應(yīng)商設(shè)備封裝: 256-CSPBGA(17x17)
    包裝: 托盤
    輸入數(shù)目和類型: 1 個差分,單極
    AD6654
    Rev. 0 | Page 67 of 88
    PROGRAMMING INDIRECT ADDRESSED REGISTERS
    USING SERIAL PORT
    This section gives examples for programming CRCF coefficient
    RAM (with an indirect addressing scheme) using the serial port
    (either SPI or SPORT modes). Though the following specific
    examples are for CRCF coefficient RAM programming, they can
    be extended to other indirect addressed registers like DRCF
    coefficient RAM. There are four possible programming scenarios,
    and examples are given for all scenarios using two commands:
    SerialWrite(data) and SerialRead. These commands signify an 8-
    bit write to, or an 8-bit read from, the serial port (SPI or SPORT).
    SerialWrite(8-bit number):
    is an 8-bit write to SPI or SPORT. In
    SPI mode, the SCLK is toggled eight times while SCS is pulled low.
    In SPORT mode, SCS is pulled low, SRFS is held high for one
    SCLK cycle, and eight bits of data are shifted into the SDI pin
    following the SRFS pulse. Though the 8-bit number argument
    shown in the following code is always shown MSBFIRST, it is
    written with MSB shifting into the device first in MSBFIRST
    mode, and it is written with LSB shifting into the device first in
    LSBFIRST mode.
    SerialRead():
    is an 8-bit read from the SDO pin in SPI or SPORT
    modes. In SPI mode, the SCLK toggles eight times while SCS is
    low. In SPORT mode, SCS is pulled low, STFS is held high for one
    SCLK cycle, and then the eight bits of data that shifted out on
    SDO following the STFS pulse are read. The data shifted out
    should be interpreted based on the polarity of the MSBFIRST pin.
    MSBFIRST Mode Using Single Byte Block Transfers
    SerialWrite(0x98); //CRCF Start Address
    SerialWrite(0x01);
    SerialWrite(0x00);
    SerialWrite(0x99); //CRCF Final Address
    SerialWrite(0x01);
    SerialWrite(N-1);
    //N is the number of coefficients
    for (i=0 ; i < N; i++) {
    //writing registers
    SerialWrite(0x9E);
    //MSB written first
    SerialWrite(0x01);
    //data bits[23:16]
    SerialWrite(coeff[i] >> 16 & 0xFF);
    SerialWrite(0x9D);
    SerialWrite(0x01);
    //data bits[15:8]
    SerialWrite(coeff[i] >> 8 & 0xFF);
    SerialWrite(0x9C);
    //LSB written last
    SerialWrite(0x01);
    //data bits[7:0]
    SerialWrite(coeff[i] & 0xFF);
    }
    SerialWrite(0x98); //CRCF Start Address
    SerialWrite(0x01);
    SerialWrite(0x00);
    SerialWrite(0x99); //CRCF Final Address
    SerialWrite(0x01);
    SerialWrite(N-1);
    //N is the number of coefficients
    for (i=0 ; i < N; i++) {
    //reading registers
    SerialWrite(0x9E);
    //MSB readback first
    SerialWrite(0x81);
    //data bits[23:16]
    Coeff[i] = SerialRead() << 16;
    SerialWrite(0x9D);
    SerialWrite(0x81);
    //data bits[15:8]
    Coeff[i] |= SerialRead() << 8;
    SerialWrite(0x9C);
    //LSB readback last
    SerialWrite(0x81);
    //data bits[7:0]
    Coeff[i] |= SerialRead();
    }
    相關(guān)PDF資料
    PDF描述
    AD670KNZ IC ADC 8BIT SGNL COND 20DIP
    AD673JNZ IC ADC 8BIT REF/CLK/COMP 20DIP
    AD674BJN IC ADC 12BIT MONO 3OUT 28-DIP
    AD676BD IC ADC 16BIT SAMPLING 28-CDIP
    AD677BD IC ADC 16BIT SAMPLING 16-CDIP
    相關(guān)代理商/技術(shù)參數(shù)
    參數(shù)描述
    AD6654BBCZ 功能描述:IC ADC 14BIT W/6CH RSP 256CSPBGA RoHS:是 類別:集成電路 (IC) >> 數(shù)據(jù)采集 - 模數(shù)轉(zhuǎn)換器 系列:- 產(chǎn)品培訓(xùn)模塊:Lead (SnPb) Finish for COTS Obsolescence Mitigation Program 標(biāo)準(zhǔn)包裝:250 系列:- 位數(shù):12 采樣率(每秒):1.8M 數(shù)據(jù)接口:并聯(lián) 轉(zhuǎn)換器數(shù)目:1 功率耗散(最大):1.82W 電壓電源:模擬和數(shù)字 工作溫度:-40°C ~ 85°C 安裝類型:表面貼裝 封裝/外殼:48-LQFP 供應(yīng)商設(shè)備封裝:48-LQFP(7x7) 包裝:管件 輸入數(shù)目和類型:2 個單端,單極
    AD6654CBC 功能描述:IC ADC 14BIT W/4CH RSP 256CSPBGA RoHS:否 類別:集成電路 (IC) >> 數(shù)據(jù)采集 - 模數(shù)轉(zhuǎn)換器 系列:- 產(chǎn)品培訓(xùn)模塊:Lead (SnPb) Finish for COTS Obsolescence Mitigation Program 標(biāo)準(zhǔn)包裝:250 系列:- 位數(shù):12 采樣率(每秒):1.8M 數(shù)據(jù)接口:并聯(lián) 轉(zhuǎn)換器數(shù)目:1 功率耗散(最大):1.82W 電壓電源:模擬和數(shù)字 工作溫度:-40°C ~ 85°C 安裝類型:表面貼裝 封裝/外殼:48-LQFP 供應(yīng)商設(shè)備封裝:48-LQFP(7x7) 包裝:管件 輸入數(shù)目和類型:2 個單端,單極
    AD6654CBCZ 功能描述:IC ADC 14BIT W/4CH RSP 256CSPBGA RoHS:是 類別:集成電路 (IC) >> 數(shù)據(jù)采集 - 模數(shù)轉(zhuǎn)換器 系列:- 產(chǎn)品培訓(xùn)模塊:Lead (SnPb) Finish for COTS Obsolescence Mitigation Program 標(biāo)準(zhǔn)包裝:250 系列:- 位數(shù):12 采樣率(每秒):1.8M 數(shù)據(jù)接口:并聯(lián) 轉(zhuǎn)換器數(shù)目:1 功率耗散(最大):1.82W 電壓電源:模擬和數(shù)字 工作溫度:-40°C ~ 85°C 安裝類型:表面貼裝 封裝/外殼:48-LQFP 供應(yīng)商設(shè)備封裝:48-LQFP(7x7) 包裝:管件 輸入數(shù)目和類型:2 個單端,單極
    AD6654XBCZ 制造商:Analog Devices 功能描述:14-BIT, 92.16 MSPS, 4 & 6-CHANNEL WIDEBAND IF TO BASE BAND R - Bulk
    AD6655 制造商:AD 制造商全稱:Analog Devices 功能描述:IF Diversity Receiver