X9110
4
FN8158.5
October 28, 2016
Submit Document Feedback
If the pause feature is not used, HOLD should be held HIGH at all
times.
DEVICE ADDRESS (A0)
The address input is used to set the 8-bit slave address. A match
in the slave address serial data stream A0 must be made with
the address input (A0) in order to initiate communication with
the X9110.
CHIP SELECT (CS)
When CS is HIGH, the X9110 is deselected and the SO pin is at
high impedance, and (unless an internal write cycle is underway)
the device will be in the standby state. CS LOW enables the
X9110, placing it in the active power mode. It should be noted
that after a power-up, a HIGH to LOW transition on CS
is required
prior to the start of any operation.
HARDWARE WRITE PROTECT INPUT (WP)
The WP pin when LOW prevents nonvolatile writes to the Data
Registers.
Potentiometer Pins
R
H
, R
L
The R
H
and R
L
pins are equivalent to the terminal connections on
a mechanical potentiometer.
R
W
The wiper pin are equivalent to the wiper terminal of a
mechanical potentiometer.
Bias Supply Pins
SYSTEM SUPPLY VOLTAGE (V
CC
) AND SUPPLY
GROUND (V
SS
)
The V
CC
pin is the system supply voltage. The V
SS
pin is the
system ground.
ANALOG SUPPLY VOLTAGES (V+ AND V-)
These supplies are the analog voltage supplies for the
potentiometer. The V+ supply is tied to the wiper switches while
the V- supply is used to bias the switches and the internal P+
substrate of the integrated circuit. Both of these supplies set the
voltage limits of the potentiometer.
Principles of Operation
Device Description
SERIAL INTERFACE
The X9110 supports the SPI interface hardware conventions. The
device is accessed via the SI input with data clocked-in on the
rising SCK. CS
must be LOW and the HOLD and WP pins must be
HIGH during the entire operation.
The SO and SI pins can be connected together, since they have
three state outputs. This can help to reduce system pin count.
ARRAY DESCRIPTION
The X9110 is comprised of a resistor array (Figure 3). The array
contains the equivalent of 1023 discrete resistive segments that
are connected in series. The physical ends of each array are
equivalent to the fixed terminals of a mechanical potentiometer
(R
H
and R
L
inputs).
SERIAL DATA PATH
FROM INTERFACE
REGISTER 0
SERIAL
BUS
INPUT
PARALLEL
BUS
INPUT
COUNTER
REGISTER
R
H
R
L
R
W
10 10
C
O
U
N
T
E
R
D
E
C
O
D
E
WIPER
(WCR)
(DR0)
CIRCUITRY
REGISTER 1
(DR1)
REGISTER 2
(DR2)
REGISTER 3
(DR3)
FIGURE 3. DETAILED POTENTIOMETER BLOCK DIAGRAM
If WCR = 000[HEX] then R
W
= R
L
If WCR = 3FF[HEX] then R
W
= R
H
R
X9110
5
FN8158.5
October 28, 2016
Submit Document Feedback
At both ends of each array and between each resistor segment is
a CMOS switch connected to the wiper (R
W
) output. Within the
individual array only one switch may be turned on at a time.
These switches are controlled by a Wiper Counter Register
(WCR). The 10-bits of the WCR (WCR[9:0]) are decoded to select,
and enable, one of 1024 switches.
WIPER COUNTER REGISTER (WCR)
The X9110 contains a Wiper Counter Register (see Table 1) for
the XDCP potentiometer. The WCR is equivalent to a serial-in,
parallel-out register/counter with its outputs decoded to select
one of 1024 switches along its resistor array. The content of the
WCR can be altered in one of three ways: (1) it may be written
directly by the host via the write Wiper Counter Register
instruction (serial load); (2) it may be written indirectly by
transferring the content of one of four associated Data Registers
via the XFR Data Register; (3) it is loaded with the content of its
data register zero (DR0) upon power-up.
The Wiper Counter Register is a volatile register; that is, its content is
lost when the X9110 is powered-down. Although the register is
automatically loaded with the value in DR0 upon power-up, this
may be different from the value present at power-down.
Power-up guidelines are recommended to ensure proper
loadings of the DR0 value into the WCR.
DATA REGISTERS (DR)
The potentiometer has four 10-bit nonvolatile Data Registers.
These can be read or written directly by the host. Data can also
be transferred between any of the four Data Registers and the
Wiper Counter Register. All operations changing data in one of
the Data Registers is a nonvolatile operation and will take a
maximum of 10ms.
If the application does not require storage of multiple settings for
the potentiometer, the Data Registers can be used as regular
memory locations for system parameters or user preference
data.
DR[9:0] is used to store one of the 1024 wiper position (0~1023)
(see Table 2
).
STATUS REGISTER (SR)
This 1-bit status register is used to store the system status (see
Table 3
).
WIP: Write In Progress status bit, read only.
When WIP = 1, indicates that high-voltage write cycle is in
progress.
When WIP = 0, indicates that no high-voltage write cycle is in
progress.
TABLE 3. STATUS REGISTER, SR (1-BIT)
TABLE 4. IDENTIFICATION BYTE FORMAT
TABLE 1. WIPER CONTROL REGISTER, WCR (10-BIT), WCR9–WCR0: Used to store the current wiper position (Volatile, V)
WCR9 WCR8 WCR7 WCR6 WCR5 WCR4 WCR3 WCR2 WCR1 WCR0
VVVVVVVVVV
(MSB) (LSB)
TABLE 2. DATA REGISTER, DR (10-BIT), BIT 9–BIT 0: Used to store wiper positions or data (Nonvolatile, NV)
BIT 9BIT 8BIT 7BIT 6BIT 5BIT 4BIT 3BIT 2BIT 1BIT 0
NV NV NV NV NV NV NV NV NV NV
(MSB) (LSB)
WIP
(LSB)
ID3 ID2 ID1 ID0 0 0 A0 R/W
0101
(MSB) (LSB)
DEVICE TYPE
IDENTIFIER
INTERNAL SLAVE
ADDRESS
READ OR
WRITE BIT
X9110
6
FN8158.5
October 28, 2016
Submit Document Feedback
TABLE 5. INSTRUCTION BYTE FORMAT
Device Instructions
Identification Byte (ID and A)
The first byte sent to the X9110 from the host, following a CS
going HIGH to LOW, is called the Identification byte. The most
significant four bits of the slave address are a device type
identifier. The ID[3:0] bits is the device ID for the X9110; this is
fixed as 0101[B] (refer to Table 4
).
The A0 bit in the ID byte is the internal slave address. The physical
device address is defined by the state of the A0 input pin. The slave
address is externally specified by the user. The X9110 compares
the serial data stream with the address input state; a successful
compare of the address bit is required for the X9110 to
successfully continue the command sequence. Only the device
whose slave address matches the incoming device address sent
by the master executes the instruction. The A0 input can be
actively driven by CMOS input signals or tied to V
CC
or V
SS
. The
R/W
bit is used to set the device to either read or write mode.
Instruction Byte and Register Selection
The next byte sent to the X9110 contains the instruction and
register pointer information. The three most significant bits are
used provide the instruction opcode (I[2:0]). The RB and RA bits
point to one of the four registers. The format is shown in Table 5
.
Five of the seven instructions are four bytes in length. These
instructions are:
1. Read Wiper Counter Register – This register reads the current
wiper position of the selected pot.
2. Write Wiper Counter Register – This register changes current
wiper position of the selected pot.
3. Read Data Register – This register reads the contents of the
selected data register.
4. Write Data Register – This register writes a new value to the
selected data register.
5. Read Status – This command returns the contents of the WIP
bit, which indicates if the internal write cycle is in progress.
The basic sequence of the four byte instructions is illustrated in
Figure 5 on page 7
. These four-byte instructions exchange data
between the WCR and one of the Data Registers. A transfer from
a Data Register to a WCR is essentially a write to a static RAM,
with the static RAM controlling the wiper position. The response
of the wiper to this action will be delayed by t
WRL
. A transfer
from the WCR (current wiper position), to a Data Register is a
write to nonvolatile memory and takes a minimum of t
WR
to
complete. The transfer can occur between the potentiometer and
one of its associated registers. The Read Status Register
instruction is the only unique format (see Figure 6 on page 7
).
Two instructions require a two-byte sequence to complete (see
Figure 4 on page 7
). These instructions transfer data between
the host and the X9110; either between the host and one of the
Data Registers or directly between the host and the Wiper
Counter Register. These instructions are:
1. XFR Data Register to Wiper Counter Register – This register
transfers the content of one specified Data Register to the
associated Wiper Counter Register.
2. XFR Wiper Counter Register to Data Register – This register
transfers the content of the specified Wiper Counter Register
to the specified associated Data Register.
See
Instruction Format” on page 8 for more details.
Write in Process (WIP bit)
The content of the Data Registers are saved to nonvolatile
memory when the CS pin goes from LOW to HIGH after a
complete write sequence is received by the device. The progress
of this internal write operation can be monitored by a Write In
Process (WIP) bit. The WIP bit is read with a Read Status
command (see Figure 6
).
Power-Up and Power-Down Requirements
At all times, the V+ voltage must be greater than or equal to the
voltage at R
H
or R
L
, and the voltage at R
H
or R
L
must be greater
than or equal to the voltage at V-. During power-up and
power-down, V
CC
, V+, and V- must reach their final values within
1ms of each other.
I2 I1 I0 0 RB RA 0 0
(MSB) (LSB)
INSTRUCTION
OPCODE
REGISTER
SELECTION
RB RA REGISTER
0
0
1
1
0
1
0
1
DR0
DR1
DR2
DR3

X9110TV14IZ-2.7

Mfr. #:
Manufacturer:
Renesas / Intersil
Description:
Digital Potentiometer ICs SINGLE DCP 100KOHM 1024 TAP SPI
Lifecycle:
New from this manufacturer.
Delivery:
DHL FedEx Ups TNT EMS
Payment:
T/T Paypal Visa MoneyGram Western Union