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

关键词

搜索

型号

搜索

5962-9960602QXC

产品描述Standard SRAM, 512KX8, 100ns, CMOS, CDFP36, BOTTOM BRAZED, SHIELDED, FP-36
产品类别存储    存储   
文件大小123KB,共15页
制造商Cobham Semiconductor Solutions
下载文档 详细参数 全文预览

5962-9960602QXC概述

Standard SRAM, 512KX8, 100ns, CMOS, CDFP36, BOTTOM BRAZED, SHIELDED, FP-36

5962-9960602QXC规格参数

参数名称属性值
厂商名称Cobham Semiconductor Solutions
零件包装代码DFP
包装说明BOTTOM BRAZED, SHIELDED, FP-36
针数36
Reach Compliance Codeunknown
ECCN代码3A001.A.2.C
最长访问时间100 ns
JESD-30 代码R-CDFP-F36
JESD-609代码e4
长度23.368 mm
内存密度4194304 bit
内存集成电路类型STANDARD SRAM
内存宽度8
功能数量1
端子数量36
字数524288 words
字数代码512000
工作模式ASYNCHRONOUS
最高工作温度125 °C
最低工作温度-40 °C
组织512KX8
封装主体材料CERAMIC, METAL-SEALED COFIRED
封装代码DFP
封装形状RECTANGULAR
封装形式FLATPACK
并行/串行PARALLEL
认证状态Not Qualified
筛选级别MIL-PRF-38535 Class Q
座面最大高度4.4196 mm
最大供电电压 (Vsup)5.5 V
最小供电电压 (Vsup)4.5 V
标称供电电压 (Vsup)5 V
表面贴装YES
技术CMOS
温度等级AUTOMOTIVE
端子面层GOLD
端子形式FLAT
端子节距1.27 mm
端子位置DUAL
宽度12.192 mm
Base Number Matches1

文档预览

下载PDF文档
Standard Products
QCOTS
TM
UT7Q512 512K x 8 SRAM
Data Sheet
April, 2002
FEATURES
q
100ns (5 volt supply) maximum address access time
q
Asynchronous operation for compatibility with industry-
standard 512K x 8 SRAMs
q
TTL compatible inputs and output levels, three-state
bidirectional data bus
q
Typical radiation performance
- Total dose: 30krad(Si)
- 30krad(Si) to 300krad(Si), depending on orbit, using
Aeroflex UTMC patented shielded package
- SEL Immune >80 MeV-cm
2
/mg
- LET
TH
(0.25) = 5MeV-cm
2
/mg
- Saturated Cross Section (cm
2
) per bit, ~1.0E-7
- 1.5E-7 errors/bit-day, Adams 90% geosynchronous
heavy ion
q
Packaging options:
- 32-lead ceramic flatpack (weight 2.5-2.6 grams)
- 36-lead flatpack shielded (weight 10.77 grams)
q
Standard Microcircuit Drawing 5962-99606
- QML T and Q compliant
INTRODUCTION
The QCOTS
TM
UT7Q512 Quantified Commercial Off-the-
Shelf product is a high-performance CMOS static RAM
organized as 524,288 words by 8 bits. Easy memory
expansion is provided by an active LOW Chip Enable (E),
an active LOW Output Enable (G), and three-state drivers.
This device has a power-down feature that reduces power
consumption by more than 90% when deselected
.
Writing to the device is accomplished by taking the Chip
Enable One ( E) input LOW and the Write Enable ( W) input
LOW. Data on the eight I/O pins (DQ
0
through DQ
7
) is then
written into the location specified on the address pins (A
0
through A
1 8
). Reading from the device is accomplished by
taking Chip Enable One (E) and Output Enable (G) LOW
while forcing Write Enable (W) HIGH. Under these
conditions, the contents of the memory location specified
by the address pins will appear on the eight I/O pins.
The eight input/output pins (DQ
0
through DQ
7
) are placed
in a high impedance state when the device is deselected (E,
HIGH), the outputs are disabled (G HIGH), or during a write
operation (E LOW and W LOW).
Clk. Gen.
A
0
A1
A2
A3
A4
A5
A6
A
7
A8
A
9
Pre-Charge Circuit
Row Select
Memory Array
1024 Rows
512x8 Columns
I/O Circuit
Column Select
Data
Control
CLK
Gen.
A
10
A11
A
12
A
13
A
14
A
15
A
16
A
17
A
18
D
0
- DQ
7
Q
E
W
G
Figure 1. UT7Q512 SRAM Block Diagram
MSP430F149单片机,串口通信
我使用USART1模块进行串口通讯,但调试的时候发现程序进不了中断。 相关代码: #include "msp430x14x.h" #define uchar unsigned char #define uint unsigned int #define URXD1 BIT7 ......
sunnyllyy 嵌入式系统
请教:关于LSD-MSP430PRGS-IIIA编程器
请教:关于LSD-MSP430PRGS-IIIA编程器的BSL密码文件,在说明书中提到 “BSL 密码文件:装载代码的密码文件,芯片熔丝烧掉以后,程序需要更新,但是不希望信息FLASH 里的数据被擦除的情况下使用 ......
dr17 微控制器 MCU
请教:Quartus6.0中打开SOPC打不开,出现at.java.awt....(Unknown Source)
请教各路高手:Quartus6.0中点击SOPC打不开,出现很多诸如at.java.awt....(Unknown Source) 注:Nois 已经安装。 此问题困我很久了,望高手指点迷津。。。...
nevertosaynever FPGA/CPLD
Keil常见错误/警告及解决方法
keil 是使用比较广泛的单片机开发环境,在使用的过程中,工程编译完毕后可能会出现错误或者警告。对于错误必须要改,但是对于警告而言,你可以忽略。但值得一提的是,搞技术的人多多少少都有点 ......
jingcheng 51单片机
RS232发送数据问题
我用单片机IO口模拟RS232通讯,单片机给PC机传数据。但是我不知道PC机的串口数据是如何读取的,因此我就不知道如何发送0和1.比如,串口采用的N8.1格式的数据吗?要发送一个数字或者一个字母(如 ......
yiyikey 嵌入式系统
arm汇编指令WFI和WFE
1. 前言很早以前就知道有WFI和WFE这两个指令存在,但一直似懂非懂。最近准备研究CPU idle framework,由于WFI是让CPU进入idle状态的一种方法,就下决心把它们弄清楚。WFI(Wait for interrupt)和 ......
电子_精灵 stm32/stm8

 
EEWorld订阅号

 
EEWorld服务号

 
汽车开发圈

 
机器人开发圈

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

站点相关: 大学堂 TI培训 Datasheet 电子工程 索引文件: 5  619  554  2551  2395  35  32  57  46  36 

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