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

关键词

搜索

型号

搜索

CY7C1373CV25-133BGC

产品描述ZBT SRAM, 1MX18, 6.5ns, CMOS, PBGA119, 14 X 22 MM, 2.40 MM HEIGHT, PLASTIC, BGA-119
产品类别存储    存储   
文件大小723KB,共31页
制造商Cypress(赛普拉斯)
下载文档 详细参数 全文预览

CY7C1373CV25-133BGC概述

ZBT SRAM, 1MX18, 6.5ns, CMOS, PBGA119, 14 X 22 MM, 2.40 MM HEIGHT, PLASTIC, BGA-119

CY7C1373CV25-133BGC规格参数

参数名称属性值
是否无铅含铅
是否Rohs认证不符合
零件包装代码BGA
包装说明14 X 22 MM, 2.40 MM HEIGHT, PLASTIC, BGA-119
针数119
Reach Compliance Codecompliant
ECCN代码3A991.B.2.A
最长访问时间6.5 ns
其他特性FLOW-THROUGH ARCHITECTURE
最大时钟频率 (fCLK)133 MHz
I/O 类型COMMON
JESD-30 代码R-PBGA-B119
JESD-609代码e0
长度22 mm
内存密度18874368 bit
内存集成电路类型ZBT SRAM
内存宽度18
湿度敏感等级3
功能数量1
端子数量119
字数1048576 words
字数代码1000000
工作模式SYNCHRONOUS
最高工作温度70 °C
最低工作温度
组织1MX18
输出特性3-STATE
封装主体材料PLASTIC/EPOXY
封装代码BGA
封装等效代码BGA119,7X17,50
封装形状RECTANGULAR
封装形式GRID ARRAY
并行/串行PARALLEL
峰值回流温度(摄氏度)220
电源2.5 V
认证状态Not Qualified
座面最大高度2.4 mm
最大待机电流0.07 A
最小待机电流2.38 V
最大压摆率0.21 mA
最大供电电压 (Vsup)2.625 V
最小供电电压 (Vsup)2.375 V
标称供电电压 (Vsup)2.5 V
表面贴装YES
技术CMOS
温度等级COMMERCIAL
端子面层TIN LEAD
端子形式BALL
端子节距1.27 mm
端子位置BOTTOM
处于峰值回流温度下的最长时间NOT SPECIFIED
宽度14 mm
Base Number Matches1

文档预览

下载PDF文档
CY7C1371CV25
CY7C1373CV25
18-Mb (512K x 36/1M x 18) Flow-through
SRAM with NoBL™ Architecture
Features
No Bus Latency (NoBL) architecture eliminates
dead cycles between write and read cycles.
• Can support up to 133-MHz bus operations with zero
wait states
• Data is transferred on every clock
Pin compatible and functionally equivalent to ZBT
devices
• Internally self-timed output buffer control to eliminate
the need to use OE
• Registered inputs for flow-through operation
• Byte Write capability
• Single 2.5V power supply
• Fast clock-to-output times
— 6.5 ns (for 133-MHz device)
— 7.5 ns (for 117-MHz device)
— 8.5 ns (for 100-MHz device)
• Clock Enable to enable clock and suspend operation
• Synchronous self-timed writes
• Offered in JEDEC-standard 100 TQFP, 119-Ball BGA and
165-Ball fBGA packages
• Three chip enables for simple depth expansion
Functional Description
[1]
The CY7C1371CV25 is a 2.5V, 512K x 36/ 1M x 18
Synchronous Flow-through Burst SRAM designed specifically
to support unlimited true back-to-back Read/Write operations
without the insertion of wait states. The CY7C1371CV25 is
equipped with the advanced No Bus Latency (NoBL) logic
required to enable consecutive Read/Write operations with
data being transferred on every clock cycle. This feature
dramatically improves the throughput of data through the
SRAM, especially in systems that require frequent Write-Read
transitions.
All synchronous inputs pass through input registers controlled
by the rising edge of the clock. The clock input is qualified by
the Clock Enable (CEN) signal, which when deasserted
suspends operation and extends the previous clock cycle.
Maximum access delay from the clock rise is 6.5 ns (133-MHz
device).
Write operations are controlled by the two or four Byte Write
Select (BW
X
) and a Write Enable (WE) input. All writes are
conducted with on-chip synchronous self-timed write circuitry.
Three synchronous Chip Enables (CE
1
, CE
2
, CE
3
) and an
asynchronous Output Enable (OE) provide for easy bank
selection and output three-state control. In order to avoid bus
contention, the output drivers are synchronously three-stated
during the data portion of a write sequence.
Selection Guide
133 MHz
Maximum Access Time
Maximum Operating Current
Maximum CMOS Standby Current
6.5
210
70
117 MHz
7.5
190
70
100 MHz
8.5
175
70
Unit
ns
mA
mA
Notes:
1. For best–practices recommendations, please refer to the Cypress application note
System Design Guidelines
on www.cypress.com.
Cypress Semiconductor Corporation
Document #: 38-05236 Rev. *B
3901 North First Street
San Jose
,
CA 95134
408-943-2600
Revised February 26, 2004
3G到底有多火
目前国内3G核心人才不足万人,其中华为约5000~6000人,中兴通讯、大唐各约2000人,以区区万人的阵容去争夺据称有上千亿元的市场,3G工程师的身价由此可见一斑。 到底什么是3G人才, 未来是什 ......
lingfeng 嵌入式系统
更新了PYBCN_V2和PYBNANO_V2固件
随着micropython的升级,社区同步更新了PYBCN_V2和PYBNANO_V2固件,请大家到固件专区下载更新。 github https://github.com/micropython-Chinese-Community/MicroPython_firmware ...
dcexpert MicroPython开源版块
IIR滤波器软件实现(Matlab+C++)
使用C++来写一个IIR滤波器 我们首先要在MATLAB中设计一个IIR滤波器,并生成一个头文件,这个头文件中反映了IIR滤波器的频率响应特性 理论支持 IIR滤波叫做递归滤波器,它是一种具有 ......
Aguilera 微控制器 MCU
MSP430系列单片机实用C语言程序设计
1. asm 也可以写成__asm。功能是在 C 程序中直接嵌入汇编语言。 语法:asm(“string”);其中 string 必须是有效的汇编语句。 2. __interrupt 放在函数前面,标志中断函数。下面这段程序是异步 ......
Aguilera 微控制器 MCU
FPGA工程师面试试题集锦-4
4个FPGA工程师面试题目(经历) FPGA与CPLD内部结构区别? CPLD 以altraMAX7000这种PLD为例,可分为三块结构:宏单元(Marocell),可编程连线(PIA)和I/O控制块。宏单元是PLD ......
unbj FPGA/CPLD
电脑无法识别仿真器,还有救吗?
捡到一个仿真器,但是电脑无法识别,连接到电脑,电脑完全没有反应,没有显示com口 ...
今夜雨夹雪 微控制器 MCU

 
EEWorld订阅号

 
EEWorld服务号

 
汽车开发圈

 
机器人开发圈

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

站点相关: 大学堂 TI培训 Datasheet 电子工程 索引文件: 2169  2762  409  1180  1852  56  42  43  16  31 

器件索引   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