4
FN8164.7
August 17, 2015
Array Description
The X9241A is comprised of four resistor arrays. Each array
contains 63 discrete resistive segments that are connected
in series. The physical ends of each array are equivalent to
the fixed terminals of a mechanical potentiometer (V
H
/R
H
and V
L
/R
L
inputs).
At both ends of each array and between each resistor
segment is a FET switch connected to the wiper (V
W
/R
W
)
output. Within each individual array only one switch may be
turned on at a time. These switches are controlled by the
Wiper Counter Register (WCR). The 6 least significant bits of
the WCR are decoded to select, and enable, 1 of 64
switches.
The WCR may be written directly, or it can be changed by
transferring the contents of one of four associated Data
Registers into the WCR. These Data Registers and the WCR
can be read and written by the host system.
Device Addressing
Following a start condition the master must output the
address of the slave it is accessing. The most significant
4-bits of the slave address are the device type identifier
(refer to Figure 1). For the X9241A, this is fixed as 0101[B].
The next 4-bits of the slave address are the device address.
The physical device address is defined by the state of the A0
to A3 inputs. The X9241A compares the serial data stream
with the address input state; a successful compare of all 4
address bits is required for the X9241A to respond with an
acknowledge.
Acknowledge Polling
The disabling of the inputs, during the internal nonvolatile
write operation, can be used to take advantage of the typical
5ms EEPROM write cycle time. Once the stop condition is
issued to indicate the end of the nonvolatile write command,
the X9241A initiates the internal write cycle. ACK polling can
be initiated immediately. This involves issuing the start
condition followed by the device slave address. If the
X9241A is still busy with the write operation, no ACK will be
returned. If the X9241A has completed the write operation,
an ACK will be returned and the master can then proceed
with the next operation.
Flow 1. ACK Polling Sequence
Instruction Structure
The next byte sent to the X9241A contains the instruction
and register pointer information. The 4 most significant bits
are the instruction. The next 4-bits point to one of four pots
and when applicable they point to one of four associated
registers. The format is in Figure 2.
The 4 high order bits define the instruction. The next 2-bits
(P1 and P0) select which one of the four potentiometers is to
be affected by the instruction. The last 2-bits (R1 and R0)
select one of the four registers that are to be acted upon
when a register oriented instruction is issued.
Four of the nine instructions end with the transmission of the
instruction byte. The basic sequence is illustrated in Figure 3.
These two-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. The response
10 0 A3 A2 A1 A0
DEVICE TYPE
IDENTIFIER
DEVICE ADDRESS
1
FIGURE 1. SLAVE ADDRESS
NONVOLATILE WRITE
COMMAND COMPLETED
ENTER ACK POLLING
ISSUE
START
ISSUE SLAVE
ADDRESS
ACK
RETURNED?
FURTHER
OPERATION?
ISSUE
INSTRUCTION
PROCEED
ISSUE STOP
NO
YES
YES
PROCEED
ISSUE STOP
NO
I1I2I3 I0 P1 P0 R1 R0
POTENTIOMETER
SELECT
REGISTER
SELECT
INSTRUCTIONS
FIGURE 2. INSTRUCTION BYTE FORMAT
X9241A
5
FN8164.7
August 17, 2015
of the wiper to this action will be delayed t
STPWV
. A transfer
from 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 one of the four
potentiometers and one of its associated registers; or it may
occur globally, wherein the transfer occurs between all four of
the potentiometers and one of their associated registers.
Four instructions require a three-byte sequence to complete.
These instructions transfer data between the host and the
X9241A; either between the host and one of the Data
Registers or directly between the host and the WCR. These
instructions are: Read WCR, read the current wiper position
of the selected pot; Write WCR, change current wiper
position of the selected pot; Read Data Register, read the
contents of the selected nonvolatile register; Write Data
Register, write a new value to the selected Data Register.
The sequence of operations is shown in Figure 4.
The Increment/Decrement command is different from the
other commands. Once the command is issued and the
X9241A has responded with an acknowledge, the master
can clock the selected wiper up and/or down in one segment
steps; thereby, providing a fine tuning capability to the host.
For each SCL clock pulse (t
HIGH
) while SDA is HIGH, the
selected wiper will move one resistor segment towards the
V
H
/R
H
terminal. Similarly, for each SCL clock pulse while
SDA is LOW, the selected wiper will move one resistor
segment towards the V
L
/R
L
terminal. A detailed illustration
of the sequence and timing for this operation is shown in
Figures 5 and 6 respectively.
S
T
A
R
T
0101A3A2A1A0
A
I3 I2 I1 I0 P1 P0 R1 R0
SCL
SDA
S
T
O
P
C
K
A
C
K
FIGURE 3. TWO-BYTE INSTRUCTION SEQUENCE
S
T
A
R
T
0 1 0 1 A3 A2 A1 A0
A
I3 I2 I1 I0 P1 P0 R1 R0
SCL
SDA
S
T
O
P
CM
DW D5 D4 D3 D2
D1 D0
C
K
A
C
K
A
C
K
FIGURE 4. THREE-BYTE INSTRUCTION SEQUENCE
S
T
A
R
T
0 1 0 1 A3A2A1A0
I3 I2 I1 I0 P1 P0 R1 R0
SCL
SDA
S
T
O
P
XX
I
N
C
1
I
N
C
2
I
N
C
n
D
E
C
1
D
E
C
n
A
C
K
A
C
K
FIGURE 5. INCREMENT/DECREMENT INSTRUCTION SEQUENCE
X9241A
6
FN8164.7
August 17, 2015
NOTES:
1. 1/0 = data is one or zero
2. X = Not applicable or don’t care; that is, a data register is not involved in the operation and need not be addressed (typical).
SCL
SDA
V
W
/R
W
INC/DEC
CMD
ISSUED
VOLTAGE OUT
t
CLWV
FIGURE 6. INCREMENT/DECREMENT TIMING LIMITS
TABLE 1. INSTRUCTION SET
INSTRUCTION
INSTRUCTION FORMAT
OPERATIONI
3
I
2
I
1
I
0
P
1
P
0
R
1
R
0
Read WCR 1 0 0 1 1/0
(Note 1)
1/0 X
(Note 2)
X Read the contents of the Wiper Counter Register pointed to by P
1
to P
0
Write WCR 1 0 1 0 1/0 1/0 X X Write new value to the Wiper Counter Register pointed to by P
1
to P
0
Read Data
Register
1 0 1 1 1/0 1/0 1/0 1/0 Read the contents of the Register pointed to by P
1
to P
0
and R
1
to R
0
Write Data
Register
1 1 0 0 1/0 1/0 1/0 1/0 Write new value to the Register pointed to by P
1
to P
0
and R
1
to R
0
XFR Data
Register to WCR
1 1 0 1 1/0 1/0 1/0 1/0 Transfer the contents of the Register pointed to by P
1
to P
0
and R
1
to
R
0
to its associated WCR
XFR WCR to
Data Register
1 1 1 0 1/0 1/0 1/0 1/0 Transfer the contents of the WCR pointed to by P
1
to P
0
to the Register
pointed to by R
1
to R
0
Global XFR
Data Register to
WCR
0 0 0 1 X X 1/0 1/0 Transfer the contents of the Data Registers pointed to by R
1
to R
0
of all
four pots to their respective WCR
Global XFR
WCR to Data
Register
1 0 0 0 X X 1/0 1/0 Transfer the contents of all WCRs to their respective data Registers
pointed to by R
1
to R
0
of all four pots
Increment/
Decrement
Wiper
0 0 1 0 1/0 1/0 X X Enable Increment/decrement of the WCR pointed to by P
1
to P
0
X9241A

X9241AUVIZT1

Mfr. #:
Manufacturer:
Renesas / Intersil
Description:
Digital Potentiometer ICs QD CMOS EEPOT 50KOHM S
Lifecycle:
New from this manufacturer.
Delivery:
DHL FedEx Ups TNT EMS
Payment:
T/T Paypal Visa MoneyGram Western Union