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

关键词

搜索

型号

搜索

TSC80C31-40AH

产品描述Microcontroller, 8-Bit, 8051 CPU, 40MHz, CMOS, CQCC44,
产品类别嵌入式处理器和控制器    微控制器和处理器   
文件大小299KB,共19页
制造商TEMIC
官网地址http://www.temic.de/
下载文档 详细参数 全文预览

TSC80C31-40AH概述

Microcontroller, 8-Bit, 8051 CPU, 40MHz, CMOS, CQCC44,

TSC80C31-40AH规格参数

参数名称属性值
是否Rohs认证不符合
Reach Compliance Codeunknown
Is SamacsysN
具有ADCNO
地址总线宽度16
位大小8
CPU系列8051
最大时钟频率40 MHz
DAC 通道NO
DMA 通道NO
外部数据总线宽度8
JESD-30 代码S-CQCC-N44
JESD-609代码e0
I/O 线路数量32
端子数量44
最高工作温度125 °C
最低工作温度-40 °C
PWM 通道NO
封装主体材料CERAMIC, METAL-SEALED COFIRED
封装代码QCCN
封装等效代码LCC44,.65SQ
封装形状SQUARE
封装形式CHIP CARRIER
电源5 V
认证状态Not Qualified
RAM(字节)128
ROM(单词)0
速度40 MHz
最大压摆率41 mA
最大供电电压5.5 V
最小供电电压4.5 V
标称供电电压5 V
表面贴装YES
技术CMOS
温度等级AUTOMOTIVE
端子面层Tin/Lead (Sn/Pb)
端子形式NO LEAD
端子节距1.27 mm
端子位置QUAD
uPs/uCs/外围集成电路类型MICROCONTROLLER
Base Number Matches1

文档预览

下载PDF文档
TSC80C31/80C51
CMOS 0 to 44 MHz Single-Chip 8 Bit Microcontroller
Description
The TSC80C31/80C51 is high performance SCMOS
versions of the 8051 NMOS single chip 8 bit
µC.
The fully static design of the TSC80C31/80C51 allows to
reduce system power consumption by bringing the clock
frequency down to any value, even DC, without loss of
data.
The TSC80C31/80C51 retains all the features of the 8051
: 4 K bytes of ROM ; 128 bytes of RAM ; 32 I/O lines ;
two 16 bit timers ; a 5-source, 2-level interrupt structure
; a full duplex serial port ; and on-chip oscillator and clock
circuits.
In addition, the TSC80C31/80C51 has two
software-selectable modes of reduced activity for further
reduction in power consumption. In the Idle Mode the
CPU is frozen while the RAM, the timers, the serial port,
and the interrupt system continue to function. In the
Power Down Mode the RAM is saved and all other
functions are inoperative.
The TSC80C31/80C51 is manufactured using SCMOS
process which allows them to run from 0 up to 44 MHz
with VCC = 5 V. The TSC80C31/80C51 is also available
at 20 MHz with 2.7 V < Vcc < 5.5 V.
D
TSC80C31/80C51-L16 : Low power version
Vcc : 2.7–5.5 V Freq : 0–16 MHz
D
TSC80C31/80C51-L20 : Low power version
Vcc : 2.7–5.5 V Freq : 0–20 MHz
D
TSC80C31/80C51-12 : 0 to 12 MHz
D
TSC80C31/80C51-20 : 0 to 20 MHz
D
TSC80C31/80C51-25 : 0 to 25 MHz
D
D
D
D
TSC80C31/80C51-30 : 0 to 30 MHz
TSC80C31/80C51-36 : 0 to 36 MHz
TSC80C31/80C51-40 : 0 to 40 MHz
TSC80C31/80C51-44 : 0 to 44 MHz*
* Commercial and Industrial temperature range only. For other speed
and range please consult your sale office.
Features
D
D
D
D
D
D
D
Power control modes
128 bytes of RAM
4 K bytes of ROM (TSC80C31/80C51)
32 programmable I/O lines
Two 16 bit timer/counter
64 K program memory space
64 K data memory space
D
D
D
D
D
D
Fully static design
0.8
µm
CMOS process
Boolean processor
5 interrupt sources
Programmable serial port
Temperature range : commercial, industrial, automotive and
military
Optional
D
Secret ROM : Encryption
D
Secret TAG : Identification number
MATRA MHS
Rev. E (14 Jan.97)
1
快速分析仪器可望加快3G手机测试
针对技术越来越复杂、利润越来越薄的手机市场,测试必须快速、灵活和有效才能保证生产线达到维持利润的批量,通过采用具有先进软硬件和不同测试模式的测试仪器,可以对各种手机实现快速、精确地 ......
tmily 无线连接
【年味大比拼】+晒晒年夜饭,体验北方的冰雪旅游!
本帖最后由 htwdb 于 2019-2-12 14:48 编辑 【年味大比拼】+晒晒年夜饭,体验北方的冰雪旅游! ...
htwdb 聊聊、笑笑、闹闹
这样写程序能不能收到串口送来的数据?
#include "msp430g2553.h" #include "msp430.h" #define uchar unsigned char #define uint unsigned int #define UDRE 5 #define FE 4 #define PE 2 #define DOR ......
sukey_ 微控制器 MCU
IC芯片VCC对地之间的滤波电容,导致单片机自动复位
如题,请教各位大神,为什么我做的板子有些IC芯片的滤波电容焊上后,导致单片机自动复位,我做的是四层板,中间层是电源和地,模拟地和数字地分开了。 奇怪的是,板子上三个IC芯片的滤 ......
lw7083124105 模拟电子
在STM32F103RCT6中用状态机的方法加按键,但是在一段函数中不想让按键起到效果
#defineREAD_CHILD_KEY_VALUE (GPIO_ReadInputDataBit(GPIOA, GPIO_Pin_0)) #defineREAD_HOT_KEY_VALUE (GPIO_ReadInputDataBit(GPIOA, GPIO_Pin_1)) #defineREAD_COLD_KEY_VALUE (GPIO_Read ......
hejun_96 stm32/stm8
世上VF最低的肖特基与软恢复高压二极管
太多的肖特基二极管让我们无法选择. 效率是根本.解决这些问题采用同步整流成本高.NIEC公司的肖特基产品具有市场超低的VF, 几乎比任一家都低. 有的相差30%. 具体见附件. 各各上不同封装产品均可 ......
niec021 LED专区

 
EEWorld订阅号

 
EEWorld服务号

 
汽车开发圈

 
机器人开发圈

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

站点相关: 大学堂 TI培训 Datasheet 电子工程 索引文件: 1430  780  1394  2297  1116  19  33  2  11  26 

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