CY7C024E
CY7C025E
CY7C0251E
Document Number: 001-62932 Rev. *G Page 7 of 24
Read Operation
When reading the device, the user must assert both the OE and
CE
pins. Data is available t
ACE
after CE or t
DOE
after OE is
asserted. If the user of the CY7C024E and
CY7C025E/CY7C0251E wishes to access a semaphore flag,
then the SEM pin must be asserted instead of the CE
pin, and
OE
must also be asserted.
Interrupts
The upper two memory locations may be used for message
passing. The highest memory location (FFF for the CY7C024E,
1FFF for the CY7C025E/CY7C0251E) is the mailbox for the right
port and the second-highest memory location (FFE for the
CY7C024E, 1FFE for the CY7C025E/CY7C0251E) is the
mailbox for the left port. When one port writes to the other port’s
mailbox, an interrupt is generated to the owner. The interrupt is
reset when the owner reads the contents of the mailbox. The
message is user-defined.
Each port can read the other port’s mailbox without resetting the
interrupt. The active state of the BUSY
signal (to a port) prevents
the port from setting the interrupt to the winning port. Also, an
active BUSY
to a port prevents that port from reading its own
mailbox and thus resetting the interrupt to it.
If your application does not require message passing, do not
connect the interrupt pin to the processor’s interrupt request
input pin.
The operation of the interrupts and their interaction with Busy are
summarized in Ta b l e 2 .
Table 2. Interrupt Operation Example (Assumes BUSY
L
=BUSY
R
=HIGH)
[11]
Function
Left Port Right Port
R/W
L
CE
L
OE
L
A
0L–11L
INT
L
R/W
R
CE
R
OE
R
A
0R–11R
INT
R
Set right INT
R
flag L L X (1)FFF X X X X X L
[12]
Reset right INT
R
flag X X X X X X L L (1)FFF H
[13]
Set left INT
L
flag X X X X L
[13]
LLX(1)FFEX
Reset left INT
L
flag X L L (1)FFE H
[12]
XXX X X
Notes
11. A
0L–12L
and A
0R–12R
, 1FFF/1FFE for the CY7C025E/CY7C0251E.
12. If BUSY
L
=L, then no change.
13. If BUSY
R
=L, then no change.
CY7C024E
CY7C025E
CY7C0251E
Document Number: 001-62932 Rev. *G Page 8 of 24
Busy
The CY7C024E and CY7C025E/CY7C0251E provide on-chip
arbitration to resolve simultaneous memory location access
(contention). If both ports’ CEs are asserted and an address
match occurs within t
PS
of each other, the busy logic determines
which port has access. If t
PS
is violated, one port definitely gains
permission to the location, but which one is not predictable.
BUSY is asserted t
BLA
after an address match or t
BLC
after CE
is taken LOW.
Master/Slave
A M/S pin is provided to expand the word width by configuring
the device as either a master or a slave. The BUSY
output of the
master is connected to the BUSY
input of the slave. This allows
the device to interface to a master device with no external
components. Writing to slave devices must be delayed until after
the BUSY
input has settled (t
BLC
or t
BLA
). Otherwise, the slave
chip may begin a write cycle during a contention situation. When
tied HIGH, the M/S pin allows the device to be used as a master
and, therefore, the BUSY
line is an output. BUSY can then be
used to send the arbitration outcome to a slave.
Semaphore Operation
The CY7C024E and CY7C025E/CY7C0251E provide eight
semaphore latches, which are separate from the dual-port
memory locations. Semaphores are used to reserve resources
that are shared between the two ports. The state of the
semaphore indicates that a resource is in use. For example, if
the left port wants to request a given resource, it sets a latch by
writing a zero to a semaphore location. The left port then verifies
its success in setting the latch by reading it. After writing to the
semaphore, SEM
or OE must be deasserted for t
SOP
before
attempting to read the semaphore. The semaphore value is
available t
SWRD
+ t
DOE
after the rising edge of the semaphore
write. If the left port was successful (reads a zero), it assumes
control of the shared resource, otherwise (reads a one) it
assumes the right port has control and continues to poll the
semaphore. When the right side has relinquished control of the
semaphore (by writing a one), the left side succeeds in gaining
control of the semaphore. If the left side no longer requires the
semaphore, a one is written to cancel its request.
Semaphores are accessed by asserting SEM
LOW. The SEM
pin functions as a chip select for the semaphore latches (CE
must remain HIGH during SEM LOW). A
0–2
represents the
semaphore address. OE
and R/W are used in the same manner
as a normal memory access. When writing or reading a
semaphore, the other address pins have no effect.
When writing to the semaphore, only I/O
0
is used. If a zero is
written to the left port of an available semaphore, a one appears
at the same semaphore address on the right port. That
semaphore can now only be modified by the side showing zero
(the left port in this case). If the left port now relinquishes control
by writing a one to the semaphore, the semaphore is set to one
for both sides. However, if the right port had requested the
semaphore (written a zero) while the left port had control, the
right port immediately owns the semaphore as soon as the left
port releases it. Table 3 shows sample semaphore operations.
When reading a semaphore, all 16/18 data lines output the
semaphore value. The read value is latched in an output register
to prevent the semaphore from changing state during a write
from the other port. If both ports attempt to access the
semaphore within t
SPS
of each other, the semaphore is definitely
obtained by one side or the other, but there is no guarantee which
side controls the semaphore.
Table 3. Semaphore Operation Example
Function
I/O
0
I/O
15/17
Left
I/O
0
I/O
15/17
Right
Status
No action 1 1 Semaphore-free
Left port writes 0 to semaphore 0 1 Left port has semaphore token
Right port writes 0 to semaphore 0 1 No change. Right side has no write access to
semaphore.
Left port writes 1 to semaphore 1 0 Right port obtains semaphore token
Left port writes 0 to semaphore 1 0 No change. Left port has no write access to
semaphore
Right port writes 1 to semaphore 0 1 Left port obtains semaphore token
Left port writes 1 to semaphore 1 1 Semaphore-free
Right port writes 0 to semaphore 1 0 Right port has semaphore token
Right port writes 1 to semaphore 1 1 Semaphore-free
Left port writes 0 to semaphore 0 1 Left port has semaphore token
Left port writes 1 to semaphore 1 1 Semaphore-free
CY7C024E
CY7C025E
CY7C0251E
Document Number: 001-62932 Rev. *G Page 9 of 24
Maximum Ratings
Exceeding maximum ratings may shorten the useful life of the
device. User guidelines are not tested.
[14]
Storage temperature ................................ –65 °C to +150 °C
Ambient temperature with
power applied ........................................... –55 °C to +125 °C
Supply voltage to ground potential ...............–0.3 V to +7.0 V
DC voltage applied to outputs
in high Z state...............................................–0.5 V to +7.0 V
DC input voltage
[15]
......................................–0.5 V to +7.0 V
Output current into outputs (LOW) ..............................20 mA
Static discharge voltage.......................................... > 2001 V
(per MIL-STD-883, Method 3015)
Latch-up current .................................................... > 200 mA
Operating Range
Range Ambient Temperature V
CC
Commercial 0 °C to +70 °C 5 V 10%
Industrial –40 °C to +85 °C 5 V 10%
Electrical Characteristics
Over the Operating Range
Parameter Description Test Conditions
-15 -25 -55
Unit
Min Typ Max Min Typ Max Min Typ Max
V
OH
Output HIGH
voltage
V
CC
= Min, I
OH
= –4.0 mA 2.4 2.4 2.4 V
V
OL
Output LOW
voltage
V
CC
= Min, I
OL
= 4.0 mA 0.4 0.4 0.4 V
V
IH
Input HIGH voltage 2.2 2.2 2.2 V
V
IL
Input LOW voltage 0.8 0.8 0.8 V
I
IX
Input leakage
current
GND V
I
V
CC
–10 +10 –10 +10 –10 +10 A
I
OZ
Output leakage
current
Output disabled,
GND V
O
V
CC
–10 +10 –10 +10 –10 +10 A
I
CC
Operating current V
CC
= Max, I
OUT
= 0 mA,
Outputs Disabled
Commercial 190 285 170 250 150 230 mA
Industrial 215 305 180 290 180 290
I
SB1
Standby current
(both ports TTL
levels)
CE
L
and CE
R
V
IH
,
f = f
MAX
[16]
Commercial 50 70 40 60 20 50 mA
Industrial 65 95 55 80 55 80
I
SB2
Standby current
(one port TTL level)
CE
L
or CE
R
V
IH
,
f = f
MAX
[16]
Commercial 120 180 100 150 75 135 mA
Industrial 135 205 120 175 120 175
I
SB3
Standby current
(both ports CMOS
levels)
Both Ports CE and CE
R
V
CC
– 0.2 V, V
IN
V
CC
– 0.2 V
or V
IN
0.2 V, f = 0
[16]
Commercial 0.05 0.5 0.05 0.50 0.05 0.50 mA
Industrial 0.05 0.5 0.05 0.50 0.05 0.50
I
SB4
Standby current
(both ports CMOS
levels)
One Port CE
L
or
CE
R
V
CC
– 0.2 V,
V
IN
 V
CC
– 0.2 V or V
IN
0.2 V,
Active Port Outputs, f = f
MAX
[16]
Commercial 110 160 90 130 70 120 mA
Industrial 125 175 110 150 110 150
Notes
14. The voltage on any input or I/O pin cannot exceed the power pin during power-up.
15. Pulse width < 20 ns.
16. f
MAX
= 1/t
RC
= All inputs cycling at f = 1/t
RC
(except output enable). f = 0 means no address or control lines change. This applies only to inputs at CMOS level
standby I
SB3.

CY7C025E-25AXC

Mfr. #:
Manufacturer:
Cypress Semiconductor
Description:
SRAM 128Kb 25ns 8K x 16 Dual Port SRAM
Lifecycle:
New from this manufacturer.
Delivery:
DHL FedEx Ups TNT EMS
Payment:
T/T Paypal Visa MoneyGram Western Union