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

关键词

搜索

型号

搜索

C8051F920-F-GMR

产品描述8051 series 微控制器 IC 8 位 25MHz 32KB(32K x 8) 闪存 32-QFN(5x5)
产品类别半导体    嵌入式处理器和控制器   
文件大小3MB,共324页
制造商Silicon Labs(芯科实验室)
官网地址https://www.silabs.com
下载文档 详细参数 全文预览

C8051F920-F-GMR在线购买

供应商 器件名称 价格 最低购买 库存  
C8051F920-F-GMR - - 点击查看 点击购买

C8051F920-F-GMR概述

8051 series 微控制器 IC 8 位 25MHz 32KB(32K x 8) 闪存 32-QFN(5x5)

C8051F920-F-GMR规格参数

参数名称属性值
类别
厂商名称Silicon Labs(芯科实验室)
系列C8051F9xx
包装卷带(TR)
\u96F6\u4EF6\u72B6\u6001\u505C\u4EA7
核心处理器8051
内核规格8 位
速度25MHz
连接能力SMBus(2 线/I²C),SPI,UART/USART
外设欠压检测/复位,POR,PWM,温度传感器,WDT
程序存储容量32KB(32K x 8)
程序存储器类型闪存
RAM 大小4.25K x 8
电压 - 供电 (Vcc/Vdd)0.9V ~ 3.6V
数据转换器A/D 23x10b
振荡器类型内部
工作温度-40°C ~ 85°C(TA)
安装类型表面贴装型
封装/外壳32-VFQFN 裸露焊盘
供应商器件封装32-QFN(5x5)
I/O 数24

文档预览

下载PDF文档
C8051F93x-C8051F92x
Single/Dual Battery, 0.9–3.6 V, 64/32 kB, SmaRTClock, 10-Bit ADC MCU
Supply Voltage 0.9 to 3.6 V
-
One-Cell Mode supports 0.9 to 1.8 V operation
-
Two-Cell Mode supports 1.8 to 3.6 V operation
-
Built-in dc-dc converter with 1.8 to 3.3 V output for
use in one-cell mode
-
Built-in LDO regulator allows a high analog supply
voltage and low digital core voltage
-
2 built in supply monitors (brownout detectors)
10-Bit Analog to Digital Converter
-
±1 LSB INL; no missing codes
-
Programmable throughput up to 300 ksps
-
Up to 23 external inputs
-
On-Chip Voltage Reference
-
On-Chip PGA allows measuring voltages up to twice
the reference voltage
-
16-bit Auto-Averaging Accumulator with Burst Mode
provides increased ADC resolution
-
Data dependent windowed interrupt generator
-
Built-in temperature sensor
High-Speed 8051 µC Core
-
Pipelined instruction architecture; executes 70% of
-
-
Memory
-
4352 bytes internal data RAM (256 + 4096)
-
64 kB (‘F93x) or 32 kB (‘F92x) Flash; In-system pro-
grammable in 1024-byte sectors—1024 bytes are
reserved in the 64 kB devices
instructions in 1 or 2 system clocks
Up to
25 MIPS
throughput with 25 MHz clock
Expanded interrupt handler
Digital Peripherals
-
24 or 16 port I/O; All 5 V tolerant with high sink
current and programmable drive strength-Hardware
SMBus™ (I
2
C™ Compatible), 2 x SPI™, and UART
serial ports available concurrently
Four general purpose 16-bit counter/timers
Programmable 16-bit counter/timer array with six
capture/compare modules and watchdog timer
Hardware SmaRTClock operates down to 0.9 V and
requires less than 0.5 µA supply current
-
-
-
Two Comparators
-
Programmable hysteresis and response time
-
Configurable as wake-up or reset source
-
Up to 23 Capacitive Touch Sense Inputs
6-Bit Programmable Current Reference
-
Up to ±500 µA. Can be used as a bias or for
generating a custom reference voltage
Clock Sources
-
Internal oscillators: 24.5 MHz, 2% accuracy
-
-
-
supports UART operation; 20 MHz low power
oscillator requires very little bias current
External oscillator: Crystal, RC, C, or CMOS Clock
SmaRTClock oscillator: 32 kHz Crystal or internal
self-oscillate mode
Can switch between clock sources on-the-fly; useful
in implementing various power saving modes
On-Chip Debug
-
On-chip debug circuitry facilitates full-speed, non-
-
-
-
intrusive in-system debug (no emulator required)
Provides breakpoints, single stepping
Inspect/modify memory and registers
Complete development kit
Packages
-
32-pin QFN (5 x 5 mm)
-
24-pin QFN (4 x 4 mm)
-
32-pin LQFP (7 x 7 mm, easy to hand-solder)
Temperature Range: –40 to +85 °C
CROSSBAR
EMIF
ANALOG
PERIPHERALS
A
M
U
X
DIGITAL I/O
UART
SMBus
2 x SPI
PCA
Timer 0
Timer 1
Timer 2
Timer 3
CRC
Port 0
10-bit
300 ksps
ADC
+
IREF
Port 1
+
TEMP
SENSOR
VREF
VREG
Port 2
VOLTAGE
COMPARATORS
24.5 MHz PRECISION
INTERNAL OSCILLATOR
External Oscillator
20 MHz LOW POWER
INTERNAL OSCILLATOR
HARDWARE SmaRTClock
HIGH-SPEED CONTROLLER CORE
64/32 kB
ISP FLASH
FLEXIBLE
INTERRUPTS
8051 CPU
(25 MIPS)
DEBUG
CIRCUITRY
4352 B
SRAM
POR
WDT
Rev. 1.2 5/11
Copyright © 2011 by Silicon Laboratories
C8051F93x-C8051F92x
各位在移植freeRTOS至stm32时有没有使用cmsis_os
各位在移植freeRTOS至stm32时有没有使用cmsis_os, cmsis_os给freertos的函数都加了包装,个人觉得没什么用, 大家在移植时是直接使用FreeRTOS的API还是用stm32Cube中提供的cmsis_os呢? ...
flashtt 嵌入式系统
STM32 I2C硬件中断 无DMA 读写EEPROM可用
void c02_write_data(void) { while(I2C_GetFlagStatus(I2C1, I2C_FLAG_BUSY)); WRITE_FLAG=1; I2C_GenerateSTART(I2C1, ENABLE); // while(i2c_plan!=20); //while(I2C_GetFla ......
墨染卿卿一 stm32/stm8
Zbrush数字雕刻第二季 【野蛮人改造】— 卡丁制作
Zbrush数字雕刻第二季 【野蛮人改造】— 卡丁制作 zbrush建模生物体头像 这一次建的是精模 相比之前的猫女而言 细节程度更高 观看时请按照自己喜好配合音乐 哈哈 330375 https: ......
cardin6 创意市集
【MP430共享】基于无线网络的楼宇温控系统的研究
针对传统楼宇温控系统布线难的问题, 设计了以MS P 4 3 0 F 2 1 2 1 、 温度传感器等硬件为基础 , 用无线模块替代电缆传递信息的控制系统. 该系统定时采集的温度在本地显示的同时, 还将通过 ......
鑫海宝贝 微控制器 MCU
请问在windowsxp上开发的程序能否在Windows XP Embedded 上直接运行?
如题。如果不能,那应该怎样移植?...
yuhongcai11 嵌入式系统
在公司里边,做算法实现、做程序优化以及做DSP系统配置,这几项工作是分开由不同人做的吗
我现在的课题是设计一个基于DSP的图像处理系统,老师有一个DSP的平台和工业摄像机,但是配置工作需要我自己做,这样我的工作就不光是算法问题了,还包含后期的部分移植代码的优化,我想问, ......
010203www 嵌入式系统

 
EEWorld订阅号

 
EEWorld服务号

 
汽车开发圈

 
机器人开发圈

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

站点相关: 大学堂 TI培训 Datasheet 电子工程 索引文件: 1763  1365  193  2171  2521  6  58  46  2  11 

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