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

关键词

搜索

型号

搜索

TSXPC603RCA12LC

产品描述RISC Microprocessor, 32-Bit, 266MHz, CMOS, CQFP240, CERQUAD-240
产品类别嵌入式处理器和控制器    微控制器和处理器   
文件大小671KB,共40页
制造商Thales Group
下载文档 详细参数 全文预览

TSXPC603RCA12LC概述

RISC Microprocessor, 32-Bit, 266MHz, CMOS, CQFP240, CERQUAD-240

TSXPC603RCA12LC规格参数

参数名称属性值
厂商名称Thales Group
零件包装代码QFP
包装说明,
针数240
Reach Compliance Codeunknown
地址总线宽度32
位大小32
边界扫描YES
外部数据总线宽度64
格式FLOATING POINT
集成缓存YES
JESD-30 代码S-GQFP-G240
低功率模式YES
端子数量240
最高工作温度70 °C
最低工作温度
封装主体材料CERAMIC, GLASS-SEALED
封装形状SQUARE
封装形式FLATPACK
认证状态Not Qualified
速度266 MHz
最大供电电压2.625 V
最小供电电压2.375 V
标称供电电压2.5 V
表面贴装YES
技术CMOS
温度等级COMMERCIAL
端子形式GULL WING
端子位置QUAD
uPs/uCs/外围集成电路类型MICROPROCESSOR, RISC
Base Number Matches1

文档预览

下载PDF文档
Features
H
H
H
H
H
H
H
H
5.6 SPECint95, 4.0 SPECfp95 @ 200 MHz (estimated)
Superscalar (3 instructions per clock peak).
Dual 16KB caches.
Selectable bus clock.
32-bit compatibility PowerPC implementation.
On chip debug support.
P
D
typical = 2.5 Watts (200 MHz), full operating conditions.
Nap, doze and sleep modes for power savings.
Description
The PID7t-603e implementation of PowerPC603e (after named 603r) is a low-power implementa-
tion of reduced instruction set computer (RISC) microprocessors PowerPC™ family. The 603r is
pin-to-pin compatible with PowerPC 603E and 603P in Cerquad package. 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 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 performance ; however, the 603r
makes completion appear sequential. The 603r integrates five execution units and is able to exe-
cute 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 manage-
ment units (MMUs). The MMUs contain 64-entry, two-way set-associative, data and instruction
translation lookaside buffers that provide support for demand-paged virtual memory 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 pro-
tocol 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.
The 603r uses an advanced, 2.5/3.3-V CMOS process technology and maintains full interface
compatibility with TTL devices.
The 603r integrates in system testability and debugging features through JTAG boundary-scan
capability.
TSPC603r
in CERQUAD and
MQUAD Packages
PowerPC 603e
TM
RISC
MICROPROCESSOR
Family PID7t-603e
Specification
Target Specification
Screening / Quality /Packaging
This product is manufactured in full
compliance with:
H
MIL-STD-883 class Q (TBC) or
According to TCS standards
H
Full military temperature range
(T
c
= -55°C, T
c
= +125°C)
Industrial
temperature range
(T
c
= -40°C, T
c
= +110°C)
H
Commercial temperature range
(T
c
= 0°C, T
c
= +70°C)
H
Internal // I/O Power Supply
2.5
±
5 % // 3.3 V
±
5 %
H
240 pin Cerquad or 240 pin
MQUAD packages
MQUAD 240
CERQUAD 240
A suffix
CERQUAD 240
Ceramic Leaded Chip Carrier
Cavity up
Y suffix
MQUAD 240
Metal Quad Flat Pack
Cavity up
August 2000
1/40
【ESP32-C3-DevKitM-1】+ESP32系列通用Windows环境搭建
本帖最后由 dmzdmz666666 于 2021-7-1 10:08 编辑 开发一款芯片,需要搭建一个开发环境,像开发STM32或者51单片机需要用到KEIL或者IAR这类的IDE,极大的方便开发者开发。 众所周知,乐鑫的一 ......
dmzdmz666666 国产芯片交流
Digi-Key KOL视频来袭~资深算法工程师畅聊图像处理秘诀
Digi-Key携手EEWorld资深网友IC爬虫录制最新一期的KOL视频,作为资深算法工程师,也是论坛的老朋友的IC爬虫在视频中与大家畅聊图像处理的秘诀。 视频主要讲解在图像算法开发的落地过程当中常 ......
EE大学堂 大学堂专版
EEWORLD年终总结暨获奖感言
EEWORLD年终总结暨获奖感言 看见很多朋友都要求我写获奖感言,其实从知道自己获得这个大奖时的激动到收到奖品时更多的感觉是鸭梨,chenzhufly的这个说法我很赞同,真的,我觉得获得这个奖品是E ......
fengzhang2002 聊聊、笑笑、闹闹
[转]紧急呼叫系统用什么电池好?
欧洲议会的eCall监管法律于2015年通过,并于2018年4月生效,要求在欧洲市场上发布的所有汽车都必须配备eCall。由于eCall系统的特点,使得系统独立、可靠和免维护,且让其自有电池 ......
dontium 模拟与混合信号
DEBUG命令详解 (慎用)
DEBUG是DOS中的一个外部命令,从DOS 1.0起就带有此命令,因此可见此命令的重要性了。虽然此命令的功能非常强大,可以解决许多问题,可是对许多人来说,尤其是初学者来说,却非常不易掌握。因此 ......
liudong2008lldd 无线连接
我是该版块的新人,有几个基础的问题想请各位前辈指点指点,顶者有分
我的基本情况 1> 对 Visual studio 2003/2005 中vb.net c#.net 相对熟悉 (因为开发过.Net 的项目所以数据也还算熟悉) 2> 熟悉 JSDK2.0 DOS下的java 开发, 也用JBuilder 8.0以下版本开 ......
hzlegender 嵌入式系统

 
EEWorld订阅号

 
EEWorld服务号

 
汽车开发圈

 
机器人开发圈

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

站点相关: 大学堂 TI培训 Datasheet 电子工程 索引文件: 209  468  2908  469  1818  22  10  28  46  33 

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