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

关键词

搜索

型号

搜索

5962D005362TXC

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

5962D005362TXC概述

Standard SRAM, 512KX8, 25ns, CMOS, BOTTOM BRAZED, FP-36

5962D005362TXC规格参数

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

文档预览

下载PDF文档
Standard Products
Data Sheet
February, 2003
QCOTS
TM
UT9Q512 512K x 8 SRAM
FEATURES
20ns maximum (5 volt supply) address access time
Asynchronous operation for compatibility with industry-
standard 512K x 8 SRAMs
TTL compatible inputs and output levels, three-state
bidirectional data bus
Typical radiation performance
- Total dose: 50krads
- >100krads(Si), for any orbit, using Aeroflex UTMC
patented shielded package
- SEL Immune >80 MeV-cm
2
/mg
- LET
TH
(0.25) = >10 MeV-cm
2
/mg
- Saturated Cross Section (cm
2
) per bit, 5.0E-9
-<1E-8 errors/bit-day, Adams to 90% geosynchronous
heavy ion
Packaging options:
- 36-lead ceramic flatpack (weight 3.42 grams)
- 36-lead flatpack shielded (weight 10.77 grams)
Standard Microcircuit Drawing 5962-00536
- QML T and Q compliant part
INTRODUCTION
The QCOTS
TM
UT9Q512 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 Chip Enable
one (E) input LOW and Write Enable (W) inputs 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
18
). 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 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 LOWand W LOW).
Clk. Gen.
A0
A1
A2
A3
A4
A5
A6
A7
A8
A9
Pre-Charge Circuit
Row Select
Memory Array
1024 Rows
512x8 Columns
I/O Circuit
Column Select
Data
Control
CLK
Gen.
A10
A11
A12
A13
A14
A15
A16
A17
A18
DQ
0
- DQ
7
E
W
G
Figure 1. UT9Q512 SRAM Block Diagram
1
iMX6系列应用笔记-一篇文章教会你iMX6Q GPIO 功能应用操作
本文以飞凌嵌入式OKMX6Q/DL-C开发板为基础讲解,操作系统为Linux3.0.35,其它品牌产品请参考使用,本文主要介绍了iMX6Q开发板GPIO的操作,写本文章主要是记录日常客户经常问到的一些问题,为客 ......
小螃蟹呀 ARM技术
windowsCE SDK开发
请问各位 windowsCE SDK开发是什么意思??? SDK不是在PB中导出的的吗...
lizengmao 嵌入式系统
【大牛们都来啦】工业4.0之机器人高端研讨会--EEWORLD大学堂
工业4.0之机器人高端研讨会:https://training.eeworld.com.cn/course/2091 麻省理工的众多机器人领域的教授和专家一起分享机器人设计、移动机器人、机器人自组织系统研究、DARPA机器人挑战. ......
chenyy 机器人开发
双面板孔金属化的制作方法详解
在印制板加工厂采用的是自动化的连续作业设备,设备成本昂贵,这在业余条件下是根本不可能做到的。我们在这里推出的是一种接近工厂正规生产工艺流程,但生产工艺相对简单,设备极其低廉,业余条 ......
kandy2059 PCB设计
MSP430独立按键中断的问题
P4.4是一个开关按钮,当P4.4关的时候,关中断,另外三个中断按键是不起作用的。可是如果在P4.4关的时候按了P1.3,打开P4.4的时候显示的内容为SdPage(Logo2)>>SdPage(Logo3)>>SdPage(Logo4),不 ......
jinger0311 微控制器 MCU
新手求助,求解答~
#include "iom16v.h" void io_init(void) { DDRA=0x00; PORTA=0xFF; DDRD = 0xFF; PORTD = 0xFF; } void main(void) { unsigned cha ......
1028809488 Microchip MCU

 
EEWorld订阅号

 
EEWorld服务号

 
汽车开发圈

 
机器人开发圈

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

站点相关: 大学堂 TI培训 Datasheet 电子工程 索引文件: 2910  643  1627  447  910  45  40  27  31  25 

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