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

搜索资源列表

  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
    • 文件大小:4074
    • 提供者:jy
  1. avrtest

    0下载:
  2. avr的I/O、串口、定时器/计数器、外部中断、LCD等的例程-avr I / O, serial port, timer / counter, external interrupts, the LCD routines
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2008-10-13
    • 文件大小:106840
    • 提供者:phoenix5983
  1. UART

    0下载:
  2. // This program demonstrates how to configure the C8051F060 to write to and read // from the UART interface. The program reads a word using the UART0 interrupts // and outputs that word to the screen, with all characters in uppercase
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2008-10-13
    • 文件大小:53159
    • 提供者:蓝天
  1. Adc_Uart1

    0下载:
  2. This will sample all 8 A/D-channels. The result will be send out via UART1 and can be seen within any terminal-program (9600 Baud). With each pressed key the next channel will be converted. No interrupts are used.
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2008-10-13
    • 文件大小:33778
    • 提供者:叶良
  1. CC1010_Application_Examples

    0下载:
  2. ti-Chipcon CC1010 1G以下Soc应用开发源码实例。包括rf,powermodes,clockmodes,flashRW,interrupts,timer,pwm,uart...所有底层驱动源码。有了这些实例。对你更好的理解和应用这颗芯片是非常有用的。
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2008-10-13
    • 文件大小:523452
    • 提供者:阿伟
  1. CC1010_Libraries

    0下载:
  2. ti-Chipcon CC1010 1G以下Soc源码库。包括rf,powermodes,clockmodes,flashRW,interrupts,timer,pwm,uart...所有底层驱动源码。有了这些实例。对你更好的理解和应用这颗芯片是非常有用的。
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2008-10-13
    • 文件大小:175345
    • 提供者:阿伟
  1. Interrupts

    0下载:
  2. c8051f320的中断操作官方测试程序-interrupt test program for the c8051f320
  3. 所属分类:SCM

    • 发布日期:2017-03-31
    • 文件大小:1731
    • 提供者:李笑雨
  1. IRQ

    0下载:
  2. 学习飞思卡尔单片机的外部中断的使用,了解中断程序的书写方式。-Freescale MCU learning the use of external interrupts, writing interrupt program to understand way.
  3. 所属分类:SCM

    • 发布日期:2017-03-29
    • 文件大小:292623
    • 提供者:周金华
  1. przerwania

    0下载:
  2. AVR atmega 8 tools for interrupts
  3. 所属分类:SCM

    • 发布日期:2017-04-07
    • 文件大小:31483
    • 提供者:f0d0
  1. Timer00000Interrupt

    0下载:
  2. C8051F120的定时器及外部中断使用C程序,包括各定时的8/16重载,捕捉,高速切换等。经片上调试通过,放心下载使用-C8051F120 timer and external interrupts use the C program, including the timing of the 8/16 overload, capture, high-speed switching. The on-chip debugging through, secure download
  3. 所属分类:SCM

    • 发布日期:2017-03-23
    • 文件大小:104915
    • 提供者:xiaot
  1. 20090825ok

    0下载:
  2. AVR128的C代码,外部中断,串口中断,IO操作-AVR128 C-code, external interrupt, serial port interrupts, IO operation
  3. 所属分类:SCM

    • 发布日期:2017-04-16
    • 文件大小:307220
    • 提供者:sss
  1. MCU40experimentalkeilSourceC

    0下载:
  2. 单片机的40个实验pdf+keil源码C+电路板原理图,包括IO,LED,按键,定时器,中断,温度传感器18b20,实时时钟DS1302,矩阵键盘,红外收发,LCD1602,直流电机,继电器等源码及说明。配电路板原理图。-SCM 40 experimental pdf+ keil Source C+ circuit board schematics, including the IO, LED, buttons, timers, interrupts, temperature sensor 18
  3. 所属分类:SCM

    • 发布日期:2017-05-11
    • 文件大小:2984105
    • 提供者:小姚
  1. backup9.4

    0下载:
  2. 低功耗msp430单片机的典型源代码,里面有串口,定时器,中断,pwm,adc,等等,对于快速入门很有帮助-The typical low power msp430 microcontroller source code, which has serial port, timers, interrupts, pwm, adc, and so on, useful for the Quick Start
  3. 所属分类:SCM

    • 发布日期:2017-03-29
    • 文件大小:227872
    • 提供者:sunyong
  1. interrupts

    0下载:
  2. Microcontroller 8051 interrupts detailc
  3. 所属分类:SCM

    • 发布日期:2017-03-29
    • 文件大小:181585
    • 提供者:Rajiv
  1. IRQ_Demo

    0下载:
  2. 在LPC2378上实现IRQ中断,程序中给出了具体的中断寄存器的初始化设置,经过验证程序能正常运行,通用性强。-IRQ interrupts in the LPC2378 to achieve the program given a specific interrupt register initialization settings, through the verification process to normal operation, versatility.
  3. 所属分类:SCM

    • 发布日期:2017-04-05
    • 文件大小:39627
    • 提供者:流沙
  1. USART-interrupts-to-communicate

    0下载:
  2. This example provides a descr iption of how to use the USART1 interrupts to communicate with the hyperterminal.-This example provides a descr iption of how to use the USART1 interrupts to communicate with the hyperterminal.
  3. 所属分类:SCM

    • 发布日期:2017-03-23
    • 文件大小:8960
    • 提供者:张建
  1. PCA-expand-the-external-interrupts

    0下载:
  2. 用PCA扩展外部中断,51单片机使用普通口,进行外部中断扩展-With PCA expand the external interrupts, 51 single use common port for external interrupt expansion
  3. 所属分类:SCM

    • 发布日期:2017-11-06
    • 文件大小:12299
    • 提供者:tianqi911
  1. Interrupts

    0下载:
  2. C8051F340的Interrupts使用的示例程序-C8051F340 Interruptsexamples of the use of the program
  3. 所属分类:SCM

    • 发布日期:2017-04-13
    • 文件大小:1736
    • 提供者:郭多多
  1. Interrupts

    0下载:
  2. 本代码是silicon芯片关于中断的使用方法,有很强的实用性,可下载后直接使用。-This code is a silicon chip on the use of interrupts, there are strong practical, can be downloaded directly after use.
  3. 所属分类:SCM

    • 发布日期:2017-04-13
    • 文件大小:1932
    • 提供者:陈华
  1. All Interrupts

    0下载:
  2. interrupts c code for keil in ARM microcontroller
  3. 所属分类:单片机开发

    • 发布日期:2017-12-20
    • 文件大小:591872
    • 提供者:project2
« 12 3 4 5 6 7 8 9 10 ... 13 »
搜珍网 www.dssz.com