ISL95311UIU10Z

7
FN8084.2
August 13, 2015
On applying power to the ISL95311, the V
CC
supply should
have a monotonic ramp to the specified operating voltage. It
is important that once V
CC
reaches 1V that it increases to at
least 2.5V in less than 7.5ms (0.2V/ms). The ramp rate
before and after these thresholds is not important.
V
CC
must be applied prior to, or simultaneously, with V+.
Under no condition should V+ be applied without V
CC
. While
the sequence of applying V+ and V
CC
to the ISL95311 does
not affect the proper recall of the wiper position, applying V+
before V
CC
powers the electronic switches of the DCP
before the electronic switch control signals are applied. This
can result in multiple electronic switches being turned on,
which could load the power supply and cause brief,
unexpected potentiometer wiper settings.
To prevent unknown wiper positions on the ISL95311 on
power-down, it is recommended that V+ turn off before or
simultaneously with V
CC
. If V+ remains on after V
CC
turns
off, the wiper position can remain unchanged from its
previous setting or it can go to an undefined state.
DCP Description
The DCP is implemented with a combination of resistor
elements and CMOS switches. The physical ends of the
DCP are equivalent to the fixed terminals of a mechanical
potentiometer (R
H
and R
L
pins). The R
W
pin is connected to
intermediate nodes, and is equivalent to the wiper terminal
of a mechanical potentiometer. The position of the wiper
terminal within the DCP is controlled by a 7-bit volatile Wiper
Register (WR). When the WR contains all zeroes (00h), the
wiper terminal (R
W
) is closest to its “Low” terminal (R
L
).
When the WR contains all ones (7Fh), the wiper terminal
(R
W
) is closest to its “High” terminal (R
H
). As the value of the
WR increases from all zeroes (00h) to all ones (7Fh), the
wiper moves monotonically from the position closest to R
L
to
the position closest to R
H
. At the same time, the resistance
between R
W
and R
L
increases monotonically, while the
resistance between R
H
and R
W
decreases monotonically.
While the ISL95311 is being powered up, the WR is reset to
20h (64 decimal), which locates the R
W
at the center between
R
L
and R
H
. Soon after the power supply voltage becomes
large enough for reliable non-volatile memory reading, the
ISL95311 reads the value stored on a non-volatile Initial Value
Register (IVR) and loads it into the WR.
The WR and IVR can be read from or written to directly using
the I
2
C serial interface as described in the following
sections.
Memory Description
The ISL95311 contains 1 non-volatile byte know as the Initial
Value Register (IVR). It is accessed by the I
2
C interface
operations with Address 00h. The IVR contains the value
which is loaded into the Volatile Wiper Register (WR) at
power-up.
The volatile WR, and the non-volatile IVR of a DCP are
accessed with the same address.
The Access Control Register (ACR) determines which word
at address 00h is accessed (IVR or WR). The volatile ACR
must be set as follows:
When the ACR is all zeroes, which is the default at power-up:
A read operation to address 0 outputs the value of the
non-volatile IVR.
A write operation to address 0 writes the identical values
to the WR and IVR of the DCP.
When the ACR is 80h:
A read operation to address 0 outputs the value of the
volatile WR.
A write operation to address 0 only writes to the
volatile WR.
It is not possible to write to an IVR without writing the same
value to its WR.
00h and 80h are the only values that should be written to
address 2. All other values are reserved and must not be
written to address 2.
The ISL95311 is pre-programmed with 40h in the IVR.
I
2
C Serial Interface
The ISL95311 supports a bidirectional bus oriented protocol.
The protocol defines any device that sends data onto the
bus as a transmitter and the receiving device as the receiver.
The device controlling the transfer is a master and the
device being controlled is the slave. The master always
initiates data transfers and provides the clock for both
transmit and receive operations. Therefore, the ISL95311
operates as a slave device in all applications.
All communication over the I
2
C interface is conducted by
sending the MSB of each byte of data first.
Protocol Conventions
Data states on the SDA line can change only during SCL
LOW periods. SDA state changes during SCL HIGH are
reserved for indicating START and STOP conditions (see
Figure 1). On power-up of the ISL95311, the SDA pin is in
the input mode.
All I
2
C interface operations must begin with a START
condition, which is a HIGH to LOW transition of SDA while
TABLE 1. MEMORY MAP
ADDRESS NON-VOLATILE VOLATILE
2-ACR
1 Reserved
0IVRWR
WR: Wiper Register, IVR: Initial value Register.
ISL95311
8
FN8084.2
August 13, 2015
SCL is HIGH. The ISL95311 continuously monitors the SDA
and SCL lines for the START condition and does not
respond to any command until this condition is met (see
Figure 1). A START condition is ignored during the power-up
sequence and during internal non-volatile write cycles.
All I
2
C interface operations must be terminated by a STOP
condition, which is a LOW to HIGH transition of SDA while
SCL is HIGH (see Figure 1). A STOP condition at the end of
a read operation, or at the end of a write operation to volatile
bytes only places the device in its standby mode. A STOP
condition during a write operation to a non-volatile byte,
initiates an internal non-volatile write cycle. The device
enters its standby state when the internal non-volatile write
cycle is completed.
An ACK, Acknowledge, is a software convention used to
indicate a successful data transfer. The transmitting device,
either master or slave, releases the SDA bus after
transmitting eight bits. During the ninth clock cycle, the
receiver pulls the SDA line LOW to acknowledge the
reception of the eight bits of data (see Figure 2).
The ISL95311 responds with an ACK after recognition of a
START condition followed by a valid Identification Byte, and
once again after successful receipt of an Address Byte. The
ISL95311 also responds with an ACK after receiving a Data
Byte of a write operation. The master must respond with an
ACK after receiving a Data Byte of a read operation
A valid Identification Byte contains 01010 as the five MSBs,
and the following two bits matching the logic values present
at pins A1, and A0. The LSB is in the Read/Write
bit. Its
value is “1” for a Read operation, and “0” for a Write
operation (see Table 2.)
Write Operation
A Write operation requires a START condition, followed by a
valid Identification Byte, a valid Address Byte, a Data Byte, and
a STOP condition (see Figure 3). After each of the three bytes,
the ISL95311 responds with an ACK. At this time, if the Data
Byte is to be written only to volatile registers, then the device
enters its standby state. If the Data Byte is to be written also to
non-volatile memory, the ISL95311 begins its internal write
cycle to non-volatile memory. During the internal non-volatile
write cycle, the device ignores transitions at the SDA and SCL
pins, and the SDA output is at a high impedance state. When
the internal non-volatile write cycle is completed, the ISL95311
enters its standby state.
The byte at address 02h determines if the Data Byte is to be
written to volatile and/or non-volatile memory (see “Memory
Description” on page 7).
Data Protection
A STOP condition also acts as a protection of non-volatile
memory. A valid Identification Byte, Address Byte, and total
number of SCL pulses act as a protection of both volatile
and non-volatile registers. During a Write sequence, the
Data Byte is loaded into an internal shift register as it is
received. If the Address Byte is 0 or 2, the Data Byte is
transferred to the Wiper Register (WR) or to the Access
Control Register respectively, at the falling edge of the SCL
pulse that loads the last bit (LSB) of the Data Byte. If the
Address Byte is 0, and the Access Control Register is all
zeros (default), then the STOP condition initiates the internal
write cycle to non-volatile memory.
Read Operation
A Read operation consists of a three byte instruction
followed by one or more Data Bytes (See Figure 4). The
master initiates the operation issuing the following
sequence: a START, the Identification byte with the R/W
bit
set to “0”, an Address Byte, a second START, and a second
Identification byte with the R/W
bit set to “1”. After each of
the three bytes, the ISL95311 responds with an ACK; then
the ISL95311 transmits the Data Byte. The master then
terminates the read operation (issuing a STOP condition)
following the last bit of the Data Byte (See Figure 4).
The byte at address 02h determines if the Data Bytes being
read are from volatile or non-volatile memory. (see “Memory
Description” on page 7.)
01010A1A0R/W
(MSB) (LSB)
TABLE 2. DENTIFICATION BYTE FORMAT
LOGIC VALUES AT PINS A1, AND A0 RESPECTIVELY
ISL95311
9
FN8084.2
August 13, 2015
FIGURE 1. VALID DATA CHANGES, START, AND STOP CONDITIONS
FIGURE 2. ACKNOWLEDGE RESPONSE FROM RECEIVER
FIGURE 3. BYTE WRITE SEQUENCE
FIGURE 4. READ SEQUENCE
SDA OUTPUT FROM
TRANSMITTER
SDA OUTPUT FROM
RECEIVER
81 9
START ACK
SCL FROM
MASTER
HIGH IMPEDANCE
HIGH IMPEDANCE
S
T
A
R
T
S
T
O
P
IDENTIFICATION
BYTE
ADDRESS
BYTE
DATA
BYTE
A
C
K
SIGNALS FROM
THE MASTER
SIGNALS FROM
THE ISL95311
A
C
K
0011
A
C
K
WRITE
SIGNAL AT SDA
0000
A
1
00
00
A
0
0
SIGNALS
FROM THE
MASTER
SIGNALS FROM
THE SLAVE
SIGNAL AT SDA
S
T
A
R
T
IDENTIFICATION
BYTE WITH
R/W
= 0
ADDRESS
BYTE
A
C
K
A
C
K
0011
S
T
O
P
A
C
K
01011
IDENTIFICATION
BYTE WITH
R/W
= 1
A
C
K
S
T
A
R
T
LAST READ
DATA BYTE
FIRST READ
DATA BYTE
A
C
K
00 0000 00 0A
1
A
0
0
A
1
A
0
ISL95311

ISL95311UIU10Z

Mfr. #:
Manufacturer:
Renesas / Intersil
Description:
Digital Potentiometer ICs I2C 128 POSITION NON VOL DCP 50 KOHMS
Lifecycle:
New from this manufacturer.
Delivery:
DHL FedEx Ups TNT EMS
Payment:
T/T Paypal Visa MoneyGram Western Union