參數(shù)資料
型號(hào): LTC2483IDD#TRPBF
廠商: Linear Technology
文件頁(yè)數(shù): 22/34頁(yè)
文件大?。?/td> 0K
描述: IC ADC 16BIT I2C 10-DFN
標(biāo)準(zhǔn)包裝: 2,500
位數(shù): 16
采樣率(每秒): 6.8
數(shù)據(jù)接口: I²C,串行
轉(zhuǎn)換器數(shù)目: 1
功率耗散(最大): 480µW
電壓電源: 單電源
工作溫度: -40°C ~ 85°C
安裝類(lèi)型: 表面貼裝
封裝/外殼: 10-WFDFN 裸露焊盤(pán)
供應(yīng)商設(shè)備封裝: 10-DFN(3x3)
包裝: 帶卷 (TR)
輸入數(shù)目和類(lèi)型: 1 個(gè)差分,雙極
配用: DC955A-ND - BOARD DELTA SIGMA ADC LTC2483
LTC2483
2483fc
applicaTions inFormaTion
/*
LTC2483.c
Basic voltmeter test program for LTC2483
Reads LTC2483, converts result to volts,
and prints voltage to a 2 line by 16 character LCD display.
Mark Thoren
Linear Technology Corporation
June 23, 2005
Written for CCS PCM compiler, Version 3.182
*/
#include “LTC248X.h”
/*** read_LTC2483() ************************************************************
This is the function that actually does all the work of talking to the LTC2483.
Arguments:
addr - device address
Returns:
zero if conversion is in progress,
32 bit signed integer with lower 8 bits clear, 24 bit LTC2483
output word in the upper 24 bits. Data is left-justified for
compatibility with the 24 bit LTC2485.
the i2c_xxxx() functions do the following:
void i2c_start(void): generate an i2c start or repeat start condition
void i2c_stop(void): generate an i2c stop condition
char i2c_read(boolean): return 8 bit i2c data while generating an ack or nack
boolean i2c_write(): send 8 bit i2c data and return ack or nack from slave device
These functions are very compiler specific, and can use either a hardware i2c
port or software emulation of an i2c port. This example uses software emulation.
A good starting point when porting to other processors is to write your own
i2c functions. Note that each processor has its own way of configuring
the i2c port, and different compilers may or may not have built-in functions
for the i2c port.
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.
};
*******************************************************************************/
signed int32 read_LTC2483(char addr)
{
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.
};
相關(guān)PDF資料
PDF描述
LTC2485CDD#TRPBF IC ADC 24BIT I2C 10-DFN
LTC2487CDE#PBF IC ADC 16BIT DELTA SIG 14-DFN
LTC2492IDE#TRPBF IC ADC 24BIT DELTA SIG 14-DFN
LTC2493IDE#TRPBF IC ADC 24BIT DELTA SIG 14-DFN
LTC2494IUHF#TRPBF IC ADC 16BIT W/PGA 38-QFN
相關(guān)代理商/技術(shù)參數(shù)
參數(shù)描述
LTC2484CDD 制造商:Linear Technology 功能描述:ADC Single Delta-Sigma 7.5sps 24-bit Serial 10-Pin DFN EP
LTC2484CDD#PBF 功能描述:IC ADC 24BIT 10-DFN RoHS:是 類(lèi)別:集成電路 (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 安裝類(lèi)型:表面貼裝 封裝/外殼:24-VFQFN 裸露焊盤(pán) 供應(yīng)商設(shè)備封裝:24-VQFN 裸露焊盤(pán)(4x4) 包裝:Digi-Reel® 輸入數(shù)目和類(lèi)型:8 個(gè)單端,單極 產(chǎn)品目錄頁(yè)面:892 (CN2011-ZH PDF) 其它名稱(chēng):296-25851-6
LTC2484CDD#TR 制造商:Linear Technology 功能描述:ADC Single Delta-Sigma 7.5sps 24-bit Serial 10-Pin DFN EP T/R
LTC2484CDD#TRPBF 功能描述:IC ADC 24BIT 10-DFN RoHS:是 類(lèi)別:集成電路 (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 安裝類(lèi)型:表面貼裝 封裝/外殼:38-WFQFN 裸露焊盤(pán) 供應(yīng)商設(shè)備封裝:38-QFN(5x7) 包裝:帶卷 (TR) 輸入數(shù)目和類(lèi)型:16 個(gè)單端,雙極;8 個(gè)差分,雙極 配用:DC1011A-C-ND - BOARD DELTA SIGMA ADC LTC2494
LTC2484IDD 制造商:Linear Technology 功能描述:ADC Single Delta-Sigma 7.5sps 24-bit Serial 10-Pin DFN EP