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

搜索资源列表

  1. 单片机原理及应用

    0下载:
  2. 第一章 概述 第二章 MCS-51单片机的结构和原理 第三章 MCS-51单片机的指令系统 第四章 MCS-51单片机的程序设计 第五章 MCS-51单片机的中断系统 第六章 MCS-51单片机的串行接口 第七章 MCS-51单片机的系统扩展 第八章 MCS-51单片机的测控接口(部分) -MCS-51 on the structure and principles of Chapter III of the MCS-51 microcontroller inst
  3. 所属分类:软件工程

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

    0下载:
  2. F2812的看门狗总结 这是我总结的F2812的看门狗功能使用! 看门狗,又叫 watchdog timer,是一个定时器电路, 一般有一个输入,叫喂狗,一个输出到MCU的RST端,MCU正常工作的时候,每隔一端时间输出一个信号到喂狗端,给 WDT 清零,如果超过规定的时间不喂狗,(一般在程序跑飞时),WDT 定时超过,就回给出一个复位信号到MCU,是MCU复位. 防止MCU死机. 看门狗的作用就是防止程序发生死循环,或者说程序跑飞。 工作原理:在系统运行以后也就启动了看门狗的计数器
  3. 所属分类:software engineering

    • 发布日期:2017-03-29
    • 文件大小:945byte
    • 提供者:bonwenli
  1. 66KeyLock

    0下载:
  2. 此题目是通过键盘来实现密码输入是否正确,正确的时候数码管亮,否则发出报警声。 判断是按键还是干扰是非常有用的,它体现了一个系统的抗干扰能力。高低电平在瞬间的变换是很正常的,如果没有这条语句,系统很容易出错。 其中2秒是由定时器0来完成的。 在程序的定时器中断中,用switch代替了if else结构,使得程序的可读性大大增强。 TH0 = (65536-50000) / 256 TL0 = (65536-50000) 256 使得TH0 = 3CH, TL0 = B0H,
  3. 所属分类:Project Design

    • 发布日期:2017-04-28
    • 文件大小:54.14kb
    • 提供者:辛文乐
  1. TWIinterrupt.c

    0下载:
  2. 该程序是经过精心思考,艰苦调试,得到的关于AVR单片机TWI总线的程序,本例为访问PCF8563为例,中断程序坚实可靠,以此献给大家,渴望参加程序员联盟。-The program was carefully thought, hard to debug, get on the AVR microcontroller TWI bus program, in this case as an example to access PCF8563 interrupt program a solid and
  3. 所属分类:software engineering

    • 发布日期:2017-04-04
    • 文件大小:2.06kb
    • 提供者:张连生
  1. danpianjigaishu

    0下载:
  2. 主要介绍51单片机指令,中断,里面有详细电路,及c语言程序,重要案例。-51 MCU instructions are introduced, interrupt, which are detailed circuit, and c language program, an important case.
  3. 所属分类:software engineering

    • 发布日期:2017-04-04
    • 文件大小:81.04kb
    • 提供者:armlinuxvc
  1. xs128interrupt

    0下载:
  2. 介绍xs128单片机的中断及简单程序,能给需要的朋友以详细的讲解-interrupt for xs128 microcomputer single chip ,i hope this can be bring easy for people
  3. 所属分类:software engineering

    • 发布日期:2017-04-09
    • 文件大小:68.96kb
    • 提供者:齐少鹏
  1. trade520

    0下载:
  2. 单片机C语言程序设计实训100例/新手练习程序有流水,LCD,点阵,A/D,中断,音乐,计算器,数码管等-100 cases of single-chip C Programming Language Training/novice exercise program there is running water, LCD, dot-matrix, A/D, interrupts, music, calculator, digital tubes, etc.
  3. 所属分类:software engineering

    • 发布日期:2017-05-27
    • 文件大小:9.86mb
    • 提供者:陈国强
  1. MCU-interupt-timer

    0下载:
  2. 单片机开发,用中断定时器的时钟设计,这些程序都经过优化的-Microcontroller development interrupt timer clock design, these programs have been optimized.
  3. 所属分类:Software Testing

    • 发布日期:2017-11-12
    • 文件大小:862byte
    • 提供者:heycoin
  1. PWM

    1下载:
  2. 51单片机 pwm定时器中断程序,利用定时器中断,发生PWM波形 可调占空比-The 51 microcontroller pwm timer interrupt, using the timer interrupt, adjustable duty cycle of the PWM waveform
  3. 所属分类:software engineering

    • 发布日期:2017-11-07
    • 文件大小:6.21kb
    • 提供者:张萍萍
  1. Interrupt-service-routine

    0下载:
  2. 设计单片机中断T0中断服务程序,作为子程序随时调用-Design microcontroller interrupt T0 interrupt service routine, as a subroutine called at any time
  3. 所属分类:Project Design

    • 发布日期:2017-04-07
    • 文件大小:3.15kb
    • 提供者:朱士春
  1. F340

    0下载:
  2. 旋转编码器程序,单片机用的是c8051F340,通过中断做的-Rotary encoder
  3. 所属分类:Software Testing

    • 发布日期:2017-04-04
    • 文件大小:80.19kb
    • 提供者:fenig
  1. e

    0下载:
  2. 基于51单片机的简易电子琴,能利用所给键盘的1,2,3,4,5,6,7,8八个键,能够发出7个不同的音调,而且有一个按键可以自动播放歌曲,要求按键按下时发声,松开延时一小段时间,中间再按别的键则发另外一音调的声音,当系统扫描到键盘按下,则快速检测出是哪一个按键被按下,然后单片机的定时器启动,发出一定频率的脉冲,该频率的脉冲经喇叭驱动电路放大滤波后,就会发出相应的音调。如果在前一个按下的键发声的同时有另一个按键被按下,则启动中断系统。前面的发音停止,转到后按的键的发音程序。发出后按的键的音调。-5
  3. 所属分类:Project Design

    • 发布日期:2017-04-16
    • 文件大小:95.82kb
    • 提供者:石勇
  1. danpianjishili

    0下载:
  2. 单片机中以C语言写的程序。有函数的使用和熟悉,中断、定时器,数码管显示,键盘控制的例子等-MCU program written in C language. There are familiar with the use and function, interrupts, timers, digital display, keyboard control, etc. Examples
  3. 所属分类:software engineering

    • 发布日期:2017-04-24
    • 文件大小:194.52kb
    • 提供者:王萨
  1. counter

    0下载:
  2. 利用51单片机的中断功能实现计数器的程序设计。-Use of 51 single-chip microcomputer interrupt function implementation counter of program design.
  3. 所属分类:software engineering

    • 发布日期:2017-04-17
    • 文件大小:146.44kb
    • 提供者:jwb
  1. ATMEGA16PUSART

    0下载:
  2. AVR单片机atmega16串口中断接收和发送程序-AVR ATmega16 microcontroller serial interrupt the sending and receiving program
  3. 所属分类:software engineering

    • 发布日期:2017-04-26
    • 文件大小:435.11kb
    • 提供者:张先生
  1. i2c

    0下载:
  2. 这是一个i2C中断服务函数历程 而且为从机程序,单片机为STM32系列,使用前开启中断就可以 。-This is a i2C interrupt service function and history the program, for the STM32 microcontroller series, before use enable interrupts can be.
  3. 所属分类:Software Testing

    • 发布日期:2017-04-12
    • 文件大小:805byte
    • 提供者:Wang li
搜珍网 www.dssz.com