AD7814ARM-REEL7

REV. E
AD7814
–6–
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.
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.
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.
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.
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.
CS
SCLK
DOUT
DIN
DON'T
CARE
DON'T
CARE
POWER-
DOWN
LEADING
ZERO
DB9 DB8 DB0
1 234 11 15 16
t
1
t
2
t
3
t
4
t
5
t
6
t
7
t
8
Figure 2. Serial Interface Timing Diagram
AD7814 to MC68HC11 Interface
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.
AD7814*
SCLK
DOUT
DIN
CS
MC68HC11*
SCLK
MISO
MOSI
PC1
*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.
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.
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.
REV. E
–7–
AD7814
AD7814*
SCLK
DOUT
DIN
CS
8051*
P3.1
P3.0
P1.2
P1.3
*ADDITIONAL PINS OMITTED FOR CLARITY
Figure 4. AD7814 to 8051 Interface
AD7814 to PIC16C6x/7x Interface
Figure 5 shows an interface circuit between the AD7814 and the
PIC16C6x/7x microcontroller. The PIC16C6x/7x synchronous
serial port (SSP) is configured as an SPI master with the clock
polarity bit set to a logic one. In this mode, the serial clock line
of the PIC16C6x/7x idles high between data transfers. Data is
transferred to and from the AD7814 in two 8-bit serial data
operations. In the example shown, port line RA1 is being used
to generate the CS for the AD7814.
AD7814*
SCLK
DOUT
DIN
CS
PIC16C6x/7x*
SCK
SDO
SDI
RA1
*ADDITIONAL PINS OMITTED FOR CLARITY
Figure 5. AD7814 to PIC16C6x/7x Interface
AD7814 to ADSP-21xx Interface
Figure 6 shows an interface between the AD7814 and the
ADSP-21xx DSP processor. To ensure correct operation of the
interface, the SPORT control register should be set up as follows:
TFSW = RFSW = 1, Alternate Framing
INVRFS = INVTFS = 1, Active Low Framing Signal
DTYPE = 00, Right Justify Data
SLEN = 1111, 16-Bit Data Words
ISCLK = 1, Internal Serial Clock
TFSR = RFS = 1, Frame Every Word
IRFS = 0, RFS Configured As Input
ITFS = 1, TFS Configured As Output
The interface requires an inverter between the SCLK line of the
ADSP-21xx and the SCLK input of the AD7814. The ADSP-
21xx has the TFS and RFS of the SPORT tied together with
TFS set as an output and RFS set as an input. The DSP operates
in alternate framing mode and the SPORT control register is set
up as described earlier.
AD7814*
SCLK
DOUT
DIN
CS
ADSP-21xx*
SCK
DR
DT
RFS
*ADDITIONAL PINS OMITTED FOR CLARITY
TFS
Figure 6. AD7814 to ADSP-21xx Interface
MOUNTING THE AD7814
The AD7814 can be used for surface or air temperature sensing
applications. If the device is cemented to a surface with ther-
mally conductive adhesive, the die temperature will be within
about 0.1°C of the surface temperature, thanks to the device’s
low power consumption. Care should be taken to insulate the
back and leads of the device from the air, if the ambient air
temperature is different from the surface temperature being
measured.
The ground pin provides the best thermal path to the die, so the
temperature of the die will be close to that of the printed circuit
ground track. Care should be taken to ensure that this is in good
thermal contact with the surface being measured.
As with any IC, the AD7814 and its associated wiring and cir-
cuits must be kept free from moisture to prevent leakage and
corrosion, particularly in cold conditions where condensation is
more likely to occur. Water-resistant varnishes and conformal
coatings can be used for protection. The small size of the
AD7814 package allows it to be mounted inside sealed metal
probes, which provide a safe environment for the device.
SUPPLY DECOUPLING
The AD7814 should be decoupled with a 0.1 µF ceramic
capacitor between V
DD
and GND. This is particularly important
if the AD7814 is mounted remotely from the power supply.
TEMPERATURE – C
–0.4
–55
TEMPERATURE ERROR
–0.2
0
0.2
0.4
0.6
0.8
1.0
–40 0 25 40 85 100 120
Figure 7. Typical Temperature Error
REV. E
AD7814
–8–
C01041–0–8/04(E)
OUTLINE DIMENSIONS
6-Lead Small Outline Transistor Package [SOT-23]
(RT-6)
Dimensions shown in millimeters
1 3
4 5
2
6
2.90 BSC
1.60 BSC
2.80 BSC
1.90
BSC
0.95 BSC
0.22
0.08
10
4
0
0.50
0.30
0.15 MAX
1.30
1.15
0.90
SEATING
PLANE
1.45 MAX
0.60
0.45
0.30
PIN 1
INDICATOR
COMPLIANT TO JEDEC STANDARDS MO-178AB
8-Lead Mini Small Outline Package [MSOP]
(RM-8)
Dimensions shown in millimeters
0.80
0.60
0.40
8
0
85
4
1
4.90
BSC
PIN 1
0.65 BSC
3.00
BSC
SEATING
PLANE
0.15
0.00
0.38
0.22
1.10 MAX
3.00
BSC
COPLANARITY
0.10
0.23
0.08
COMPLIANT TO JEDEC STANDARDS MO-187AA
Revision History
Location Page
8/04—Data Sheet Changed from REV. D to REV. E.
Changes to ORDERING GUIDE . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 3
Changes to CONVERTER DETAILS section . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 5
Changes to Read Operation section . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 6
Updated OUTLINE DIMENSIONS . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 8
5/02—Data Sheet Changed from REV. C to REV. D.
Updates to SPECIFICATIONS . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 2

AD7814ARM-REEL7

Mfr. #:
Manufacturer:
Analog Devices Inc.
Description:
Board Mount Temperature Sensors 10-BIT DIGITAL IC
Lifecycle:
New from this manufacturer.
Delivery:
DHL FedEx Ups TNT EMS
Payment:
T/T Paypal Visa MoneyGram Western Union