5秒后页面跳转
AD7814ARTZ-REEL7 PDF预览

AD7814ARTZ-REEL7

更新时间: 2024-02-01 17:04:28
品牌 Logo 应用领域
亚德诺 - ADI 传感器换能器温度传感器输出元件
页数 文件大小 规格书
8页 128K
描述
10-Bit Digital Temperature Sensor in 6-Lead SOT-23

AD7814ARTZ-REEL7 技术参数

是否无铅: 含铅是否Rohs认证: 符合
生命周期:Active包装说明:TSOP6,.11,37
针数:6Reach Compliance Code:compliant
ECCN代码:EAR99HTS代码:8542.39.00.01
风险等级:1.02最大精度(摄氏度):3.5 Cel
主体宽度:1.6 mm主体高度:1.15 mm
主体长度或直径:2.9 mm外壳:PLASTIC
JESD-609代码:e4安装特点:SURFACE MOUNT
位数:10端子数量:6
最大工作电流:0.4 mA最高工作温度:125 °C
最低工作温度:-55 °C输出接口类型:4-WIRE INTERFACE
封装主体材料:PLASTIC/EPOXY封装等效代码:TSOP6,.11,37
封装形状/形式:RECTANGULAR电源:3/5 V
传感器/换能器类型:TEMPERATURE SENSOR,SWITCH/DIGITAL OUTPUT,SERIAL子类别:Other Sensors/Transducers
最大供电电压:5.5 V最小供电电压:2.7 V
表面贴装:YES技术:CMOS
端子面层:Nickel/Palladium/Gold (Ni/Pd/Au)端接类型:SOLDER
Base Number Matches:1

AD7814ARTZ-REEL7 数据手册

 浏览型号AD7814ARTZ-REEL7的Datasheet PDF文件第2页浏览型号AD7814ARTZ-REEL7的Datasheet PDF文件第3页浏览型号AD7814ARTZ-REEL7的Datasheet PDF文件第4页浏览型号AD7814ARTZ-REEL7的Datasheet PDF文件第5页浏览型号AD7814ARTZ-REEL7的Datasheet PDF文件第7页浏览型号AD7814ARTZ-REEL7的Datasheet PDF文件第8页 
AD7814  
CS  
SCLK  
DOUT  
t7  
t1  
t2  
1
2
3
4
11  
15  
16  
t3  
t8  
t4  
LEADING  
ZERO  
DB9  
t5  
DB8  
t6  
DB0  
DON'T  
CARE  
DON'T  
CARE  
POWER-  
DOWN  
DIN  
Figure 2. Serial Interface Timing Diagram  
AD7814 to MC68HC11 Interface  
Read Operation  
Figure 2 shows the timing diagram for a serial read from the  
AD7814. The CS line enables the SCLK input. Ten bits of data  
and a leading zero are transferred during a read operation. Read  
operations occur during streams of 16 clock pulses. The serial  
data is accessed in a number of bytes if 10 bits of data are being  
read. At the end of the read operation, the DOUT line remains  
in the state of the last bit of data clocked out of the AD7814  
until CS returns high, at which time the DOUT line goes into  
three-state.  
Figure 3 shows an interface between the AD7814 and the  
MC68HC11 microcontroller. The MC68HC11 is configured in  
the master mode with its CPOL bit set to a logic one and its  
CPHA bit set to a logic one. When the MC68HC11 is config-  
ured like this, its SCLK line idles high between data transfers.  
Data is transferred to and from the AD7814 in two 8-bit serial  
data operations. The diagram shows the full (4-wire) interface.  
PC1 of the MC68HC11 is configured as an output and used to  
drive the CS input.  
Write Operation  
Figure 2 also shows the timing diagram for a serial write to the  
AD7814. The write operation takes place at the same time as  
the read operation. Data is clocked into the control register on  
the part on the rising edge of SCLK. Only the third bit in the  
data stream provides a user-controlled function. This third bit is  
the power-down bit which, when set to a 1, puts the AD7814  
into shutdown mode. The first 2 bits of the data stream are  
“don’t cares” while all other bits in the data stream, other than  
the power-down bit, should be 0 to ensure correct operation of  
the AD7814. Data is loaded to the control register on the fif-  
teenth falling SCLK edge and the data takes effect at this time  
(i.e., if the part is programmed to go into shutdown, it does so  
at this point). If the CS is brought high before this fifteenth SCLK  
edge, the control register will not be loaded and the power-down  
status of the part will not change.  
AD7814*  
MC68HC11*  
SCLK  
SCLK  
MISO  
MOSI  
PC1  
DOUT  
DIN  
CS  
*ADDITIONAL PINS OMITTED FOR CLARITY  
Figure 3. AD7814 to MC68HC11 Interface  
AD7814 to 8051 Interface  
An interface circuit between the AD7814 and the 8051 micro-  
controller is shown in Figure 4. The 8xC51 is configured in its  
Mode 0 serial interface mode. The serial clock line of the 8xC51  
(on P3.1) idles high between data transfers. Data is transferred  
to and from the AD7814 in two 8-bit serial data operations. The  
AD7814 outputs the MSB of its data stream as the first valid  
bit while the 8xC51 expects the LSB first. Thus, the data read  
into the serial buffer needs to be rearranged before the correct  
data word from the AD7814 is available in the accumulator.  
MICROPROCESSOR INTERFACING  
The AD7814’s serial interface allows for easy interface to most  
microcomputers and microprocessors. Figures 3 through 6 show  
some typical interface circuits.  
In the example shown, the AD7814 is connected to the serial  
port of the 8051. Because the serial interface of the 8xC51 con-  
tains only one data line, the DIN line of the AD7814 is tied low  
in the interface example given in Figure 4.  
The serial interface on the AD7814 consists of four wires: CS,  
DIN, DOUT, and SCLK. All interface circuits shown utilize all  
four interface lines. However, it is possible to operate the inter-  
face with three wires. If the application does not require the  
power-down facility offered by the AD7814, the DIN line can  
be tied permanently low. Thus, the interface can be operated  
from just three wires: SCLK, CS, and DOUT.  
For applications that require the use of the power-down feature  
of the AD7814, the serial interface should be implemented  
using data port lines on the 8051. This allows a full-duplex  
serial interface to be implemented. The method involves ‘bit-  
banging’ a port line to generate a serial clock while using two  
other port lines to shift data in and out with the fourth port line  
connecting to CS. Port lines 1.0 through 1.3 (with P1.1 config-  
ured as an input) can be used to connect to SCLK, DOUT,  
DIN, and CS, respectively, to implement this scheme.  
The serial data transfer to and from the AD7814 requires a  
16-bit read operation. Many 8-bit microcontrollers have 8-bit  
serial ports and this 16-bit data transfer is handled as two 8-bit  
transfers. Other microcontrollers and DSP processors transfer  
16 bits of data in a serial data operation.  
REV. E  
–6–  

与AD7814ARTZ-REEL7相关器件

型号 品牌 描述 获取价格 数据表
AD7814ARTZ-REEL72 ADI 10-Bit Digital Temperature Sensor in 6-Lead SOT-23

获取价格

AD7816 ADI Single- and 4-Channel, 9 us, 10-Bit ADCs with On-Chip Temperature Sensor

获取价格

AD7816-7818 ADI Single- and 4-Channel, 9 us, 10-Bit ADCs with On-Chip Temperature Sensor

获取价格

AD7816ACHIPS ADI Single- and 4-Channel, 9 us, 10-Bit ADCs with On-Chip Temperature Sensor

获取价格

AD7816AR ADI Single- and 4-Channel, 9 us, 10-Bit ADCs with On-Chip Temperature Sensor

获取价格

AD7816ARM ADI Single- and 4-Channel, 9 us, 10-Bit ADCs with On-Chip Temperature Sensor

获取价格