CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 搜索资源 - 单片机 中断程序

搜索资源列表

  1. PC机与RS232串口通讯_C51源程序

    0下载:
  2. 此程序为单片机和PC机RS232传输时候的C51源码!实现单片机中断程序发送,接受功能.-procedure for a microcontroller and PC RS232 transmission when the C51 source! MCU interrupted proceedings to send and receive functions.
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2008-10-13
    • 文件大小:18537
    • 提供者:南郁星
  1. C语言中断程序设计实践

    0下载:
  2. 51单片机c语言中断的实现 还有很多例子可以参考。包括常用的中断模块 c语言单片机开发很有用 -51 languages interrupted realize there are many examples of reference. Include common language c interrupt module useful in the development of SCM
  3. 所属分类:嵌入式/单片机编程

    • 发布日期:2008-10-13
    • 文件大小:199265
    • 提供者:邓天华
  1. MSP430单片机C语言编程中的退出睡眠问题

    1下载:
  2. MSP430在进入睡眠后,如果发生事件产生中断,那么单 片机会退出睡眠,自动执行中断程序,但是当中断返回时,主 程序又重新进入睡眠状态。如果要在发生中断后,主程序需 要退出睡眠,那么需要在中断程序中修改SP堆栈中的内容, C语言没有指令可以修改堆栈内的内容,可以采用C语言与 汇编语言混合编程的方法解决此问题。-MSP430 into sleep, and if events have disrupted, SCM will withdraw from sleep, inter
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2008-10-13
    • 文件大小:39890
    • 提供者:lj
  1. 时间+中断(搞定)

    0下载:
  2. 单片机显示程序,通过轮循方式是数码管亮,十分经典-SCM display program, through the Round Robin is the way digital-control, classical
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2008-10-13
    • 文件大小:25928
    • 提供者:liyu
  1. 外部中断模拟UART演示程序(只经过了软件仿真)

    0下载:
  2. 单片机的程序,欢迎探讨-Microcomputer Program, welcomed the study
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2008-10-13
    • 文件大小:2335
    • 提供者:甄子丹
  1. wencheng

    0下载:
  2. emc单片机中断程序。主要是为了大家的方便,仅供参考,
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2008-10-13
    • 文件大小:893
    • 提供者:文成
  1. 51单片机电子琴

    1下载:
  2. 摘要:本系统以Atmel的AT89c52单片机为主控制器,通过制作硬件电路和软件的设计编写,然后进行软硬件的调试运行,最终达到设计电路乐曲弹奏播放功能和存储重放音乐功能。设计中运用中断系统和定时/计数原理控制电子音乐器发生,并对所需的音阶和贝斯用相应的程序语言编写来实现,用8段数码显示管显示所弹奏的乐谱内容。将两个89c52单片机的串行口连接起来,实现5米以外的通信。输出通道通过一个功率放大器驱动扬声器发声。 关键词:单片机,音乐演奏器 目录: 摘要……………………………………………………
  3. 所属分类:单片机(51,AVR,MSP430等)

  1. 基于单片机的100秒计时器设计

    1下载:
  2. 实验原理: (1)对AT89C51单片机内部定时器T1进行初始化,T1定时成50ms一次中断。 (2)在MCS-51内部RAM单元,设立数据单元,20次中断为1秒,99秒就清零。 (3)数码管采用动态扫描的方法
  3. 所属分类:单片机(51,AVR,MSP430等)

  1. TIMER_main.rar

    0下载:
  2. avr 单片机 ATMEGA16 定时器中断程序,Single-chip timer interrupt avr procedures ATMEGA16
  3. 所属分类:SCM

    • 发布日期:2017-04-04
    • 文件大小:5366
    • 提供者:dxl
  1. interrupt.rar

    0下载:
  2. MC9s12d系列单片机中断程序实例,本程序在DP256,DG128两种实验平台上测试通过。此系列单片机有56种中断,其余中断程序可仿照此程序编写,MC9s12d Series Singlechip interrupted instance, the procedures in the DP256, DG128 two experimental platform test. This series there are 56 kinds of single-chip interrupted, an
  3. 所属分类:SCM

    • 发布日期:2017-03-31
    • 文件大小:218491
    • 提供者:hailun
  1. PIDcontrol

    1下载:
  2. 设计以89C51单片机、ADC、DAC等电路和运放电路组成的被控对象构成的单闭环反馈控制系统。 1. 硬件电路设计:89C51最小系统加上模入电路ADC0809和模出电路TLC7528;由运放构成的被控对象。 2. 控制算法:增量型的PID控制。 3. 软件设计:主程序、定时中断程序、A/D转换程序、滤波程序、D/A输出程序、PID控制程序等。 -Designed to 89C51 single-chip, ADC, DAC, such as circuit and operat
  3. 所属分类:CSharp

    • 发布日期:2015-04-07
    • 文件大小:1559
    • 提供者:曹敏
  1. msp430_mma7361

    0下载:
  2. 这是采用msp430单片机采集freescale加速度信号,里面包括读写设置和中断程序。-This is a single chip using msp430 collection freescale acceleration signal, which includes reading and writing procedures to set up and interrupted.
  3. 所属分类:SCM

    • 发布日期:2017-04-02
    • 文件大小:1604
    • 提供者:andy jiang
  1. PIC24

    1下载:
  2. 本人整理的PIC24系列单片机不少程序,都是平时自己编写的。想学PIC单片机的可以看看,里面包含定时器,中断,i2c,spi等常用模块-I collated a lot of the PIC24 family of single-chip process, are usually prepared their own. I wanted to learn to look at the PIC microcontroller, which contains the timer, interrupt
  3. 所属分类:嵌入式/单片机编程

    • 发布日期:2013-12-16
    • 文件大小:11711
    • 提供者:黄贤聪
  1. chuzuche

    1下载:
  2. 出租车计价器程序 C51单片机 计价器 1、 系统工作原理 1.1 功能说明 1.2 基本原理 2、 硬件设计 2.1 单片机最小系统单元 2.2 A44E霍尔传感器检测单元 2.3 AT24C01存储单元 2.4 键盘调整单元 2.5 显示单元 3、 软件设计 3.1 系统主程序 3.2 中断程序 3.2.1 里程计数中断程序 3.2.2 中途等待中断程序 3.3 计算程序 3.4 显示程序 3.5 键盘程序 4、 总结
  3. 所属分类:SCM

    • 发布日期:2017-03-30
    • 文件大小:644957
    • 提供者:359636840
  1. zhongduan

    0下载:
  2. 自己写的 51单片机的中断程序,用c语言写的-Single-chip microcomputer 51 to write their own interrupt procedures, the use of c language
  3. 所属分类:SCM

    • 发布日期:2017-03-29
    • 文件大小:13601
    • 提供者:ou
  1. sc

    0下载:
  2. 51单片机电压ad转换,和普通显示程序源代码-51 Single-chip voltage display ad conversion and common procedures,
  3. 所属分类:Embeded-SCM Develop

    • 发布日期:2017-04-12
    • 文件大小:1430
    • 提供者:sunasan
  1. Interrupt

    0下载:
  2. PIC单片机的中断程序,在MPLAB环境下运行-PIC microcontroller interrupt routines run in the MPLAB environment
  3. 所属分类:SCM

    • 发布日期:2017-04-02
    • 文件大小:12992
    • 提供者:cao
  1. 51基本程序

    0下载:
  2. 关于51单片机的外部中断程序,主要用到两个中断。(There are two main interrupts on the external interrupt procedure of 51 MCU.)
  3. 所属分类:单片机开发

    • 发布日期:2017-12-22
    • 文件大小:5120
    • 提供者:练土豆
  1. 0037、基于单片机的数字钟设计论文资料

    0下载:
  2. 本设计以单片机AT89S52为切入点,通过使用AT89S52的内部的可编程定时器/计数器,结合对外接晶振的调节来确定一个合适的振荡周期,从而确定出内部的机器周期。再通过对内部中断程序的设置来设计出时钟程序,即设计出了电子时钟的核心。然后在核心电路的基础上设计出了相应的扩展电路,使本设计更加实用。(The AT89S52 single-chip design as the starting point, through the use of AT89S52 internal programmabl
  3. 所属分类:单片机开发

  1. DSQ+流水灯在T0中断里

    0下载:
  2. 把流水灯跟数码管刷新放到T0中断里,写成并行程序结构,与主函数里的程序不冲突(The flow lamp and the digital tube refresh in the T0 interrupt, written in parallel program structure, and the main function of the program does not conflict.)
  3. 所属分类:嵌入式/单片机编程

« 12 3 4 5 6 7 8 9 10 ... 50 »
搜珍网 www.dssz.com