电子工程世界电子工程世界电子工程世界

关键词

搜索

型号

搜索

CY62137EV30LL-45BVXI_12

产品描述2-Mbit (128 K × 16) Static RAM
文件大小455KB,共18页
制造商Cypress(赛普拉斯)
下载文档 选型对比 全文预览

CY62137EV30LL-45BVXI_12概述

2-Mbit (128 K × 16) Static RAM

文档预览

下载PDF文档
CY62137EV30 MoBL
®
2-Mbit (128 K × 16) Static RAM
2-Mbit (128 K × 16) Static RAM
Features
Very high speed: 45 ns
Wide voltage range: 2.20 V to 3.60 V
Pin compatible with CY62137CV30
Ultra low standby power
Typical standby current: 1
A
Maximum standby current: 7
A
Ultra low active power
Typical active current: 2 mA at f = 1 MHz
Easy memory expansion with CE and OE features
Automatic power-down when deselected
Complementary metal oxide semiconductor (CMOS) for
optimum speed and power
Byte power-down feature
Offered in Pb-free 48-ball very fine-pitch ball grid array
(VFBGA) and 44-pin thin small outline package (TSOP II)
package
advanced circuit design to provide ultra low active current. This
is ideal for providing More Battery Life™ (MoBL
®
) in portable
applications such as cellular telephones. The device also has an
automatic power down feature that significantly reduces power
consumption by 90% when addresses are not toggling. The
device can also be put into standby mode reducing power
consumption when deselected (CE HIGH or both BLE and BHE
are HIGH). The input and output pins (I/O
0
through I/O
15
) are
placed in a high impedance state when: deselected (CE HIGH),
outputs are disabled (OE HIGH), both Byte High Enable and Byte
Low Enable are disabled (BHE, BLE HIGH), or during a write
operation (CE LOW and WE LOW).
Writing to the device is accomplished by asserting Chip Enable
(CE) and Write Enable (WE) inputs LOW. If Byte Low Enable
(BLE) is LOW, then data from I/O pins (I/O
0
through I/O
7
), is
written into the location specified on the address pins (A
0
through
A
16
). If Byte High Enable (BHE) is LOW, then data from I/O pins
(I/O
8
through I/O
15
) is written into the location specified on the
address pins (A
0
through A
16
).
Reading from the device is accomplished by asserting Chip
Enable (CE) and Output Enable (OE) LOW while forcing the
Write Enable (WE) HIGH. If Byte Low Enable (BLE) is LOW, then
data from the memory location specified by the address pins
appears on I/O
0
to I/O
7
. If Byte High Enable (BHE) is LOW, then
data from memory appears on I/O
8
to I/O
15
. See the
Truth Table
on page 11
for a complete description of read and write modes.
The CY62137EV30 is available in 48-ball VFBGA and 44-pin
TSOPII packages.
Functional Description
The CY62137EV30 is a high performance CMOS static RAM
organized as 128K words by 16 bits. This device features
Logic Block Diagram
DATA IN DRIVERS
A
10
A
9
A
8
A
7
A
6
A
5
A
4
A
3
A
2
A
1
A
0
ROW DECODER
128K x 16
RAM Array
SENSE AMPS
I/O
0
– I/O
7
I/O
8
– I/O
15
COLUMN DECODER
BHE
WE
CE
OE
BLE
BHE
BLE
A
13
A
14
A
15
A
16
A
12
Pow
-
er Down
Circuit
CE
A
11
Cypress Semiconductor Corporation
Document Number: 38-05443 Rev. *F
198 Champion Court
San Jose
,
CA 95134-1709
408-943-2600
Revised November 8, 2012

CY62137EV30LL-45BVXI_12相似产品对比

CY62137EV30LL-45BVXI_12 CY62137EV30LL-45ZSXI_12 CY62137EV30_12
描述 2-Mbit (128 K × 16) Static RAM 2-Mbit (128 K × 16) Static RAM 2-Mbit (128 K × 16) Static RAM
三相电机对电路的干扰
:victory:做个液晶屏的驱动程序,不开电机的时候显示正常,图标闪烁。 每当启动电机的时候,液晶显示就跟老年痴呆似的,原来闪烁的图标极其缓慢的刷屏,关掉电机又自动恢复。 数据口已加上来 ......
simonprince 模拟电子
热烈庆祝坛友coyoo新书《FPGA设计实战演练》出版,跟帖讨论即有机会赢新书!
热烈庆祝坛友coyoo新书《FPGA设计实战演练》出版{:1_124:},书友会专用帖!过往发帖: https://bbs.eeworld.com.cn/thread-461693-1-1.html https://bbs.eeworld.com.cn/thread-464854-1-1.ht ......
EEWORLD社区 FPGA/CPLD
JTAG调试模式异常的处理
JTAG在线调试时出现 JLink Error: Can not read register XX (XXX) while CPU is running的问题,其他调试模式异常也可参考以下思路分析。 常见问题:1.程序中为了把JTAG口当普通口复用,相 ......
fish001 微控制器 MCU
什么是EMF测试?EMF与EMC测试有何区别?
什么是EMF测试? Electromagneticfields(电磁场)简称EMF,电磁场(EMF)是电导体和交流电源产生的电衍生物。当带电粒子的速度发生变化时,EMF围绕着电子设备。当带电电子获得速度时,产生电流 ......
深圳优耐检测 消费电子
cpld开发中遇到的问题
最近用CPLD EMP3256,用verilog编程,第一次写完程序编译通过,使用了163个宏,然后修改程序,加了一个3位的变量,再编译综合就过不去了,提示宏不够了,怎么会这样呢?请高手指点!...
zhaonaiqiang 嵌入式系统
arm-linux-gdb单步调试GNU汇编
一直想用GDB单步调试GNU的汇编,无奈总也找不到这方面的资料。买了开发板以后,琢磨了一个晚上,终于能调试了,我想这对熟悉ARM芯片的寄存器和指令,尤其是启动代码是大有帮助的。硬件平台:TQ2 ......
zhouning201 ARM技术

 
EEWorld订阅号

 
EEWorld服务号

 
汽车开发圈

 
机器人开发圈

About Us 关于我们 客户服务 联系方式 器件索引 网站地图 最新更新 手机版

站点相关: 大学堂 TI培训 Datasheet 电子工程 索引文件: 839  2610  157  995  2595  17  3  57  23  4 

器件索引   0 1 2 3 4 5 6 7 8 9 A B C D E F G H I J K L M N O P Q R S T U V W X Y Z

北京市海淀区中关村大街18号B座15层1530室 电话:(010)82350740 邮编:100190

电子工程世界版权所有 京B2-20211791 京ICP备10001474号-1 电信业务审批[2006]字第258号函 京公网安备 11010802033920号 Copyright © 2005-2026 EEWORLD.com.cn, Inc. All rights reserved