2008-2016 Microchip Technology Inc. DS20002122D-page 7
11AA02E48/11AA02E64
3.3 Acknowledge
An Acknowledge routine occurs after each byte is
transmitted, including the start header. This routine
consists of two bits. The first bit is transmitted by the
master, and the second bit is transmitted by the slave.
The Master Acknowledge, or MAK, is signified by
transmitting a ‘1’, and informs the slave that the current
operation is to be continued. Conversely, a Not
Acknowledge, or NoMAK, is signified by transmitting a
0’, and is used to end the current operation (and initiate
the write cycle for write operations).
The slave Acknowledge, or SAK, is also signified by
transmitting a ‘1’, and confirms proper communication.
However, unlike the NoMAK, the NoSAK is signified by
the lack of a middle edge during the bit period.
A NoSAK will occur for the following events:
Following the start header
Following the device address, if no slave on the
bus matches the transmitted address
Following the command byte, if the command is
invalid, including Read, CRRD, Write, WRSR,
SETAL, and ERAL during a write cycle.
If the slave becomes out of sync with the master
If a command is terminated prematurely by using
a NoMAK, with the exception of immediately after
the device address.
See Figure 3-3 and Figure 3-4 for details.
If a NoSAK is received from the slave after any byte
(except the start header), an error has occurred. The
master should then perform a standby pulse and begin
the desired command again.
FIGURE 3-3: ACKNOWLEDGE
ROUTINE
FIGURE 3-4: ACKNOWLEDGE BITS
3.4 Device Addressing
A device address byte is the first byte received from the
master device following the start header. The device
address byte consists of a four-bit family code, for the
11AA02EXX this is set as ‘1010’. The last four bits of
the device address byte are the device code, which is
hardwired to ‘0000’.
FIGURE 3-5: DEVICE ADDRESS BYTE
ALLOCATION
3.5 Bus Conflict Protection
To help guard against high-current conditions arising
from bus conflicts, the 11AA02EXX features a
current-limited output driver. The I
OL and IOH
specifications describe the maximum current that can
be sunk or sourced, respectively, by the SCIO pin. The
11AA02EXX will vary the output driver impedance to
ensure that the maximum current level is not exceeded.
Note: A MAK must always be transmitted
following the start header.
Note: When a NoMAK is used to end a WRITE or
WRSR instruction, the write cycle is not
initiated if no bytes of data have been
received.
Note: In order to guard against bus contention, a
NoSAK will occur after the start header.
Master Slave
MAK
SAK
MAK (‘1’)
NoMAK (‘0’)
SAK (‘1’)
NoSAK
(1)
Note 1:
valid SAK.
A NoSAK is defined as any sequence that is not a
1010
000
MAK
SLAVE ADDRESS
0
SAK
11AA02E48/11AA02E64
DS20002122D-page 8 2008-2016 Microchip Technology Inc.
3.6 Device Standby
The 11AA02EXX features a low-power Standby mode
during which the device is waiting to begin a new
command. A high-to-low transition on SCIO will exit
low-power mode and prepare the device for receiving
the start header.
Standby mode will be entered upon the following
conditions:
A NoMAK followed by a SAK
(i.e., valid termination of a command)
Reception of a standby pulse
3.7 Device Idle
The 11AA02EXX features an Idle mode during which
all serial data is ignored until a standby pulse occurs.
Idle mode will be entered upon the following
conditions:
Invalid device address
Invalid command byte, including Read, CRRD,
Write, WRSR, SETAL and ERAL during a write
cycle
Missed edge transition
Reception of a MAK following a WREN, WRDI,
SETAL, or ERAL command byte
Reception of a MAK following the data byte of a
WRSR command
An invalid start header will indirectly cause the device
to enter Idle mode. Whether or not the start header is
invalid cannot be detected by the slave, but will
prevent the slave from synchronizing properly with the
master. If the slave is not synchronized with the
master, an edge transition will be missed, thus causing
the device to enter Idle mode.
3.8 Synchronization
At the beginning of every command, the 11AA02EXX
utilizes the start header to determine the master’s bus
clock period. This period is then used as a reference for
all subsequent communication within that command.
The 11AA02EXX features re-synchronization circuitry
which will monitor the position of the middle data edge
during each MAK bit and subsequently adjust the
internal time reference in order to remain synchronized
with the master.
There are two variables which can cause the
11AA02EXX to lose synchronization. The first is
frequency drift, defined as a change in the bit
period, T
E. The second is edge jitter, which is a single
occurrence change in the position of an edge within a
bit period, while the bit period itself remains constant.
3.8.1 FREQUENCY DRIFT
Within a system, there is a possibility that frequencies
can drift due to changes in voltage, temperature, etc.
The re-synchronization circuitry provides some
tolerance for such frequency drift. The tolerance range
is specified by two parameters, F
DRIFT and FDEV.
F
DRIFT specifies the maximum tolerable change in bus
frequency per byte. F
DEV specifies the overall limit in
frequency deviation within an operation (i.e., from the
end of the start header until communication is
terminated for that operation). The start header at the
beginning of the next operation will reset the
re-synchronization circuitry and allow for another F
DEV
amount of frequency drift.
3.8.2 EDGE JITTER
Ensuring that edge transitions from the master always
occur exactly in the middle or end of the bit period is not
always possible. Therefore, the re-synchronization
circuitry is designed to provide some tolerance for edge
jitter.
The 11AA02EXX adjusts its phase every MAK bit, so
T
IJIT specifies the maximum allowable peak-to-peak
jitter relative to the previous MAK bit. Since the position
of the previous MAK bit would be difficult to measure by
the master, the minimum and maximum jitter values for
a system should be considered the worst-case. These
values will be based on the execution time for different
branch paths in software, jitter due to thermal noise,
etc.
The difference between the minimum and maximum
values, as a percentage of the bit period, should be
calculated and then compared against T
IJIT to
determine jitter compliance.
Note: In the case of the WRITE, WRSR, SETAL,
or ERAL commands, the write cycle is
initiated upon receipt of the NoMAK,
assuming all other write requirements
have been met.
Note: Because the 11AA02EXX only
re-synchronizes during the MAK bit, the
overall ability to remain synchronized
depends on a combination of frequency
drift and edge jitter (i.e., if the MAK bit
edge is experiencing the maximum
allowable edge jitter, then there is no room
for frequency drift). Conversely, if the
frequency has drifted to the maximum
amount tolerable within a byte, then no
edge jitter can be present.
2008-2016 Microchip Technology Inc. DS20002122D-page 9
11AA02E48/11AA02E64
4.0 DEVICE COMMANDS
After the device address byte, a command byte must
be sent by the master to indicate the type of operation
to be performed. The code for each instruction is listed
in Table 4-1.
TABLE 4-1: INSTRUCTION SET
4.1 Read Instruction
The Read command allows the master to access any
memory location in a random manner. After the READ
instruction has been sent to the slave, the two bytes of
the Word Address are transmitted, with an
Acknowledge sequence being performed after each
byte. Then, the slave sends the first data byte to the
master. If more data is to be read, the master sends a
MAK, indicating that the slave should output the next
data byte. This continues until the master sends a
NoMAK, which ends the operation.
To provide sequential reads in this manner, the
11AA02EXX contains an internal Address Pointer
which is incremented by one after the transmission of
each byte. This Address Pointer allows the entire
memory contents to be serially read during one
operation. When the highest address is reached, the
Address Pointer rolls over to address ‘0x00’ if the
master chooses to continue the operation by providing
a MAK.
FIGURE 4-1: READ COMMAND SEQUENCE
Instruction Name Instruction Code Hex Code Description
READ 0000 0011 0x03 Read data from memory array beginning at specified address
CRRD 0000 0110 0x06 Read data from current location in memory array
WRITE 0110 1100 0x6C Write data to memory array beginning at specified address
WREN 1001 0110 0x96 Set the write enable latch (enable write operations)
WRDI 1001 0001 0x91 Reset the write enable latch (disable write operations)
RDSR 0000 0101 0x05 Read STATUS register
WRSR 0110 1110 0x6E Write STATUS register
ERAL 0110 1101 0x6D Write0x00’ to entire array
SETAL 0110 0111 0x67 Write0xFF’ to entire array
7654
Data Byte 1
3210
7654
Data Byte 2
3210
7654
Data Byte n
3210
SCIO
MAK
MAK
NoMAK
11010100
Start Header
SCIO
Device Address
MAK
00001010
MAK
Command
01000001
MAK
NoSAK
SAK
Standby Pulse
SCIO
SAK
15 14 13 12
Word Address MSB
11 10 9 8
MAK
SAK
7654
Word Address LSB
3210
MAK
SAK
SAK
SAK
SAK

11AA02E48-I/SN

Mfr. #:
Manufacturer:
Microchip Technology
Description:
EEPROM 2K, 256x8, 1.8V MAC Addressable
Lifecycle:
New from this manufacturer.
Delivery:
DHL FedEx Ups TNT EMS
Payment:
T/T Paypal Visa MoneyGram Western Union