搜索资源列表
efdUartDriver
- 8051 Serial I/O Routines Ring buffered, interrupt-driven UART driver, written in Keil C .
c51jing
- 实现pc机键盘(p/s2接口)与8位单片机连接使用 原理:键盘时钟接在p3.2口,既8051的外部中断int0上,键盘数据接到p1.0上 每次按键,键盘会向单片机发脉冲使单片机发生外部中断,数据有p1.0口一位一位传进来 传回的数据格式为:1位开始位(0),8位数据位(所按按键的通码,用来识别按键),1位校验位(奇校验) 1位结束位(1) 实现:将键盘发回的数据放到一个缓冲区里(数组),当按键结束后发生内部中断来处理所按的按键 缺点:由于51单片机的容量有限所以缓冲区不可
IrDA_int
- 利用8051单片机实现简单的红外控制以及中断控制的源码,编译环境为KEIL-8051 MCU using a simple infrared control, and interrupt control of the source code, compile the environment KEIL
100ExampleProteus
- 《单片机C语言程序设计实训100例——基于8051+Proteus仿真》全部是Proteus的仿真,DSN文件和hex文件。 推荐做毕业设计和学习单片机的下载。 内容包括: 第 01 篇 基础部分: 01 闪烁的LED 02 从左到右的流水灯 03 左右来回的流水灯 04 花样流水灯 05 LED模拟交通灯…… 48 单片机与PC机串口通讯仿真 第 02 篇 硬件应用:01 74LS138译码器应用 02 74HC154译码器应用 03 74HC595串入并出芯片应用 04 7
aduc812
- ADuC812是美国AD公司推出的高性能单片机,具有集成度高、资源丰富等特点。 (1) 基于8051的内核,指令系统与8051兼容,额定工作频率12MHz。 (2) 8KB片内闪速/电擦除程序存储器 640B片内闪速/电擦除数据存储器 256B片内数据RAM。 (3) 3个16位的定时器/计数器 32根可编程I/O线 9个中断源,2个优先级。 (4) 1个8通道,高精度12位ADC 2个12位电压输出DAC。 (5) 1个片内温度传感器。 (6) 采用3V、5V电压工作
8051_ex0
- C-Code for 8051 external interrupt triggering
3
- 8051单片机包含中央处理器、程序存储器(ROM)、数据存储器(RAM)、定时/计数器、并行接口、串行接口和中断系统等几大单元及数据总线、地址总线和控制总线等三大总线,现在我们分别加以说-8051 contains the CPU, program memory (ROM), data memory (RAM), timer/counter, parallel port, serial port and interrupt system, several modules and data bus
dmx512
- dmx512接收中断服务程序 爱迪生发射点法 -dmx512 receive interrupt service routine
8051sourcecode
- 国防工业大学8051单片机的一些代码,包括中断,大数乘法等 -National Defense University 8051 some of the code, including interrupt the multiplication of large numbers and so on
8051+MEMORY+ORGANISATION
- Microcontroller 8051 interrupt details
IR_REMOTE
- 基于8051核的红外遥控解码软件,使用外部中断1和定时器,通用性强,占用很少时间,特别支持长按和重复按键。-Infrared remote control based on 8051 core decoding software, use the external interrupt 1 and timer, versatile, take up little time, particularly in support of long and repetitive button press.
at89c51-7Seg-Counter-With-Interrupt
- Schematics for counter with external interrupts 8051 proteus.
display-and-timer-and-interrupt
- 数码管静态显示及定时器和中断应用,主要用的单片机为8051 8052等-Static display and digital timer and interrupt application, mainly used for the 80,518,052 other microcontroller
Interrupt-priority-levels
- 用流水灯或数码管显示实现8051芯片的中断优先级功能。-Lamp or water pipe with a digital display of 8051 s interrupt priority feature.
STC--8051
- 关于51单片机上键盘、led灯、定时计数器、数码管显示、led中断的一些程序。-About 51 microcontroller keyboard led light, timer counters, digital display, led interrupt some of the procedures.
hw-interrupt_8051
- Hw-interrupt 8051 how to generate external interrupt in 8051
Blink-LED-using-Timer-interrupt
- led blink using iar workbench - 8051 - c1110
8051-Serial-Code
- the 8051 serial uart sample code using uart interrupt method , the program written in embedded c and keil IDE.
8051 INT0 External Interrupt Example Program
- 8051 INT0 External Interrupt Example Program
timer_interrup
- timer interrupt based on overflow