參數(shù)資料
型號: LTC2484IDD#PBF
廠商: Linear Technology
文件頁數(shù): 33/42頁
文件大小: 0K
描述: IC ADC 24BIT 10-DFN
標(biāo)準(zhǔn)包裝: 121
位數(shù): 24
采樣率(每秒): 6.8
數(shù)據(jù)接口: MICROWIRE?,串行,SPI?
轉(zhuǎn)換器數(shù)目: 1
功率耗散(最大): 480µW
電壓電源: 單電源
工作溫度: -40°C ~ 85°C
安裝類型: 表面貼裝
封裝/外殼: 10-WFDFN 裸露焊盤
供應(yīng)商設(shè)備封裝: 10-DFN(3x3)
包裝: 管件
輸入數(shù)目和類型: 1 個差分,雙極
產(chǎn)品目錄頁面: 1348 (CN2011-ZH PDF)
配用: DC939A-ND - BOARD DELTA SIGMA ADC LTC2484
LTC2484
39
2484fd
APPLICATIONS INFORMATION
/*** read _ LTC2484() ************************************************************
This is the function that actually does all the work of talking to the LTC2484.
The spi _ read() function performs an 8 bit bidirectional transfer on the SPI bus.
Data changes state on falling clock edges and is valid on rising edges, as
determined by the setup _ spi() line in the initialize() function.
A good starting point when porting to other processors is to write your own
spi _ write function. Note that each processor has its own way of configuring
the SPI port, and different compilers may or may not have built-in functions
for the SPI port. Also, since the state of the LTC2484’s SDO line indicates
when a conversion is complete you need to be able to read the state of this line
through the processor’s serial data input. Most processors will let you read
this pin as if it were a general purpose I/O line, but there may be some that
don’t.
When in doubt, you can always write a “bit bang” function for troubleshooting
purposes.
The “fourbytes” structure allows byte access to the 32 bit return value:
struct fourbytes
// Define structure of four consecutive bytes
{
// To allow byte access to a 32 bit int or float.
int8 te0;
//
int8 te1;
// The make32() function in this compiler will
int8 te2;
// also work, but a union of 4 bytes and a 32 bit int
int8 te3;
// is probably more portable.
};
Also note that the lower 4 bits are the configuration word from the previous
conversion. The 4 LSBs are cleared so that
they don’t affect any subsequent mathematical operations. While you can do a
right shift by 4, there is no point if you are going to convert to floating point
numbers - just adjust your scaling constants appropriately.
*******************************************************************************/
signed int32 read _ LTC2484(char config)
{
union
// adc _ code.bits32
all 32 bits
{
// adc _ code.by.te0
byte 0
signed int32 bits32;
// adc _ code.by.te1
byte 1
struct fourbytes by;
// adc _ code.by.te2
byte 2
} adc _ code;
// adc _ code.by.te3
byte 3
output _ low(CS);
// Enable LTC2484 SPI interface
while(input(PIN _ C4)) {}
// Wait for end of conversion. The longest
// you will ever wait is one whole conversion period
// Now is the time to switch any multiplexers because the conversion is finished
// and you have the whole data output time for things to settle.
adc _ code.by.te3 = 0;
// Set upper byte to zero.
adc _ code.by.te2 = spi _ read(config);
// Read first byte, send config byte
adc _ code.by.te1 = spi _ read(0);
// Read 2nd byte, send speed bit
adc _ code.by.te0 = spi _ read(0);
// Read 3rd byte. ‘0’ argument is necessary
// to act as SPI master!! (compiler
// and processor specific.)
output _ high(CS);
// Disable LTC2484 SPI interface
// Clear configuration bits and subtract offset. This results in
// a 2’s complement 32 bit integer with the LTC2484’s MSB in the 2^20 position
adc _ code.by.te0 = adc _ code.by.te0 & 0xF0;
adc _ code.bits32 = adc _ code.bits32 - 0x00200000;
return adc _ code.bits32;
} // End of read _ LTC2484()
相關(guān)PDF資料
PDF描述
LTC2485IDD#PBF IC ADC 24BIT I2C 10-DFN
LTC1443CDHD#TRPBF IC COMP W/REF LOW PWR QUAD 16DFN
LTC1444CDHD#TRPBF IC COMP QD LP 1.221VREF 16-DFN
AD9200ARSZ IC ADC 10BIT CMOS 20MSPS 28-SSOP
LTC1445CDHD#TRPBF IC COMP QD LP 1.221VREF 16-DFN
相關(guān)代理商/技術(shù)參數(shù)
參數(shù)描述
LTC2485CDD#PBF 功能描述:IC ADC 24BIT I2C 10-DFN RoHS:是 類別:集成電路 (IC) >> 數(shù)據(jù)采集 - 模數(shù)轉(zhuǎn)換器 系列:- 標(biāo)準(zhǔn)包裝:1 系列:microPOWER™ 位數(shù):8 采樣率(每秒):1M 數(shù)據(jù)接口:串行,SPI? 轉(zhuǎn)換器數(shù)目:1 功率耗散(最大):- 電壓電源:模擬和數(shù)字 工作溫度:-40°C ~ 125°C 安裝類型:表面貼裝 封裝/外殼:24-VFQFN 裸露焊盤 供應(yīng)商設(shè)備封裝:24-VQFN 裸露焊盤(4x4) 包裝:Digi-Reel® 輸入數(shù)目和類型:8 個單端,單極 產(chǎn)品目錄頁面:892 (CN2011-ZH PDF) 其它名稱:296-25851-6
LTC2485CDD#TRPBF 功能描述:IC ADC 24BIT I2C 10-DFN RoHS:是 類別:集成電路 (IC) >> 數(shù)據(jù)采集 - 模數(shù)轉(zhuǎn)換器 系列:- 產(chǎn)品培訓(xùn)模塊:Lead (SnPb) Finish for COTS Obsolescence Mitigation Program 標(biāo)準(zhǔn)包裝:2,500 系列:- 位數(shù):12 采樣率(每秒):3M 數(shù)據(jù)接口:- 轉(zhuǎn)換器數(shù)目:- 功率耗散(最大):- 電壓電源:- 工作溫度:- 安裝類型:表面貼裝 封裝/外殼:SOT-23-6 供應(yīng)商設(shè)備封裝:SOT-23-6 包裝:帶卷 (TR) 輸入數(shù)目和類型:-
LTC2485IDD 制造商:Linear Technology 功能描述:ADC Single Delta-Sigma 7.5sps 24-bit Serial 10-Pin DFN EP
LTC2485IDD#PBF 功能描述:IC ADC 24BIT I2C 10-DFN RoHS:是 類別:集成電路 (IC) >> 數(shù)據(jù)采集 - 模數(shù)轉(zhuǎn)換器 系列:- 標(biāo)準(zhǔn)包裝:1 系列:microPOWER™ 位數(shù):8 采樣率(每秒):1M 數(shù)據(jù)接口:串行,SPI? 轉(zhuǎn)換器數(shù)目:1 功率耗散(最大):- 電壓電源:模擬和數(shù)字 工作溫度:-40°C ~ 125°C 安裝類型:表面貼裝 封裝/外殼:24-VFQFN 裸露焊盤 供應(yīng)商設(shè)備封裝:24-VQFN 裸露焊盤(4x4) 包裝:Digi-Reel® 輸入數(shù)目和類型:8 個單端,單極 產(chǎn)品目錄頁面:892 (CN2011-ZH PDF) 其它名稱:296-25851-6
LTC2485IDD#TRPBF 功能描述:IC ADC 24BIT I2C 10-DFN RoHS:是 類別:集成電路 (IC) >> 數(shù)據(jù)采集 - 模數(shù)轉(zhuǎn)換器 系列:- 標(biāo)準(zhǔn)包裝:2,500 系列:- 位數(shù):16 采樣率(每秒):15 數(shù)據(jù)接口:MICROWIRE?,串行,SPI? 轉(zhuǎn)換器數(shù)目:1 功率耗散(最大):480µW 電壓電源:單電源 工作溫度:-40°C ~ 85°C 安裝類型:表面貼裝 封裝/外殼:38-WFQFN 裸露焊盤 供應(yīng)商設(shè)備封裝:38-QFN(5x7) 包裝:帶卷 (TR) 輸入數(shù)目和類型:16 個單端,雙極;8 個差分,雙極 配用:DC1011A-C-ND - BOARD DELTA SIGMA ADC LTC2494