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

关键词

搜索

型号

搜索

5962P9960701TUX

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

5962P9960701TUX概述

Standard SRAM, 512KX8, 25ns, CMOS, CDFP36, BOTTOM BRAZED, CERAMIC, DFP-36

5962P9960701TUX规格参数

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

文档预览

下载PDF文档
Standard Products
QCOTS
Data Sheet
August, 2003
TM
UT8Q512 512K x 8 SRAM
FEATURES
20ns (3.3 volt supply) maximum 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 90% geosynchronous
heavy ion
Packaging options:
- 36-lead ceramic flatpack (3.42 grams)
- 36-lead flatpack shielded (10.77 grams)
Standard Microcircuit Drawing 5962-99607
- QML T and Q compliant
INTRODUCTION
The QCOTS
TM
UT8Q512 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. UT8Q512 SRAM Block Diagram
1
关于CCP通信中CAN终端电阻问题
大家好,昨天在测试CCP通信过程中,外接设备加了120欧姆终端电阻情况下,有些能与ECU通信有些不能,后来把不能正常通信的设备的终端电阻去掉,然后就能正常通信了,是不是CCP通信不需要终端电阻 ......
xiaoqiangwyc 汽车电子
【零知ESP8266】教程:手机APP控制RGB LED
本次使用blynk app+服务器(本地) + 零知ESP8266开发板的组合方法,通过手机APP来控制RGB LED显示各种颜色。 1、硬件准备 (1)零知ESP8266开发板 (2)RGB LED (3)杜邦线若干 ......
roc2 DIY/开源硬件专区
自己设计的板子使用的是LM4F232H5QC主芯片,使用20针JTAG无法下载程序
大家好: 这段时间我们公司正在开发一个新项目,板子是自己设计的,使用的主芯片是TI的LM4F232H5QC,使用20针JTAG接口一直都无法下载程序。我的情况说明如下。 1、仿真器使 ......
long914320054 微控制器 MCU
为什么我 编写的工程总是出现错误
为什么我 编写的工程总是出现 Fatal Error: cannot open source file "stm32f10x_lib.h" 错误 跪求有人指点 :Cry:...
tigerno5 ARM技术
DOGLCD
什么是DOGLCD 有什么用啊 今天看程序看到了这个,但不知道怎么用? ...
qrnuyangfu 嵌入式系统
关于uc/os-ii任务的切换和时钟节拍问题!
当就绪列表里检查到优先级高的任务时调用OS_TASK_SW()进行任务级切换;那么在低优先级的任务正在运行时,突然来了个优先级高的任务,那么是什么时候检查就绪列表里的优先级高的任务(如何检 ......
0442323 嵌入式系统

 
EEWorld订阅号

 
EEWorld服务号

 
汽车开发圈

 
机器人开发圈

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

站点相关: 大学堂 TI培训 Datasheet 电子工程 索引文件: 336  1979  2442  2330  512  5  36  2  31  47 

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