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

搜索资源列表

  1. stm32-nrf2401-EXIT_usart

    0下载:
  2. 24l01接收端通过irq的下降沿触发stm32外部中断,在中断处理函数中实现无线接收,提高了代码效率。-24l01 receiving end through irq stm32 falling edge of external interrupt, the interrupt handler wireless receiver, improved code efficiency.
  3. 所属分类:SCM

    • 发布日期:2017-11-02
    • 文件大小:5883740
    • 提供者:王整
  1. USIM

    1下载:
  2. SOC芯片的USIM卡驱动,包括测试程序。含有ICC基本初始化程序,SIM接口控制器初始化程序,UICC中断处理例程,卡稳定插入中断处理例程,卡启动流程完成中断处理例程。-SOC chip USIM card drivers, including test procedures. ICC containing basic initialization procedure, SIM interface controller initialization procedure, UICC interr
  3. 所属分类:DSP program

    • 发布日期:2017-11-10
    • 文件大小:16537
    • 提供者:
  1. MCS51_uCOC_II

    0下载:
  2. 1。在文件OS_CORE.C中OSMapTbl和OSUnMapTbl数组用于查表,所以应该放在code里。 增加code关键字。UCOS_II.H和OS_CORE.C。 2。OS_CFG.H堆栈大小MaxStkSize改为900。 3。OS_CPU_C.C的InitTimer0函数增加了关于开T0中断的解释。 允许T0中断,此时EA=0(51上电缺省值),中断还不会发生,满足在OSStart()前不产生中断的要求。 4。修改中断处理流程,以便严密监视中断
  3. 所属分类:uCOS

    • 发布日期:2017-03-25
    • 文件大小:67444
    • 提供者:by
  1. key

    0下载:
  2. 基于msp430的外部中断设定和中断处理-Based on msp430 external interrupt settings and interrupt handling
  3. 所属分类:SCM

    • 发布日期:2017-04-10
    • 文件大小:513
    • 提供者:程明
  1. SCI

    0下载:
  2. MC9S12的SCI中断接受函数,包括锁相环设置,SCI接口初始化,中断处理函数-MC9S12 SCI interruption function, including phase-locked loop setting, SCI interface initialization, interrupt handler
  3. 所属分类:ARM-PowerPC-ColdFire-MIPS

    • 发布日期:2017-04-06
    • 文件大小:145939
    • 提供者:ll
  1. qq

    0下载:
  2. 利用管道技术实现父子进程间通信,具体流程:父进程以3秒为周期接收用户输入并发送到子进程,子进程接收到信息后显示并回传,父进程接收到回传信息后显示。父子进程在通信过程中采用信号中断处理方式进行处理,接收到“exit”字符串后父子进程均退出。(提示,采用SIGUSR1或SIGUSR2信号)-The use of pipeline technology communication between parent and child, the specific process: the parent pr
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-06
    • 文件大小:14231
    • 提供者:段慧妍
  1. shiyan2

    0下载:
  2. 开发环境:unSP IDE 2.0.0 实验目的:通过本实验熟悉SunPlus SPCE061A单片机的I/O,定时器的使用方法。中断系统的 使用。熟悉IDE开发环境的使用。 0 实验设备:装有WINDOWS操作系统以及SunPlus IDE仿真开发环境的PC机一台; ì’nSP™ 十六位单片机实验板及扩展板。 实验原理:通过键盘扫描获得键值后分别控制二极管的亮灭;使用定时器产生不同的显示模 式。 实验步骤: 1).连接PC机与SunPlus061A仿
  3. 所属分类:SCM

    • 发布日期:2017-04-01
    • 文件大小:50858
    • 提供者:niu
  1. lpc2138_timer0_interrupt

    0下载:
  2. lpc2138定时器0的中断处理过程.中断的初始化和 处理过程-LPC2138 TIMER0 interrup source code.THE initionlize and interrup handle.
  3. 所属分类:SCM

    • 发布日期:2017-04-10
    • 文件大小:1439
    • 提供者:yangxiaolan
  1. stm32Interrut

    0下载:
  2. 嵌套向量中断控制器(NVIC)和处理器核的接口紧密相连,可以实现低延迟的中断处理和有效处理地处理晚到的中断-The NVIC and the processor core interface are closely coupled, which enables low latency interrupt processing and efficient processing of late arriving interrupts.
  3. 所属分类:Other systems

    • 发布日期:2017-04-08
    • 文件大小:22871
    • 提供者:rig
  1. jhz

    0下载:
  2. 页式虚拟存储管理中地址转换过程和模拟缺页中断的处理。实验具体包括:首先对给定的地址进行地址转换工作,若发生缺页则先进行缺页中断处理,然后再进行地址转换;最后编写主函数对所作工作进程测试。 假定主存64KB,每个主存块1024字节,作业最大支持到64KB,系统中每个作业分得主存块4块。-C program
  3. 所属分类:OS Develop

    • 发布日期:2017-04-01
    • 文件大小:1596
    • 提供者:jin hui zhen
  1. Job

    0下载:
  2. 要求给出一种作业调度方案,使所给的n个作业在尽可能短的时间内由m台机器加工处理完成。约定,每个作业均可在任何一台机器上加工处理,但未完工前不允许中断处理。作业不能拆分成更小的子作业。-Required to give a scheduling program, so as to the n operations in the shortest possible time by the m-machine processing. Convention, each job can be proces
  3. 所属分类:Data structs

    • 发布日期:2017-04-10
    • 文件大小:1326
    • 提供者:刘远忠
  1. sy2

    0下载:
  2. 外部中断技术的基本使用方法和中断处理程序的编程方法-The basic use of external interrupts and interrupt handling techniques programing method
  3. 所属分类:SCM

    • 发布日期:2017-04-23
    • 文件大小:21396
    • 提供者:sidney001
  1. cmp

    0下载:
  2. c8051f040中比较器0调试程序,带中断处理和比较器状态crossbar输出源程序-C8051f040 comparator debug program, include interrupt process and comparator status. crossbar outputting the source program
  3. 所属分类:Embeded-SCM Develop

    • 发布日期:2017-04-11
    • 文件大小:1478
    • 提供者:tarysou
  1. cc2530_uart

    0下载:
  2. cc2530与pc通信,中断处理接收数据。-cc2530 with pc communication, interrupt handling received data.
  3. 所属分类:SCM

    • 发布日期:2017-04-17
    • 文件大小:11358
    • 提供者:dbh
  1. eCosIDP

    0下载:
  2. 描述在ECos下如何创建中断处理程序,好的中断处理能够提高系统的稳定性和执行效率,值得一看-Ecos describe how to create interrupt handling procedures, interruption of treatment can best improve the stability of the system and implementation of efficiency, see
  3. 所属分类:Embeded-SCM Develop

    • 发布日期:2017-04-14
    • 文件大小:4111
    • 提供者:suspendthe
  1. Interrupt_programming

    0下载:
  2. MC9SDG128B的中断编程方式,包括一个16位自由定时器溢出中断处理程序-Interrupt programming MC9SDG128B
  3. 所属分类:Embeded-SCM Develop

    • 发布日期:2017-04-14
    • 文件大小:5028
    • 提供者:newgove
  1. intrrupt

    0下载:
  2. 一个外部中断的列子,描述了利用单片机指令,进行多IO口操作的中断处理。-An external interrupt Liezi, describes the use of microcomputer instruction, multi-IO port interrupt handling operations.
  3. 所属分类:Embeded-SCM Develop

    • 发布日期:2017-04-15
    • 文件大小:6468
    • 提供者:mategr
  1. exint

    0下载:
  2. nRF24le1单片机的外部中断测试程序,配合LED灯检测外部中断处理函数的结果,LED保持亮,当外部中断触发时,LED灯灭-External nRF24le1 microcontroller interrupt testing procedures, with LED lights detection results of the external interrupt handler, LED remains lit when external interrupt is triggered,
  3. 所属分类:Embeded-SCM Develop

    • 发布日期:2017-04-16
    • 文件大小:20173
    • 提供者:林祥宇
  1. INTERMIT1

    0下载:
  2. 用单次脉冲申请中断,在中断处理程序中对输出信号进行翻转。-Applications with a single pulse interrupt, the interrupt handler flip the output signal.
  3. 所属分类:SCM

    • 发布日期:2017-04-17
    • 文件大小:12441
    • 提供者:wayne
  1. eCosIDP

    0下载:
  2. 描述在ECos下如何创建中断处理程序,好的中断处理能够提高系统的稳定性和执行效率,值得一看-Ecos describe how to create interrupt handling procedures, interruption of treatment can best improve the stability of the system and implementation of efficiency, see
  3. 所属分类:Embeded-SCM Develop

    • 发布日期:2017-04-14
    • 文件大小:4150
    • 提供者:杜兰特
« 1 2 ... 11 12 13 14 15 1617 18 19 20 21 ... 40 »
搜珍网 www.dssz.com