®
14
DAC7715
STATE OF
SELECTED SELECTED STATE OF
INPUT INPUT ALL DAC
A1 A0 LOADREG LOADDACS RESET REGISTER REGISTER REGISTERS
L(1) LLH
(2) H A Transparent Latched
L H L H H B Transparent Latched
H L L H H C Transparent Latched
H H L H H D Transparent Latched
X(3) X H L H NONE (All Latched) Transparent
X X H H H NONE (All Latched) Latched
X X X X L ALL Reset(4) Reset(4)
NOTES: (1) L = Logic LOW. (2) H = Logic HIGH. (3) X = Don’t Care. (4) Resets to either 000H or 800H, per the RESETSEL state (LOW = 000H, HIGH = 800H).
When RESET rises, all registers that are in their latched state retain the reset value.
TABLE II. Control Logic Truth Table.
CS(1) CLK(1) LOADREG RESET SERIAL SHIFT REGISTER
H(2) X(3) H H No Change
L(4) L H H No Change
L↑(5) H H Advanced One Bit
↑L H H Advanced One Bit
H(6) XL
(7) H No Change
H(6) XHL
(8) No Change
NOTES: (1) CS and CLK are interchangeable. (2) H = Logic HIGH.
(3) X = Don’t Care. (4) L = Logic LOW (5) = Positive Logic Transition.
(6) A HIGH value is suggested in order to avoid a “false clock” from
advancing the shift register and changing the shift register. (7) If data is
clocked into the serial register while LOADREG is LOW, the selected input
register will change as the shift register bits “flow” through A1 and A0. This
will corrupt the data in each input register that has been erroneously
selected. (8) RESET LOW causes no change in the contents of the serial
shift register.
TABLE III. Serial Shift Register Truth Table.
CLK when CS rises at the end of a serial transfer. If CLK is
LOW when CS rises, the OR gate will provide a rising edge
to the shift register, shifting the internal data one additional
bit. The result will be incorrect data and possible selection of
the wrong input register.
If both CS and CLK are used, then CS should rise only when
CLK is HIGH. If not, then either CS or CLK can be used to
operate the shift register. See Table III for more information.
The digital data into the DAC7715 is double-buffered. This
allows new data to be entered for each DAC without disturb-
ing the analog outputs. When the new settings have been
entered into the device, all of the DAC outputs can be
updated simultaneously. The transfer from the input regis-
ters to the DAC registers is accomplished with a HIGH to
LOW transition on the LOADDACS input.
Because the DAC registers become transparent when
LOADDACS is LOW, it is possible to keep this pin LOW
and update each DAC via LOADREG. However, as each
new data word is entered into the device, the corresponding
output will update immediately when LOADREG is taken
LOW.
Digital Input Coding
The DAC7715 input data is in Straight Binary format. The
output voltage is given by the following equation:
V V V V N
OUT REFL REFH REFL
= + ( – ) •
4096
where N is the digital input code (in decimal). This equation
does not include the effects of offset (zero-scale) or gain
(full-scale) errors.
“load all DAC registers” signal (LOADDACS). In addition,
a chip select (CS) input is available to enable serial commu-
nication when there are multiple serial devices. An asyn-
chronous reset input (RESET) is provided to simplify start-
up conditions, periodic resets, or emergency resets to a
known state.
The DAC code and address are provided via a 16-bit serial
interface as shown in Figure 4. The first two bits select the
input register that will be updated when LOADREG goes
LOW, as shown in Table II. The next two bits are not used.
The last 12 bits are the DAC code which is provided, most
significant bit first.
Note that CS and CLK are combined with an OR gate and
the output controls the serial-to-parallel shift register inter-
nal to the DAC7715 (see the block diagram on the front of
this data sheet). These two inputs are completely inter-
changeable. In addition, care must be taken with the state of