CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - interrupts

搜索资源列表

  1. sd2000全系列 51汇编程序

    0下载:
  2. 本程序用于测试实时时钟模块SD2000系列功能之一:四种中断功能 程序功能如下: 1.在SD2000试验板上显示实时时间的小时和分钟? 2./INT1 到指定时刻时输出低电平. 3./INT2输出固定频率32768HZ. 4.测试每分钟边沿中断输出(INT MODE3)和每分钟固定中断输出(INT MODE4)功能-procedures used to test the real-time clock module SD2000 series of functional one : four i
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:4320
    • 提供者:小顽童
  1. jml023

    0下载:
  2. 本程序是用汇编语言实现数字时钟功能的.通过修改8259中断控制器的中断屏蔽寄存器(21H号端口) 打开时间中断, 实时中断, 键盘中断-this procedure is used assembly language digital clock function. By amending the 8259 interrupt controller interrupt masking registers (21H, port) to open the interruption time, real
  3. 所属分类:家庭/个人应用

    • 发布日期:2008-10-13
    • 文件大小:2107
    • 提供者:思达
  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. w78e51bcn

    0下载:
  2. W78E51B 规格书 W78E51B 是宽频率范围、低功耗的8 位微控制器。它的指令集同标准8051 指令集完全兼容。W78E51B 包含4K 字节的Flash EPROM;128 字节的RAM;4 个8 位双向、可位寻址的I/O 口;一个附加的4 位 I/O 口P4;2 个16 位定时/计数器;一个硬件Watchdog 定时器及一个串行口。这些外围设备都由有7 个中断源和2 级中断能力的中断系统支持。为了方便用户进行编程和验证,W78E51B 内含的Flash EPROM
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:226723
    • 提供者:cth
  1. HowToDevelopAnOAL

    0下载:
  2. Details for How to develop an OAL .Step-by-step to develop an OAL. An OEM adaptation layer (OAL) is a layer of code between the Windows CE kernel and the hardware of your target device. You develop an OAL to communicate data between your operating sy
  3. 所属分类:Windows CE

    • 发布日期:2008-10-13
    • 文件大小:378855
    • 提供者:张会光
  1. C6713_intr

    1下载:
  2. 针对TI公司的DSK6713所发展的Audio范例包含Line in/Line out,采用中断(Interrupt)的方式,包含完整C语言编译,CCS2.x/CCS3.x版-against the DSK6713 TI developed by Audio Examples include Line in / Li ne out, using interrupts (Interrupt), includes a complete C language compiler. CCS2.x/CCS3
  3. 所属分类:DSP编程

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

    0下载:
  2. arm的中断示例代码,推荐大家看看很不错的!◎
  3. 所属分类:微处理器(ARM/PowerPC等)

    • 发布日期:2008-10-13
    • 文件大小:3687
    • 提供者:likefeng
  1. TMS320C2xxInterrupts

    0下载:
  2. TMS320C2xx Interrupts介绍-TMS320C2xx
  3. 所属分类:软件工程

    • 发布日期:2008-10-13
    • 文件大小:80905
    • 提供者:陈栋
  1. RTC

    0下载:
  2. VDSP++打开。This directory contains an example ADSP-BF537 RTC project that does a basic blink routine and then puts the part in deep sleep mode to be woken up from a RTC Stopwatch Event. Once woken up, the RTC is reconfigured to toggle the EZ KIT LE
  3. 所属分类:DSP编程

    • 发布日期:2008-10-13
    • 文件大小:10351
    • 提供者:gaofeng
  1. DK-LM3S101

    0下载:
  2. Stellaris Luminary Micro 系列之 DK-LM3S101 多个学习范例全都是基于 Keil 工程版的范例, 附 LM3S101_Kit 原理图,而范例内容列举如下: 1.BitBand 2.Comparator 3.GPIO_JTAG 4.GPIO_LED 5.Hello 6.Interrupts 7.QS_DK_LM3S101 8.SSI_Atmel 9.Timers 10.UART_Out 11.WatchDog 等
  3. 所属分类:微处理器(ARM/PowerPC等)

    • 发布日期:2014-01-16
    • 文件大小:328880
    • 提供者:kly
  1. DK-LM3S102

    0下载:
  2. Stellaris Luminary Micro 系列之 DK-LM3S102 多个学习范例全都是基于 Keil 工程版的范例, 而范例内容列举如下: 1.BitBand 2.Comparator 3.GPIO_JTAG 4.GPIO_LED 5.Hello 6.Interrupts 7.QS_DK_LM3S102 8.SSI_Atmel 9.Timers 10.UART_Out 11.WatchDog 12.RTX_Blinky 13.I2C_Atmel 14.Bl
  3. 所属分类:微处理器(ARM/PowerPC等)

    • 发布日期:2014-01-16
    • 文件大小:368389
    • 提供者:kly
  1. DK-LM3S301

    0下载:
  2. Stellaris Luminary Micro 系列之 DK-LM3S301 多个学习范例全都是基于 Keil 工程版的范例, 而范例内容列举如下: 1.BitBand 2.Comparator 3.GPIO_JTAG 4.GPIO_LED 5.Hello 6.Interrupts 7.QS_DK_LM3S301 8.SSI_Atmel 9.Timers 10.UART_Out 11.WatchDog 12.PWMgen 等
  3. 所属分类:微处理器(ARM/PowerPC等)

    • 发布日期:2014-01-16
    • 文件大小:327773
    • 提供者:kly
  1. DK-LM3S310

    0下载:
  2. Stellaris Luminary Micro 系列之 DK-LM3S310 多个学习范例全都是基于 Keil 工程版的范例, 而范例内容列举如下: 1.BitBand 2.Comparator 3.GPIO_JTAG 4.GPIO_LED 5.Hello 6.Interrupts 7.QS_DK_LM3S310 8.SSI_Atmel 9.Timers 10.UART_Out 11.WatchDog 12.PWMgen 等
  3. 所属分类:微处理器(ARM/PowerPC等)

    • 发布日期:2014-01-16
    • 文件大小:228312
    • 提供者:kly
  1. DK-LM3S316

    0下载:
  2. Stellaris Luminary Micro 系列之 DK-LM3S316 多个学习范例全都是基于 Keil 工程版的范例, 而范例内容列举如下: 1.BitBand 2.Comparator 3.I2C_Atmel 4.GPIO_LED 5.Hello 6.Interrupts 7.QS_DK_LM3S316 8.SSI_Atmel 9.Timers 10.UART_Out 11.WatchDog 12.PWMgen 等
  3. 所属分类:微处理器(ARM/PowerPC等)

    • 发布日期:2014-01-16
    • 文件大小:252618
    • 提供者:kly
  1. DK-LM3S801

    0下载:
  2. Stellaris Luminary Micro 系列之 DK-LM3S801 多个学习范例全都是基于 Keil 工程版的范例, 而范例内容列举如下: 1.BitBand 2.Comparator 3.GPIO_JTAG 4.GPIO_LED 5.Hello 6.Interrupts 7.QS_DK_LM3S801 8.SSI_Atmel 9.Timers 10.UART_Out 11.WatchDog 12.PWMgen 13.I2C_Atmel 等
  3. 所属分类:微处理器(ARM/PowerPC等)

    • 发布日期:2014-01-16
    • 文件大小:359960
    • 提供者:kly
  1. DK-LM3S811

    0下载:
  2. Stellaris Luminary Micro 系列之 DK-LM3S811 多个学习范例全都是基于 Keil 工程版的范例, 而范例内容列举如下: 1.BitBand 2.Comparator 3.GPIO_JTAG 4.GPIO_LED 5.Hello 6.Interrupts 7.QS_DK_LM3S811 8.SSI_Atmel 9.Timers 10.UART_Out 11.WatchDog 12.PWMgen 13.I2C_Atmel 等
  3. 所属分类:微处理器(ARM/PowerPC等)

    • 发布日期:2014-01-16
    • 文件大小:361775
    • 提供者:kly
  1. EV-LM3S811

    0下载:
  2. Stellaris Luminary Micro 系列之 EV-LM3S811 多个学习范例全都是基于 Keil 工程版的范例, 而范例内容列举如下: 1.BitBand 2.PWMgen3.GPIO_JTAG 4.Hello 5.Interrupts 6.QS_EV_LM3S811 7.Timers 8.UART_Out 9.WatchDog 等
  3. 所属分类:微处理器(ARM/PowerPC等)

    • 发布日期:2014-01-16
    • 文件大小:292191
    • 提供者:kly
  1. All Interrupts

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

    • 发布日期:2017-12-20
    • 文件大小:591872
    • 提供者:project2
  1. io

    0下载:
  2. Basic Interrupts and I/O Eivind, AVRfreaks.net, Oct.2002 Lets' get physical The natural place to start is the STK500. It is a very nice development board for the AVR, reasonably priced (~USD79) and provides all the environment we need to test s
  3. 所属分类:其他

    • 发布日期:2017-12-20
    • 文件大小:129024
    • 提供者:AliSidd
« 1 2 34 5 6 7 8 9 10 ... 43 »
搜珍网 www.dssz.com