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

关键词

搜索

型号

搜索

TSPC603RVGSU/T6LC

产品描述RISC Microprocessor, 32-Bit, 166MHz, CMOS, CBGA255, 21 X 21 MM, 1.27 MM PITCH, CERAMIC, CGA-255
产品类别嵌入式处理器和控制器    微控制器和处理器   
文件大小636KB,共44页
制造商e2v technologies
下载文档 详细参数 全文预览

TSPC603RVGSU/T6LC概述

RISC Microprocessor, 32-Bit, 166MHz, CMOS, CBGA255, 21 X 21 MM, 1.27 MM PITCH, CERAMIC, CGA-255

TSPC603RVGSU/T6LC规格参数

参数名称属性值
厂商名称e2v technologies
零件包装代码CGA
包装说明CGA,
针数255
Reach Compliance Codeunknown
ECCN代码3A001.A.3
地址总线宽度32
位大小32
边界扫描YES
最大时钟频率66.7 MHz
外部数据总线宽度64
格式FLOATING POINT
集成缓存YES
JESD-30 代码S-CBGA-X255
长度21 mm
低功率模式YES
端子数量255
封装主体材料CERAMIC, METAL-SEALED COFIRED
封装代码CGA
封装形状SQUARE
封装形式GRID ARRAY
认证状态Not Qualified
速度166 MHz
最大供电电压2.625 V
最小供电电压2.375 V
标称供电电压2.5 V
表面贴装YES
技术CMOS
端子形式UNSPECIFIED
端子节距1.27 mm
端子位置BOTTOM
宽度21 mm
uPs/uCs/外围集成电路类型MICROPROCESSOR, RISC

文档预览

下载PDF文档
Features
7.4 SPECint95, 6.1 SPECfp95 at 300 MHz (estimated)
Superscalar (3 instructions per clock peak)
Dual 16 KB Caches
Selectable Bus Clock
32-bit Compatibility PowerPC Implementation
On-chip Debug Support
P
D
typical = 3.5 Watts (266 MHz), Full Operating Conditions
Nap, Doze and Sleep Modes for Power Savings
Branch Folding
64-bit Data Bus (32-bit Data Bus Option)
4-Gbytes Direct Addressing Range
Pipelined Single/Double Precision Float Unit
IEEE 754 Compatible FPU
IEEE P 1149-1 Test Mode (JTAG/C0P)
f
INT
max = 300 MHz
f
BUS
max = 75 MHz
Compatible CMOS Input/TTL Output
Screening/Quality/Packaging
This product is manufactured in full compliance with:
CI-CGA 255: MIL-STD-883 class Q or According to ATMEL-Grenoble standards
CBGA 255: Upscreenings based upon ATMEL-Grenoble standards
Full Military Temperature Range (T
c
= -55°C, T
c
= +125°C)
IndustriaL Temperature Range (T
c
= -40°C, T
c
= +110°C)
Internal/IO Power Supply = 2.5 ± 5% // 3.3V ± 5%
255-lead CBGA Package and 255-lead CBGA with SCI (CI-CGA) Package
PowerPC
603e™ RISC
Microprocessor
Family
PID7t-603e
Specification
TSPC603R
Description
The PID7t-603e implementation of PowerPC 603e (after named 603r) is a low-power
implementation of reduced instruction set computer (RISC) microprocessors Pow-
erPC family. The 603r implements 32-bit effective addresses, integer data types of 8,
16 and 32 bits, and floating-point data types of 32 and 64 bits.
The 603r is a low-power 2.5/3.3-volt design and provides four software controllable
power-saving modes.
The 603r is a superscalar processor capable of issuing and retiring as many as three
instructions per clock. Instructions can execute out of order for increased perfor-
mance; however, the 603r makes completion appear sequential. The 603r integrates
five execution units and is able to execute five instructions in parallel.
The 603r provides independent on-chip, 16-Kbyte, four-way set-associative, physically
addressed caches for instructions and data and on-chip instruction and data Memory
Management Units (MMUs). The MMUs contain 64-entry, two-way set-associative,
data and instruction translation look aside bu ffers that provide suppor t for
demand-paged vir tual memor y address translation and variable-sized block
translation.
The 603r has a selectable 32- or 64-bit data bus and a 32-bit address bus. The 603r
interface protocol allows multiple masters to complete for system resources through a
central external arbiter. The 603r supports single-beat and burst data transfers for
memory accesses, and supports memory-mapped I/O.
Rev. 2125A–HIREL–04/02
ä
1
软件延时:for循环中使用不同的参数,延时有很大的差异
while(1) { GPIO_SetBits(GPIOG, GPIO_Pin_1); //延时1ms的程序 for(count =0 ; count < 6; count++) { for(i = 0; i < 1000; i++); } ......
czx2014 stm32/stm8
Platform builder5.0中那些网络组件跟WIFI相关?
想自己定制一个WINCE5.0的ARMV4I的模拟器,加上WIFI功能,请问需要选择那些网络组件? 买了个无线网卡,请问需要怎么配置模拟器,才能在模拟器上通过WIFI上网?...
245016767 嵌入式系统
免费来测评 TMDSCNCD280025C + TMDSHSECDOCK 套件
为回馈论坛会员,TI E2E 中文支持论坛提供了15套价值为128美金的TMDSCNCD280025C+TMDSHSECDOCK套件给到论坛会员做测评 申请成功的会员需在论坛分享测评使用心得。 【套件介绍 ......
eric_wang TI技术论坛
紧急求助:需求从NK.bin文件中提取DLL文件的程序
请大家帮忙一下。 我需要从我以前的NK.bin文件中提取一个DLL,因为我用源码编译出来的DLL有问题,找不出问题再哪里。 但是以前编译的NK还是可以用的,因此想从中将DLL提取出来。 我用dumprom ......
wodi520 嵌入式系统
求教STM32的外部中断(EXTI)的问题
下面是我写的 EXTI9_5 的中断处理过程,但有一个问题不明白,向大家请教. 先贴出处理函数: void EXTI9_5_IRQHandler(void) //外部引脚5-9引起的中断(在本例中使用PA8引脚)(连接USER ......
17584681 stm32/stm8
一个软件如何才能让更多人使用?
今晚和队友讨论准备做一个开源项目,之所以要做这样的项目,主要是因为我之前看到一些驴友他们经常去野外旅游,而且经常会拍一些图片,有些图片里面的东西他们不认识,比如某某植物呀或者某某动 ......
wateras1 聊聊、笑笑、闹闹

 
EEWorld订阅号

 
EEWorld服务号

 
汽车开发圈

 
机器人开发圈

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

站点相关: 大学堂 TI培训 Datasheet 电子工程 索引文件: 551  2837  2036  2519  2641  35  43  34  52  29 

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