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

关键词

搜索

型号

搜索

TS(X)PC603EMA3LN

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

TS(X)PC603EMA3LN概述

RISC Microprocessor, 32-Bit, 100MHz, CMOS, CQFP240, CERAMIC, QFP-240

TS(X)PC603EMA3LN规格参数

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

文档预览

下载PDF文档
TSPC603E
PowerPC 603e™ RISC MICROPROCESSOR Family
PID6-603e Specification
DESCRIPTION
The PID6-603e implementation of PC603e (after named 603e)
is a low-power implementation of reduced instruction set com-
puter (RISC) microprocessors PowerPC™ family. The 603e
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 603e is a low-power 3.3-volt design and provides four soft-
ware controllable power-saving modes.
The 603e 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 603e makes completion appear sequential. The 603e inte-
grates five execution units and is able to execute five instruc-
tions in parallel.
The 603e 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 603e has a selectable 32 or 64-bit data bus and a 32-bit
address bus. The 603e interface protocol allows multiple mas-
ters to complete for system resources through a central exter-
nal arbiter. The 603e supports single-beat and burst data
transfers for memory accesses, and supports memory-
mapped I/O.
The 603e uses an advanced, 3.3-V CMOS process technology
and maintains full interface compatibility with TTL devices.
The 603e integrates in system testability and debugging fea-
tures through JTAG boundary-scan capability.
CERQUAD 240
A suffix
CERQUAD 240
Ceramic Leaded Chip Carrier
MAIN FEATURES
H
2.4 SPECint95, 2.1 SPECfp95 @ 100 MHz (estimated)
H
Superscalar (3 instructions per clock peak).
H
Dual 16KB caches.
H
Selectable bus clock.
H
32-bit compatibility PowerPC implementation.
H
On chip debug support.
H
P
D
typical = 3.2 Watts (100 MHz), full operating conditions.
H
Nap, doze and sleep modes for power savings.
H
Branch folding.
H
64-bit data bus (32-bit data bus option).
H
4-Gbyte direct addressing range.
H
Pipelined single/double precision float unit.
H
H
H
H
IEEE 754 compatible FPU.
IEEE P 1149-1 test mode (JTAG/C0P).
f
int
max = 100/120/133 MHz.
f
bus
max = 66 MHz.
Compatible CMOS input
TTL Output.
G suffix
CBGA 255
Ceramic Ball Grid Array
SCREENING / QUALITY / PACKAGING
This product is manufactured in full compliance with :
H
MIL-STD-883 class B or According to TCS standards
H
Upscreenings based upon 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
V
CC
= 3.3 V
±
5 %.
H
240 pin Cerquad or 255 pin CBGA packages
December1998
1/38
更改 wince5.0 128M sdram之后系统不能启动,我的过程前辈们来看下
首先,我的bootloader用的是优龙的bois,我现在已经改好了128M的sdram,正常启动。 现在我加载wince5.0 不能启动,电灯试验 BringUpWinCE -----中点灯OK add r0, pc, #OEMAddressTable ......
txkssq 嵌入式系统
用中断方式点亮LED,CCRO为何不能设成40000?
#include <msp430g2231.h>void main(void){ TACTL = TASSEL1 + TACLR; //设置定时器A CCTL0 = CCIE; //CCR0中断使能 CCR0 = 31000; P1DIR |= 0x40; //P1.0为输出口 TACTL |= MC0; //以增计 ......
dianzichina 微控制器 MCU
DCDC/LDO输入输出电容的选择
DCDC/LDO的输入输出电容如何选择的,例如DCDC 12V-5V LDO 5V-3.3V DCDC的12V 5V的电容如何选择,然后LDO 5V 3.3V的电容如何选择,不考虑规格书的推荐,这个如何去计算的 ...
lx331lx 模拟电子
zigbee能否监测电路通断或电压有无?
本帖最后由 wowogogo 于 2016-5-14 14:46 编辑 求教:培养箱设备,有一个报警接口,2条线,报警时接通,平时断开。想在PC上接一个接受设备,培养箱接发送设备,报警时电脑能够接收到变化,通 ......
wowogogo 无线连接
围观技术讲座|TE 学习中心 视频培训随心点
泰科电子(TE Connectivity,简称TE)网络研讨会学习中心,为您精心准备丰富的技术讲座视频培训。既还原了大型展会现场的 TE 展台,内容又涵盖从汽车、智能工厂、智能家居、应用工具、热缩套管 ......
zqy1111 传感器
MSP430F5438学习笔记 FLAHS操作
1.前言 MSP430F5438的片内FLASH可以当做EEPROM使用,该部分FLASH称为INFO FLASH,总共有4块每块128Byte。虽然INFO FLASH容量比较少,但是多数情况还是够用的。 2.代码实现 view plain cop ......
fish001 微控制器 MCU

 
EEWorld订阅号

 
EEWorld服务号

 
汽车开发圈

 
机器人开发圈

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

站点相关: 大学堂 TI培训 Datasheet 电子工程 索引文件: 52  756  517  2635  2522  29  26  31  16  18 

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