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

搜索资源列表

  1. BrzaPWM

    0下载:
  2. Atmega16 switching on & off LED s 5 & 7 whit delay function using interrupts.
  3. 所属分类:SCM

    • 发布日期:2017-04-11
    • 文件大小:1423
    • 提供者:semir
  1. LAB_ATTEMPT2

    0下载:
  2. Verilog and SOPC implementation of interrupts for DE2 board and Cyclone -Verilog and SOPC implementation of interrupts for DE2 board and Cyclone II
  3. 所属分类:Other Embeded program

    • 发布日期:2017-05-20
    • 文件大小:5726629
    • 提供者:Peter J
  1. C51xuexi

    0下载:
  2. 通过这30个教程,初学者可以学到:单片机控制外部设备,读取外部设备状态,外部中断的应用,中断的深入理解,变量和标记的灵活应用,定时器的灵活应用,可编程自动控制的方法,按键控制设备动作的方法,PWM输出的设计,存储器的读写,延时报警器的设计,各种报警音的设计,音乐播放的设计,程序模块化的设计等等知识-30 through this tutorial, beginners can learn: SCM control external devices, read the external equip
  3. 所属分类:SCM

    • 发布日期:2017-05-04
    • 文件大小:1272632
    • 提供者:胡金平
  1. uart

    0下载:
  2. UART模块提供了一个全双工标准接口,用于完成SPCE061A与外设之间的串行通讯。借助于IOB口的特殊功能和UART IRQ中断,可以同时完成UART接口的接收发送数据的过程。-Full-duplex UART module provides a standard interface for the completion of SPCE061A and the serial communication between peripherals. With IOB mouth of the spe
  3. 所属分类:SCM

    • 发布日期:2017-03-28
    • 文件大小:17516
    • 提供者:nupt2006
  1. uC_OS-II_S3C44B0X

    0下载:
  2. 支持嵌套中断的uC/OS-II FOR 44B0 的移植代码。支持嵌套中断,也可以在中断中调用像OSMboxPost、OSSemPost这些系统函数。经过了多个实验的测试,运行得很稳定。这个代码也很容易移植到其他的ARM7片子上去。欢迎使用和提出意见。-Support for nested interrupts uC/OS-II FOR 44B0 migration of the code. Support for nested interrupts, you can also interrup
  3. 所属分类:uCOS

    • 发布日期:2017-04-05
    • 文件大小:344967
    • 提供者:好心
  1. HelpPC

    0下载:
  2. Interrupts list (HELP PC)
  3. 所属分类:software engineering

    • 发布日期:2017-04-17
    • 文件大小:258247
    • 提供者:alh
  1. interrupts

    0下载:
  2. 8051 interrupt handling
  3. 所属分类:assembly language

    • 发布日期:2017-05-02
    • 文件大小:1006066
    • 提供者:fio
  1. extr_intr

    0下载:
  2. code for demostrating the usage of external interrupts in ez-usb
  3. 所属分类:Other Embeded program

    • 发布日期:2017-03-27
    • 文件大小:40466
    • 提供者:anju
  1. wenjian

    0下载:
  2. 用软件实现RTC,在每秒中断一次的中断中调用-Using software RTC, interrupts per second interruption of a call
  3. 所属分类:SCM

    • 发布日期:2017-04-03
    • 文件大小:673
    • 提供者:吴海霞
  1. fourteenDSPtestprogram

    0下载:
  2. 14个DSP实验测试程序,包括存储器,串行口,步进电机,硬件中断,定时器,交通灯,滤波器,语音录放,显示屏等-14 DSP experimental test procedures, including storage, serial, stepper motors, hardware interrupts, timers, traffic lights, filter, voice recorder, screen, etc.
  3. 所属分类:DSP program

    • 发布日期:2017-04-25
    • 文件大小:89364
    • 提供者:hehe
  1. ModuleTest_a

    0下载:
  2. I/O驱动程序 设备驱动程序运行在内核空间,而应用程序则运行在用户空间,Linux操作系统通过系统调用和硬件中断完成从用户空间到内核空间的控制转移,执行系统调用的内核代码在进程的上下文中执行,也就是说代表调用进程操作而且可以访问进程地址空间的数据,中断处理程序相对进程而言是异步的,而且与任何一个进程都无关。 -I/O driver Device drivers run in kernel space, while the application is run in user
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-08
    • 文件大小:35369
    • 提供者:sxf
  1. F020ADC

    0下载:
  2. F020单片机的ADC0采样程序(使用中断)-F020 MCU ADC0 sampling procedures (using interrupts)
  3. 所属分类:SCM

    • 发布日期:2017-04-07
    • 文件大小:12513
    • 提供者:xkd4205
  1. DSP281x_Examples

    0下载:
  2. 关于DSP281x的一些例子,包括SPI、SCI、中断等。开发环境为TI公司CCS。-Some examples of DSP281x, including SPI, SCI, interrupts, etc.. TI development environment for the company CCS.
  3. 所属分类:Other Embeded program

    • 发布日期:2017-05-16
    • 文件大小:4587326
    • 提供者:ren
  1. MB95F204k

    0下载:
  2. 富士通MB95F204K(平台为Softune V300016),GPS模块为魔头罗拉M12,液晶为12864(并行),MCU向GPS发送命令,GPS返回数据,进行处理,通过12864显示,有2个外部中断,一个是翻页,另一个是向GPS发送命令,刷新数据并显示-Fujitsu MB95F204K (platform Softune V300016), GPS module for the devil roller M12, LCD is 12 864 (parallel), MCU sends c
  3. 所属分类:SCM

    • 发布日期:2017-03-30
    • 文件大小:124681
    • 提供者:agate123456
  1. nxp(done)

    1下载:
  2. 飞利浦NXP P89LPC936单片机的程序,使用了该单片机的大部分资源:使用了3个AD,1个DA,定时器,串口中断等等。本人严格测试通过。程序内容是控制光纤直放站的功率放大模块控制器。-Philips NXP P89LPC936 microcontroller program, use most of the resources of the MCU: Using the 3 AD, 1 个 DA, serial port interrupts, and most of the memory
  3. 所属分类:SCM

    • 发布日期:2017-03-29
    • 文件大小:63410
    • 提供者:张堪
  1. ssss

    0下载:
  2. control of 4 leds with 4 interrupts pic 16f84
  3. 所属分类:Other systems

    • 发布日期:2017-04-07
    • 文件大小:1366
    • 提供者:toutou
  1. TMS320C62x_DSP_CPU_and_Instruction_Set_Reference_G

    0下载:
  2. The TMS320C6000 digital signal processor (DSP) platform is part of the TMS320 DSP family. The TMS320C62x DSP generation and the TMS320C64x DSP generation comprise fixed-point devices in the C6000 DSP platform
  3. 所属分类:software engineering

    • 发布日期:2017-03-30
    • 文件大小:703490
    • 提供者:lee
  1. Interrupts

    0下载:
  2. 基与PIC单片机的中断模式所编写的子程序 .-PIC microcontroller-based and written in the interrupt mode subroutine.
  3. 所属分类:SCM

    • 发布日期:2017-04-03
    • 文件大小:6887
    • 提供者:晓锋
  1. led_os_sem_fiq

    0下载:
  2. AT91SAM7X256-EK平台,MDK开发环境,使用快速中断和信号量来控制LED-AT91SAM7X256-EK platform, MDK development environment, using fast interrupts and semaphores to control the LED
  3. 所属分类:uCOS

    • 发布日期:2017-05-03
    • 文件大小:1041632
    • 提供者:张志利
  1. interrupt

    0下载:
  2. 实现中断服务的程序,PC机用户可使用的硬件中断只有可屏蔽中断,由8259中断控制器管理。中断控制器用于接收外部的中断请求信号,经过优先级判别等处理后向CPU发出可屏蔽中断请求,灯亮来表明中断实现.-Interrupt service program to achieve, PC machine users can use hardware interrupts may be maskable interrupt only by the 8259 interrupt controller mana
  3. 所属分类:Windows Kernel

    • 发布日期:2017-03-27
    • 文件大小:555
    • 提供者:闫雪飞
« 1 2 ... 5 6 7 8 9 1011 12 13 14 15 ... 43 »
搜珍网 www.dssz.com