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

关键词

搜索

型号

搜索

LPC2105FBD48/01

产品描述Single-chip 32-bit microcontrollers; 128 kB ISP/IAP Flash with 64 kB/32 kB/16 kB RAM
产品类别嵌入式处理器和控制器    微控制器和处理器   
文件大小164KB,共41页
制造商NXP(恩智浦)
官网地址https://www.nxp.com
标准
下载文档 详细参数 全文预览

LPC2105FBD48/01概述

Single-chip 32-bit microcontrollers; 128 kB ISP/IAP Flash with 64 kB/32 kB/16 kB RAM

LPC2105FBD48/01规格参数

参数名称属性值
是否无铅不含铅
是否Rohs认证符合
厂商名称NXP(恩智浦)
零件包装代码QFP
包装说明7 X 7 MM, 1.40 MM HEIGHT, PLASTIC, MS-026, SOT313-2, LQFP-48
针数48
Reach Compliance Codeunknow
具有ADCNO
其他特性ALSO REQUIRES 3.3V SUPPLY
地址总线宽度
位大小32
CPU系列ARM7
最大时钟频率25 MHz
DAC 通道NO
DMA 通道NO
外部数据总线宽度
JESD-30 代码S-PQFP-G48
JESD-609代码e3
长度7 mm
湿度敏感等级1
I/O 线路数量32
端子数量48
最高工作温度85 °C
最低工作温度-40 °C
PWM 通道YES
封装主体材料PLASTIC/EPOXY
封装代码LFQFP
封装等效代码QFP48,.35SQ,20
封装形状SQUARE
封装形式FLATPACK, LOW PROFILE, FINE PITCH
峰值回流温度(摄氏度)260
电源1.8,3.3 V
认证状态Not Qualified
RAM(字节)32768
ROM(单词)131072
ROM可编程性FLASH
座面最大高度1.6 mm
速度60 MHz
最大供电电压1.95 V
最小供电电压1.65 V
标称供电电压1.8 V
表面贴装YES
技术CMOS
温度等级INDUSTRIAL
端子面层TIN
端子形式GULL WING
端子节距0.5 mm
端子位置QUAD
处于峰值回流温度下的最长时间40
宽度7 mm
uPs/uCs/外围集成电路类型MICROCONTROLLER, RISC

文档预览

下载PDF文档
LPC2104/2105/2106
Single-chip 32-bit microcontrollers; 128 kB ISP/IAP flash with
16/32/64 kB RAM
Rev. 07 — 20 June 2008
Product data sheet
1. General description
The UART are based on a 16/32-bit ARM7TDMI-S CPU with real-time emulation and
embedded trace support, together with 128 kB of embedded high speed flash memory. A
128-bit wide memory interface and a unique accelerator architecture enable 32-bit code
execution at maximum clock rate. For critical code size applications, the alternative 16-bit
Thumb mode reduces code by more than 30 % with minimal performance penalty.
Due to their tiny size and low power consumption, these microcontrollers are ideal for
applications where miniaturization is a key requirement, such as access control and
point-of-sale. With a wide range of serial communications interfaces and on-chip SRAM
options up to 64 kB, they are very well suited for communication gateways and protocol
converters, soft modems, voice recognition and low end imaging, providing both large
buffer size and high processing power. Various 32-bit timers, PWM channels, and 32
GPIO lines make these microcontrollers particularly suitable for industrial control and
medical systems.
Remark:
Throughout the data sheet, the term LPC2104/2105/2106 will apply to devices
with and without /00 and /01 suffixes. Suffixes will be used to differentiate devices
whenever they include new features.
2. Features
2.1 New features implemented in LPC2104/2105/2106/01 devices
I
Fast GPIO port enables port pin toggling up to 3.5 times faster than the original device
and also allows for a port pin to be read at any time regardless of its function.
I
UART 0/1 include fractional baud rate generator, autobauding capabilities, and
handshake flow-control fully implemented in hardware.
I
Buffered SSP serial controller supporting SPI, 4-wire SSI, and Microwire formats.
I
SPI programmable data length and master mode enhancement.
I
Diversified Code Read Protection (CRP) enables different security levels to be
implemented.
I
General purpose timers can operate as external event counters.
2.2 Key common features
I
16/32-bit ARM7TDMI-S processor.
I
16/32/64 kB on-chip static RAM.
I
128 kB on-chip flash program memory. 128-bit-wide interface/accelerator enables high
speed 60 MHz operation.
在编译WinCE时遇到的一个错误
我今天使用 Platform Builder 编译一个模拟器WinCE映像,在编译过程中出错,现在是build.log中的内容,请高手帮我看看,谢谢 Starting sysgen phase for project ( common ) Found localiz ......
sgyao 嵌入式系统
stc单片机模拟I2C总线写入
我用的STC8a8k单片机,想通过模拟I2C总线来实现EEPROM的读写,可是总感觉没有写进去,读出来用串口接到的总是FF,不管写进去的是什么,我是新手,求大神指点。程序如下: #include #include ......
nidalmahehe 51单片机
51单片机静态局部变量问题>?
刚在论坛上看了一篇名为51单片机编程技巧的文章,上面说静态变量最好放在CODE里,可是如果 放在CODE里给变量付初值以后那是不是这个静态变量的值就能在再改变了,因为是CODE的,只能写不能改写 ......
j1a2s3o4n 51单片机
UBRRL=(fosc/16/(baud+1))%256和UBRRL=(fosc/16/baud-1)%256的区别
各位大侠 小弟初学avr 参考的程序有的是UBRRL=(fosc/16/(baud+1))%256 有的则是UBRRL=(fosc/16/baud-1)%256 结果也不同 希望 知道的童鞋 不吝赐教 谢谢!...
jinxiang Microchip MCU
两电平PWM调制
请教一下:我用两电平PWM调制时,由于计数器只能从0开始计数,为兼容SPWM调制时存在负的调制波,要将三角波(载波)、调制波上移,请问在程序中怎么实现呢?file:///C:/Users/Administrator/Ap ......
韬沉哈哈 测试/测量
数字电压表的数码管闪烁问题
最近在做毕业设计,在Proteus中仿真成功,但在面包板上搭建实物电路时,问题来了——四位一体数码管显示不稳定,闪烁不停。在调节不同的模拟电压输入时,数码管的亮度也不一致。在程序中,用定 ......
panyaxin5201314 51单片机

 
EEWorld订阅号

 
EEWorld服务号

 
汽车开发圈

 
机器人开发圈

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

站点相关: 大学堂 TI培训 Datasheet 电子工程 索引文件: 1377  1336  584  1192  1107  35  58  5  27  2 

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