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

搜索资源列表

  1. zhongduan

    0下载:
  2. 以单片机为核心器件,通过单片机的中断,来对外部脉冲处理。-A microcontroller as the core component, interrupted by the microcontroller to the external pulse treatment.
  3. 所属分类:SCM

    • 发布日期:2017-04-05
    • 文件大小:20669
    • 提供者:林浩
  1. ATmega8_USART

    0下载:
  2. AVR系列单片机ATmega8串口底层驱动程序,包括完整的串口帧协议。中断接收帧协议,并进行处理。-ATmega8 micro computer USART communication application.
  3. 所属分类:SCM

    • 发布日期:2017-04-09
    • 文件大小:3128
    • 提供者:张立志
  1. mokuai1

    0下载:
  2. 利用148 实现中断的扩展。实现多任务处理-148 to achieve the expansion of the use of interrupts. Multi-tasking
  3. 所属分类:SCM

    • 发布日期:2017-04-10
    • 文件大小:1292
    • 提供者:chenbing
  1. demoXS128RTI

    0下载:
  2. MC9S12XS128单片机的中断函数,时钟初始化,寄存器的设置,延时函数的处理等。大家可以参考。-MC9S12XS128 microcontroller interrupt function, the clock initialization, register set, the function of the processing delay. We can refer to.
  3. 所属分类:SCM

    • 发布日期:2017-04-01
    • 文件大小:84404
    • 提供者:小马
  1. PS2keyboard

    0下载:
  2. 基于C的PS2键盘解码实验源码,属于51单片机的范畴,注意:如SHIFT+G为12H 34H F0H 34H F0H 12H,也就是说shift的通码+G的通码+shift的断码+G的断码,当中断10次后表示一帧数据收完,清变量准备下一次接收,当键松开时不处理判码,如G 34H F0H 34H 那么第二个34H不会被处理,再次注意:若晶振速度太高可以在这后加小的延时。-C-based PS2 keyboard decoding experimental source, are 51 areas
  3. 所属分类:SCM

    • 发布日期:2017-04-03
    • 文件大小:23390
    • 提供者:snake
  1. 8259-external-interrupt

    0下载:
  2. 用8088/86控制8259可编程中断控制器,实现对外部中断的响应和处理。要求程序中对每次中断进行计数,并将计数结果用8255的PA口输出到LED。当有单次脉冲输入时,用8255连接的led灯记录中断的次数-Control with 8088/86 8259 programmable interrupt controller, to realize the external interrupt response and handling. Required procedures for each
  3. 所属分类:SCM

    • 发布日期:2017-04-17
    • 文件大小:20006
    • 提供者:范志豪
  1. dizishizhong

    0下载:
  2. 实训使用AT89C51控制,其中使用p2做输出,p3口做控制信号,使用外部中断1作调节小时,外部中断0作调节分钟,定时器1在计数模式作调节秒,定时器1在定时模式用于计数,而p0.0做总控开关的入口。 软时钟是利用单片机内部的定时器\计数器来实现的,它的处理过程如下:首先设定单片机内部的一个定时器\计数器工作于定时方式,对机器周期计数形成基准时间,然后用另一个定时器\计数器或软件计数的方法对基准时间计数形成秒,秒计60次形成分,分计60次形成小时,小时计24次则计满一天。然后通过数码管把它
  3. 所属分类:SCM

    • 发布日期:2017-04-17
    • 文件大小:66313
    • 提供者:陈光
  1. digital-clk-Sunplus

    0下载:
  2. 该文档是在以凌阳61板为核心,外加ds1302、12864、红外等外围模块的开发系统下开发的一款集液晶显示、红外遥控设置、按键设置、可中断闹钟及闹钟设置掉电保持等多功能于一体的程序。程序主要涉及多种中断协调工作、按键处理、红外接收处理、时钟芯片应用、flash读写等多方面知识,非常具有学习参考价值。-This document is a Sunplus 61 board, plus ds1302, 12864, infrared and other peripheral module devel
  3. 所属分类:SCM

    • 发布日期:2017-04-02
    • 文件大小:4120
    • 提供者:lfan
  1. lesson3_1

    0下载:
  2. PIC16F系列中断按键以及数码管显示的处理程序-PIC16F series handler interrupt buttons and digital display
  3. 所属分类:SCM

    • 发布日期:2017-04-05
    • 文件大小:703
    • 提供者:juice
  1. ds1302

    0下载:
  2. DS1302时钟测试时钟程序,大家是否想到用定时器,对,也可用定时器的中断来处理,这样的程序我想不用我说了吧! 你们可自己发辉下,本程序采用外元件DS1302时钟IC,使用此IC不增加系统资源,要时钟时直接去读取就可以了.-DS1302time testClock procedures, whether you think using the timer, on, can also be used to handle the timer interrupt, such programs I
  3. 所属分类:SCM

    • 发布日期:2017-04-01
    • 文件大小:2680
    • 提供者:WK
  1. spc3

    0下载:
  2. 1.USERSPC3.C主程序,这部分主要完成SPC3初始化、启动、发送数据和接收数据以及诊断等功能 2.INTSPC3.C中断模块,主要处理从站参数、组态数据检查和从站地址设定等功能 3.DPS2SPC3.C模块,主要功能是根据组态数据计算输入输出数据长度,辅助缓冲区分配,缓冲区初始化,设置IO数据长度,各缓冲区数据更新等 4.DPS2USER.H模块。用来定义变量和宏接口,宏接口使用户可以方便的访问SPC3的寄存器-C51 code for profibus-dp develpm
  3. 所属分类:SCM

    • 发布日期:2014-04-22
    • 文件大小:22528
    • 提供者:NieKefu
  1. buzzer

    0下载:
  2. 蜂鸣器处理模块,使用EMC系列单片机. 2khz驱动的蜂鸣器注意修改系统的TCC分频,以得到需要的中断时间。-Buzzer processing module, using EMC series single-chip driver of Buzzer Note 2khz modify the system TCC divide in order to get the desired interrupt time.
  3. 所属分类:SCM

    • 发布日期:2017-11-27
    • 文件大小:1892
    • 提供者:dfu
  1. STM32freeRTOS

    1下载:
  2. 在stm32的cpu上移植freertos操作系统,程序在freertos基础上实现了,按键扫描,led灯控制,串口收发处理,定时器中断程序等功能。使用MDK打开工程文件即可。-Stm32 on the cpu transplant freertos operating system, the program freertos based on realized, key scan, led lamp control, serial port transceiver processing, fu
  3. 所属分类:SCM

    • 发布日期:2017-11-06
    • 文件大小:2544176
    • 提供者:李学强
  1. 22-PS_2

    0下载:
  2. 用外部中断读取PS2键盘的数据 并在数码管上显示,此程序只处理数字键盘。 其余按键功能用户可以自行扩展,为了程序简单便于阅读和学习,程序中没有使用奇偶校验,校验程序请自行添加。-External interrupt data read PS2 keyboard and digital display , this program only deals with the numeric keypad . The rest of the key functions users can exp
  3. 所属分类:SCM

    • 发布日期:2017-11-28
    • 文件大小:155364
    • 提供者:ljx
  1. beiyong1

    0下载:
  2. 基于51系列单片机的GPS信息接收与显示装置的设计与实现,重点在于接收中断以及数据处理。-51 Series MCU Design and Implementation of the GPS information receiver and display device, with emphasis on the receive interrupt and data processing.
  3. 所属分类:SCM

    • 发布日期:2017-11-16
    • 文件大小:3826
    • 提供者:zhangshubing
  1. danpianji

    0下载:
  2. 单片机是一种集成电路芯片,是采用超大规模集成电路技术把具有数据处理能力的中央处理器CPU随机存储器RAM、只读存储器ROM、多种I/O口和中断系统、定时器/计时器等功能(可能还包括显示驱动电路、脉宽调制电路、模拟多路转换器、A/D转换器等电路)集成到一块硅片上构成的一个小而完善的微型计算机系统,在工业控制领域的广泛应用-The microcontroller is an integrated circuit chip, ultra-large-scale integrated circuit t
  3. 所属分类:SCM

    • 发布日期:2017-11-25
    • 文件大小:4951019
    • 提供者:熊高
  1. msp430_iic_master

    1下载:
  2. 在msp430单片机上实现硬件iic和从机发送接收的功能,接收和发送都在中断函数中处理,有发送buf,同时串口可以打印信息。-Msp430 microcontroller hardware iic send received and slave, to receive and send in the interrupt handling function, sending buf and serial can print information.
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2013-11-12
    • 文件大小:45628
    • 提供者:chenshao136
  1. Interrupt-application

    0下载:
  2. 利用430里的中断流水灯以及数码管的处理-430-Mile interrupt water lights and digital tube processing
  3. 所属分类:SCM

    • 发布日期:2017-11-24
    • 文件大小:769
    • 提供者:周敏敏
  1. Atmeg32-serial

    0下载:
  2. 程序实现的是rs232串口通信,通过中断方式实现。收到指定数据后做相应处理。-Program can realize the rs232 serial port communication, through the interrupt way realization. Received after a specified data to do the corresponding processing.
  3. 所属分类:SCM

    • 发布日期:2017-11-18
    • 文件大小:29604
    • 提供者:毛存田
  1. 44B0X

    0下载:
  2. 44b0中断的处理--Handle interrupt on 44B0X.-The the 44b0 interrupt processing- Handle interrupt on 44B0X.
  3. 所属分类:SCM

    • 发布日期:2017-12-08
    • 文件大小:178776
    • 提供者:悟得失
« 1 2 ... 4 5 6 7 8 910 11 12 »
搜珍网 www.dssz.com