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

关键词

搜索

型号

搜索

TN87C51FB-1

产品描述Microcontroller, 8-Bit, OTPROM, 8051 CPU, 16MHz, CMOS, PQCC44, PLASTIC, LCC-44
产品类别嵌入式处理器和控制器    微控制器和处理器   
文件大小291KB,共20页
制造商Intel(英特尔)
官网地址http://www.intel.com/
下载文档 详细参数 全文预览

TN87C51FB-1概述

Microcontroller, 8-Bit, OTPROM, 8051 CPU, 16MHz, CMOS, PQCC44, PLASTIC, LCC-44

TN87C51FB-1规格参数

参数名称属性值
厂商名称Intel(英特尔)
零件包装代码LCC
包装说明QCCJ, LDCC44,.7SQ
针数44
Reach Compliance Codeunknown
具有ADCNO
其他特性BOOLEAN PROCESSOR; ON-CIRCUIT EMULATION
地址总线宽度16
位大小8
边界扫描NO
CPU系列8051
最大时钟频率16 MHz
DAC 通道NO
DMA 通道NO
外部数据总线宽度8
格式FIXED POINT
集成缓存NO
JESD-30 代码S-PQCC-J44
长度16.5862 mm
低功率模式YES
DMA 通道数量
外部中断装置数量2
I/O 线路数量32
串行 I/O 数1
端子数量44
计时器数量3
片上数据RAM宽度8
片上程序ROM宽度8
最高工作温度85 °C
最低工作温度-40 °C
PWM 通道NO
封装主体材料PLASTIC/EPOXY
封装代码QCCJ
封装等效代码LDCC44,.7SQ
封装形状SQUARE
封装形式CHIP CARRIER
电源5 V
认证状态Not Qualified
RAM(字节)256
RAM(字数)256
ROM(单词)16000
ROM可编程性OTPROM
座面最大高度4.57 mm
速度16 MHz
最大压摆率38 mA
最大供电电压6 V
最小供电电压4 V
标称供电电压5 V
表面贴装YES
技术CMOS
温度等级INDUSTRIAL
端子形式J BEND
端子节距1.27 mm
端子位置QUAD
宽度16.5862 mm
uPs/uCs/外围集成电路类型MICROCONTROLLER

文档预览

下载PDF文档
8XC51FX
CHMOS SINGLE-CHIP 8-BIT MICROCONTROLLERS
Commercial Express
87C51FA 83C51FA 80C51FA 87C51FB 83C51FB 87C51FC 83C51FC
See Table 1 for Proliferation Options
Y
High Performance CHMOS
EPROM ROM CPU
12 24 33 MHz Operation
Three 16-Bit Timer Counters
Programmable Counter Array with
High Speed Output
Compare Capture
Pulse Width Modulator
Watchdog Timer Capabilities
Up Down Timer Counter
Three Level Program Lock System
8K 16K 32K On-Chip Program Memory
256 Bytes of On-Chip Data RAM
Improved Quick Pulse Programming
Algorithm
Boolean Processor
Y
Y
Y
Y
32 Programmable I O Lines
7 Interrupt Sources
Four Level Interrupt Priority
Programmable Serial Channel with
Framing Error Detection
Automatic Address Recognition
TTL Compatible Logic Levels
64K External Program Memory Space
64K External Data Memory Space
MCS 51 Controller Compatible
Instruction Set
Power Saving Idle and Power Down
Modes
ONCE (On-Circuit Emulation) Mode
Extended Temperature Range Except
for 33 MHz Offering (
b
40 C to
a
85 C)
Y
Y
Y
Y
Y
Y
Y
Y
Y
Y
Y
Y
Y
Y
Y
Y
MEMORY ORGANIZATION
ROM
Device
83C51FA
83C51FB
83C51FC
EPROM
Version
87C51FA
87C51FB
87C51FC
ROMLESS
Version
80C51FA
80C51FA
80C51FA
ROM
EPROM
Bytes
8K
16K
32K
RAM
Bytes
256
256
256
These devices can address up to 64 Kbytes of external program data memory
The Intel 87C51FA 8XC51FB 8XC51FC is a single-chip control oriented microcontroller which is fabricated on
Intel’s reliable CHMOS III-E technology The Intel 83C51FA 80C51FA is fabricated on CHMOS III technology
Being a member of the MCS 51 controller family the 8XC51FA 8XC51FB 8XC51FC uses the same powerful
instruction set has the same architecture and is pin-for-pin compatible with the existing MCS 51 controller
products The 8XC51FA 8XC51FB 8XC51FC is an enhanced version of the 8XC52 8XC54 8XC58 Its added
features make it an even more powerful microcontroller for applications that require Pulse Width Modulation
High Speed I O and up down counting capabilities such as motor control
For the remainder of this document the 8XC51FA 8XC51FB 8XC51FC will be referred to as the 8XC51FX
unless information applies to a specific device
Other brands and names are the property of their respective owners
Information in this document is provided in connection with Intel products Intel assumes no liability whatsoever including infringement of any patent or
copyright for sale and use of Intel products except as provided in Intel’s Terms and Conditions of Sale for such products Intel retains the right to make
changes to these specifications at any time without notice Microcomputer Products may have minor variations to this specification known as errata
COPYRIGHT
INTEL CORPORATION 1996
April 1996
Order Number 272322-004
数据参数传递问题
最近在做一个项目,设计都同样的功能但有不同的参数,只想写一个函数解决,但如何都不满意,请大家支支招。 问题是这样的,需要编写一个函数对某一参数进行加减操作,操作完后还需要把这个值 ......
zhaojun_xf stm32/stm8
FL2440屏幕初始化
我看了FL2440屏幕初始化的代码,在bootloader,eboot还有wince驱动中都有,但是只有bootloader中的初始化调用了,eboot还有wince驱动中都没有调用初始化函数。。但是我现在用spi接口的屏幕照样 ......
胖丁 嵌入式系统
Jlink调试进不了Main函数,一直跳到startup中的 LDR R0, =SystemInit
Jlink调试进不了Main函数,一直跳到startup中的 LDR R0, =SystemInit,有谁遇到过么,怎么解决的? ...
liaohuimin245 GD32 MCU
DSP/BIOS自带例程 mailbox exampe 详解
例程的主程序: #include <std.h> #include <log.h> #include <mbx.h> #include <tsk.h> #include "mailboxcfg.h" #define NUMMSGS 3 /* number ......
火辣西米秀 DSP 与 ARM 处理器
ADC模块温度传感器的使用问题
本帖最后由 dontium 于 2015-1-23 13:31 编辑 如题,谁能讲讲温度传感器的使用方法,如何配置寄存器? ...
chen502 模拟与混合信号
谁能共享一定读写Flash Card 的资料
谁能共享一定读写Flash Card 的资料? 谢谢!...
lxh1985 嵌入式系统

 
EEWorld订阅号

 
EEWorld服务号

 
汽车开发圈

 
机器人开发圈

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

站点相关: 大学堂 TI培训 Datasheet 电子工程 索引文件: 2307  1984  1805  269  1569  56  34  18  2  7 

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