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

关键词

搜索

型号

搜索

CY7C433-40JCT

产品描述FIFO, 4KX9, 40ns, Asynchronous, CMOS, PQCC32, PLASTIC, LCC-32
产品类别存储    存储   
文件大小506KB,共22页
制造商Cypress(赛普拉斯)
下载文档 详细参数 全文预览

CY7C433-40JCT概述

FIFO, 4KX9, 40ns, Asynchronous, CMOS, PQCC32, PLASTIC, LCC-32

CY7C433-40JCT规格参数

参数名称属性值
厂商名称Cypress(赛普拉斯)
零件包装代码QFJ
包装说明QCCJ,
针数32
Reach Compliance Codeunknown
ECCN代码EAR99
最长访问时间40 ns
其他特性RETRANSMIT
周期时间50 ns
JESD-30 代码R-PQCC-J32
长度13.97 mm
内存密度36864 bit
内存宽度9
功能数量1
端子数量32
字数4096 words
字数代码4000
工作模式ASYNCHRONOUS
最高工作温度70 °C
最低工作温度
组织4KX9
输出特性3-STATE
可输出NO
封装主体材料PLASTIC/EPOXY
封装代码QCCJ
封装形状RECTANGULAR
封装形式CHIP CARRIER
并行/串行PARALLEL
认证状态Not Qualified
座面最大高度3.55 mm
最大供电电压 (Vsup)5.5 V
最小供电电压 (Vsup)4.5 V
标称供电电压 (Vsup)5 V
表面贴装YES
技术CMOS
温度等级COMMERCIAL
端子形式J BEND
端子节距1.27 mm
端子位置QUAD
宽度11.43 mm
Base Number Matches1

文档预览

下载PDF文档
19/21/25/29/
CY7C419/21/25/29/33
256/512/1K/2K/4K x 9 Asynchronous FIFO
Features
Asynchronous first-in first-out (FIFO) buffer memories
256 x 9 (CY7C419)
512 x 9 (CY7C421)
1K x 9 (CY7C425)
2K x 9 (CY7C429)
4K x 9 (CY7C433)
Dual-ported RAM cell
High-speed 50.0-MHz read/write independent of
depth/width
Low operating power: I
CC
= 35 mA
Empty and Full flags (Half Full flag in standalone)
TTL compatible
Retransmit in standalone
Expandable in width
PLCC, 7x7 TQFP, SOJ, 300-mil and 600-mil DIP
Pin compatible and functionally equivalent to IDT7200,
IDT7201, IDT7202, IDT7203, IDT7204, AM7200, AM7201,
AM7202, AM7203, and AM7204
Each FIFO memory is organized such that the data is read in
the same sequential order that it was written. Full and Empty
flags are provided to prevent overrun and underrun. Three ad-
ditional pins are also provided to facilitate unlimited expansion
in width, depth, or both. The depth expansion technique steers
the control signals from one device to another in parallel, thus
eliminating the serial addition of propagation delays, so that
throughput is not reduced. Data is steered in a similar manner.
The read and write operations may be asynchronous; each
can occur at a rate of 50.0 MHz. The write operation occurs
when the write (W) signal is LOW. Read occurs when read (R)
goes LOW. The nine data outputs go to the high-impedance
state when R is HIGH.
A Half Full (HF) output flag is provided that is valid in the stan-
dalone and width expansion configurations. In the depth ex-
pansion configuration, this pin provides the expansion out
(XO) information that is used to tell the next FIFO that it will be
activated.
In the standalone and width expansion configurations, a LOW
on the retransmit (RT) input causes the FIFOs to retransmit
the data. Read enable (R) and write enable (W) must both be
HIGH during retransmit, and then R is used to access the data.
The CY7C419, CY7C420, CY7C421, CY7C424, CY7C425,
CY7C428, CY7C429, CY7C432, and CY7C433 are fabricated
using an advanced 0.65-micron P-well CMOS technology. In-
put ESD protection is greater than 2000V and latch-up is pre-
vented by careful layout and guard rings.
Functional Description
The CY7C419, CY7C420/1, CY7C424/5, CY7C428/9, and
CY7C432/3 are first-in first-out (FIFO) memories offered in
600-mil wide and 300-mil wide packages. They are, respec-
tively, 256, 512, 1,024, 2,048, and 4,096 words by 9-bits wide.
Cypress Semiconductor Corporation
Document #: 38-06001 Rev. *A
3901 North First Street
San Jose
CA 95134 • 408-943-2600
Revised December 30, 2002
如何实现回调函数
class a { private: typedef void (CALLBACK * ONSERIALREAD)(CWnd *,BYTE * Buf, int bufLen); public: ONSERIALREAD m_OnSerialRead; } 如何实现这个回调函数?...
shizhu72 嵌入式系统
关于T2的一个问题
程序如下:#include <reg52.h>sbit P0_0=P0^0;unsigned char times;void main(){times=0;TH2=60;TL2=176;//计数初值RCAP2H=60;RCAP2L=176;//重装初值EA=1;//开总中断ET2=1;//开T2中断TR2=1; ......
eeleader 单片机
关于开发中如何防止死等程序导致其它任务运行不了方法
在嵌入式软件开发中,比如单片机的程序,我们一定会写到一个大的死循环的程序,也就是轮询IO口,通常用 while(1) { } 来实现大循环,程序就会在while(1)中不断的循环执行一些 ......
灞波儿奔 DSP 与 ARM 处理器
2407控制LCD(6963)时遇到NMI
谁做过这个阿,可以一起交流吗?QQ:569312518 我现在的程序还不理想,总进入NMI,不是因为无效地址,不知道还有什么原因产生NMI阿...
owen666 微控制器 MCU
在WinCE5.0的SDK中用CHttpFile、CInternetSession下载文件不能用,为什么?
我在WinCE5.0的SDK中用CHttpFile、CInternetSession作了下面一段代码用于下载文件,但是不能用,为什么?哪位有什么好的方法,或者好的源代码,能供我参考 CHttpFile *file = NULL; TRY ......
duxiaowen 嵌入式系统
micropython如何访问文件系统?
本帖最后由 allankliu 于 2016-5-13 21:31 编辑 pyboard内置文件系统和SD卡槽。但是好像缺乏对于文件系统操作的支持。 好像也有os/sys库,有谁测试过么? ...
allankliu MicroPython开源版块

 
EEWorld订阅号

 
EEWorld服务号

 
汽车开发圈

 
机器人开发圈

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

站点相关: 大学堂 TI培训 Datasheet 电子工程 索引文件: 2559  2825  845  2201  435  33  23  7  21  13 

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