CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 嵌入式/单片机编程 单片机(51,AVR,MSP430等) 搜索资源 - interrupt 8051

搜索资源列表

  1. efdUartDriver

    0下载:
  2. 8051 Serial I/O Routines Ring buffered, interrupt-driven UART driver, written in Keil C .
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2008-10-13
    • 文件大小:12.36kb
    • 提供者:buaalzx
  1. c51jing

    0下载:
  2. 实现pc机键盘(p/s2接口)与8位单片机连接使用 原理:键盘时钟接在p3.2口,既8051的外部中断int0上,键盘数据接到p1.0上 每次按键,键盘会向单片机发脉冲使单片机发生外部中断,数据有p1.0口一位一位传进来 传回的数据格式为:1位开始位(0),8位数据位(所按按键的通码,用来识别按键),1位校验位(奇校验) 1位结束位(1) 实现:将键盘发回的数据放到一个缓冲区里(数组),当按键结束后发生内部中断来处理所按的按键 缺点:由于51单片机的容量有限所以缓冲区不可
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2008-10-13
    • 文件大小:3.98kb
    • 提供者:jy
  1. IrDA_int

    0下载:
  2. 利用8051单片机实现简单的红外控制以及中断控制的源码,编译环境为KEIL-8051 MCU using a simple infrared control, and interrupt control of the source code, compile the environment KEIL
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2008-10-13
    • 文件大小:18.73kb
    • 提供者:朱允斌
  1. 1111103

    0下载:
  2. 8051单片机控制外部设备,读取外部设备状态,外部中断的应用,中断的深入理解,变量和标记的灵活应用,定时器的灵活应用,可编程自动控制的方法,按键控制设备动作的方法,PWM 输出的设计,存储器的读写,延时报警器的设计,各种报警音的设计,音乐播放的设计,程序模块化的设计等等知识。-8051 to control external equipment, reading the state of the external equipment, external interrupt the applica
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2008-10-13
    • 文件大小:18.25kb
    • 提供者:awerwe
  1. 步进电机

    0下载:
  2. 使用8051弹片机做的步进电机程序,运用了中断等.-stepping motor program , used 8051 mcu and interrupt
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2008-10-13
    • 文件大小:595.71kb
    • 提供者:J
  1. wuxuxu

    0下载:
  2. ps键盘驱动程序2 实现pc机键盘(p/s2接口)与8位单片机连接使用原理:键盘时钟接在p3.2口,既8051的外部中断int0上,键盘数据接到p1.0上-ps Keyboard Driver 2 pc for achieving keyboard (p/s2 Interface) with 8-bit MCU connecting Principle : keyboard clock in p3.2 I received both the 8051 int0 external interrup
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2008-10-13
    • 文件大小:12.51kb
    • 提供者:吴旭旭
  1. SM0038.rar

    0下载:
  2. SM0038对外只有3个引脚:VS、GND和1个脉冲信号输出引脚OUT,外形引脚如图二所示。与单片机接口非常方便,如图三所示。VCC接电源+5V并经电容进行滤波,以避免电源干扰 GND接系统的地线(0V);脉冲信号输出接CPU的中断输入引脚(例如8051的13脚INT1)。采取这种连接方法,软件解码既可工作于查询方式,也可工作于中断方式。 ,SM0038 external only three pins: VS, GND, and a pulse signal output pin OU
  3. 所属分类:SCM

    • 发布日期:2016-01-26
    • 文件大小:14.66kb
    • 提供者:海峰
  1. 100ExampleProteus

    1下载:
  2. 《单片机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
  3. 所属分类:SCM

    • 发布日期:2017-05-16
    • 文件大小:11.17mb
    • 提供者:tong
  1. p6

    0下载:
  2. 内部定时器与中断实验 由8051内部定时器0按方式1工作,即作为16位定时器使用,每0.1秒钟T0溢出中断一次。要求编写程序模拟循环彩灯。彩灯变化花样为:由中间(L4、L5)两位开始向两侧依次累加点亮;全亮后由中间(L4、L5)两位开始向两侧依次累加熄灭;全灭后由两边(L1、L8)两位向中间依次累加点亮;全亮后由两边(L1、L8)两位向中间依次累加熄灭。各时序间隔为0.5秒,依此循环。-Internal timer with the interruption of the experi
  3. 所属分类:SCM

    • 发布日期:2017-03-23
    • 文件大小:37.85kb
    • 提供者:mkd
  1. aduc812

    0下载:
  2. 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电压工作
  3. 所属分类:SCM

    • 发布日期:2017-03-29
    • 文件大小:679.39kb
    • 提供者:白涛
  1. 8051_ex0

    0下载:
  2. C-Code for 8051 external interrupt triggering
  3. 所属分类:SCM

    • 发布日期:2017-04-25
    • 文件大小:9.54kb
    • 提供者:Dhans
  1. 3

    0下载:
  2. 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
  3. 所属分类:SCM

    • 发布日期:2017-04-05
    • 文件大小:104.02kb
    • 提供者:huyongli
  1. dmx512

    0下载:
  2. dmx512接收中断服务程序 爱迪生发射点法 -dmx512 receive interrupt service routine
  3. 所属分类:SCM

    • 发布日期:2017-03-27
    • 文件大小:639byte
    • 提供者:debg
  1. ex4-4

    0下载:
  2. 计时器Timer0的溢出中断控制:使用8051的P1连接到一个共阳七段显示器,然后利用计时计器Timer1,让8051在指定的时间间隔内显示出0~9。-Timer0 overflow interrupt timer control: the use of 8051 a total of P1 is connected to a Seven-Segment Display Yang, and then use time keiki Timer1, so that in 8051 within th
  3. 所属分类:SCM

    • 发布日期:2017-04-06
    • 文件大小:10.21kb
    • 提供者:水彩笔
  1. 8051sourcecode

    0下载:
  2. 国防工业大学8051单片机的一些代码,包括中断,大数乘法等 -National Defense University 8051 some of the code, including interrupt the multiplication of large numbers and so on
  3. 所属分类:SCM

    • 发布日期:2017-04-14
    • 文件大小:5.43kb
    • 提供者:ygx
  1. IR_REMOTE

    0下载:
  2. 基于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.
  3. 所属分类:SCM

    • 发布日期:2017-03-29
    • 文件大小:16.49kb
    • 提供者:赖恭平
  1. display-and-timer-and-interrupt

    0下载:
  2. 数码管静态显示及定时器和中断应用,主要用的单片机为8051 8052等-Static display and digital timer and interrupt application, mainly used for the 80,518,052 other microcontroller
  3. 所属分类:SCM

    • 发布日期:2017-03-26
    • 文件大小:3.96kb
    • 提供者:刘强
  1. STC--8051

    0下载:
  2. 关于51单片机上键盘、led灯、定时计数器、数码管显示、led中断的一些程序。-About 51 microcontroller keyboard led light, timer counters, digital display, led interrupt some of the procedures.
  3. 所属分类:SCM

    • 发布日期:2017-12-03
    • 文件大小:168.64kb
    • 提供者:熊斌
  1. 8051 INT0 External Interrupt Example Program

    0下载:
  2. 8051 INT0 External Interrupt Example Program
  3. 所属分类:单片机开发

    • 发布日期:2017-12-25
    • 文件大小:5kb
    • 提供者:Ivan_kz
  1. timer_interrup

    0下载:
  2. timer interrupt based on overflow
  3. 所属分类:单片机开发

    • 发布日期:2018-04-20
    • 文件大小:10kb
    • 提供者:vanteix
« 12 »
搜珍网 www.dssz.com