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

搜索资源列表

  1. ADC_DB_main

    0下载:
  2. PIC测试辐射强度代码,详细的ADC,中断处理,定时器处理源代码-PIC adc test
  3. 所属分类:SCM

    • 发布日期:2017-04-02
    • 文件大小:4910
    • 提供者:包庆幸
  1. c8051f500LIN的例程

    2下载:
  2. c8051f500LIN的例程,包括配置,中断处理,数据发送,数据接收,通过它,可以很容易了解LIN的操作-c8051f500LIN routines, including configuration, interrupt handling, data transmission, data reception, through it, you can easily understand the operation of LIN
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2017-03-26
    • 文件大小:8486
    • 提供者:fei
  1. 1250

    0下载:
  2. msp430与ADS1250接口程序,包括msp430的SPI口配置和中断处理程序。-MSP430 with ADS1250 interface program, including the MSP430
  3. 所属分类:SCM

    • 发布日期:2017-04-17
    • 文件大小:83607
    • 提供者:王立杰
  1. UART0_int

    0下载:
  2. ARM UART中断处理啊试验AR M UART中断处理啊试验-ARM UART interrupt handling test ah AR M UART interrupt handling test ah
  3. 所属分类:ARM-PowerPC-ColdFire-MIPS

    • 发布日期:2017-03-24
    • 文件大小:106692
    • 提供者:黎明
  1. dcpwm

    0下载:
  2. 直流电机的开环控制,包括初始化设施定时器,设置PWM的脉冲宽度和设定方向,定时器中断处理程序等-Open-loop DC motor control, including the initialization facilities timer, set the PWM pulse width and set a direction for the timer interrupt handling procedures
  3. 所属分类:SCM

    • 发布日期:2017-04-10
    • 文件大小:1141
    • 提供者:小亮
  1. touch

    0下载:
  2. 在驱动程序中设定了触摸屏所处的7个不同状态,分别用从-1到5的数字表征,这7个状态构成了一个触摸屏状态机,系统根据当前状态做出下一步的处理,如表1所示。整个软件设计根据功能可以划分为5个部分,分别是初始化、设备打开、读操作、中断处理以及I/O控制-In the driver set the touch screen in which seven different states, respectively, from-1 to 5 the number of characterization,
  3. 所属分类:SCM

    • 发布日期:2017-03-22
    • 文件大小:1341
    • 提供者:solo
  1. IRQ

    0下载:
  2. ARM嵌入式系统关于IRQ中断处理基于c语言的实验代码-ARM Embedded System on the IRQ interrupt handling of the experiment based on the c language code
  3. 所属分类:Embeded-SCM Develop

    • 发布日期:2017-04-03
    • 文件大小:27413
    • 提供者:萌萌
  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
    • 文件大小:4066
    • 提供者:jack
  1. usart_half_mode

    0下载:
  2. Avr单片机半双工模式Usart驱动,用中断实现, 可以像打开文件一样处理usart数据。-Usart communication half mode, implements by interrupt, Can process as file
  3. 所属分类:SCM

    • 发布日期:2017-04-09
    • 文件大小:4192
    • 提供者:沙卡
  1. Bycore-1.0.12

    0下载:
  2. Bycore是一个嵌入式操作系统内核。Bycore包括内存管理、任务管理、中断管理、任务互斥、同步与通信管理等功能。Bycore全部由C语言完成,只有少量的与硬件有关的代码由汇编代码完成。Bycore支持64优先级的多任务管理,任务数量由实际的内存大小决定。Bycore是一个抢占式的内核,任务间的切换时间确定,使得用户可以完全确定任务的切换时机。内存管理采用一种全新的算分配策略,兼顾了分配速度、管理简单、利用率高等特点。为便于移植,只需要简单修改Bycore提供的几个函数即可。另外,Bycore
  3. 所属分类:SCM

    • 发布日期:2017-04-16
    • 文件大小:135769
    • 提供者:李默涵
  1. 32bitcycletimer

    0下载:
  2. 基于《Stellaris外设驱动库》的例程:定时器32位周期定时示例 请掌握以下库函数的用法: TimerConfigure() TimerLoadSet() TimerEnable()/TimerDisable() TimerIntEnable() TimerIntStatus() TimerIntClear() 本实验实现了如何定时器产生周期性中断。定时器被设置为每秒产生2次中断,在每次进入中断处理程序中时都翻转一侧对应的GPIO端口。
  3. 所属分类:Embeded-SCM Develop

    • 发布日期:2017-04-16
    • 文件大小:12387
    • 提供者:
  1. Timer16BitOneShot

    0下载:
  2. 基于《Stellaris外设驱动库》的例程: 定时器16位单次触发定时示例 本实验演示了如何将定时器仅产生一次中断,用TimerFlag作为是否进入过中断的标志。在中断处理函数中,置位TimerFlag,从而熄灭LED1。 -Based on " Stellaris peripheral driver library" of routines: 16-bit timer to trigger a single sample from time to time in
  3. 所属分类:Embeded-SCM Develop

    • 发布日期:2017-04-04
    • 文件大小:10509
    • 提供者:
  1. LM3STimer16BitPeriodic

    0下载:
  2. 基于《Stellaris外设驱动库》的例程:定时器16位周期定时示例 本实验程序演示了如何使用定时器实现周期性中断。定时器从装载值递减至0后产生一次中断,在中断处理函数中翻转一次LED1。LED1指示灯指示了每次中断及中断的速率。-Based on " Stellaris peripheral driver library" of routines: 16-bit cycle timer example of the experimental procedures f
  3. 所属分类:Embeded-SCM Develop

    • 发布日期:2017-04-07
    • 文件大小:11027
    • 提供者:
  1. C

    0下载:
  2. 中断处理是DSP应用系统中必不可少的一个重要环节。本文阐述DSP芯片TMS320F2812的中断机制和中断处理过程,并给出用C语言编程实现中断处理过程的思路和实例。 -DSP interrupt handling applications is an important part essential. In this paper, TMS320F2812 chip DSP interrupt mechanism and interrupt handling process, and give
  3. 所属分类:DSP program

    • 发布日期:2017-04-04
    • 文件大小:207069
    • 提供者:梁丹
  1. aa

    0下载:
  2. 实现对触摸屏的接口设置 中断处理 从而对触摸屏进行驱动-The realization of the interface of the touch screen interrupt handling settings on the touch screen in order to drive
  3. 所属分类:SCM

    • 发布日期:2017-04-09
    • 文件大小:113801
    • 提供者:zzzz
  1. dingshi

    1下载:
  2. 两个定时实验,1.具体要求:采用定时器T0的溢出中断,单片机P1.0接发光二极管LED0。T0的每一次中断,在中断处理程序中都会对LED0的状态做一次改变(P1.0输出信号进行反转)。 2.具体要求:定时器T1每0.05秒中断一次,单片机P1口接8个发光二极管LED0~LED7,编写程序,使发光二极管有规律地循环点亮。例如:开机后,第一秒钟LED0、LED2亮,第二秒钟LED1、LED3亮,第三秒钟LED4、LED6亮,第四秒钟LED5、LED7亮,第五秒钟LED0、LED2、LED4、LE
  3. 所属分类:SCM

    • 发布日期:2014-04-21
    • 文件大小:78976
    • 提供者:scarly
  1. waibuzhongduan

    0下载:
  2. 采用外部中断INT0(用按键BUTTON模拟)中断,单片机P2口为输出口外接两位LED数码管。每申请一次中断(按下BUTTON),在中断处理程序中对数码管的显示数据作加1改变(实验中P2口外接的两位LED数码管采用7447硬件译码的方式以BCD码显示)。-The use of external interrupt INT0 (with simulated BUTTON button) interrupt, microcontroller P2 output port for an externa
  3. 所属分类:SCM

    • 发布日期:2017-04-01
    • 文件大小:49817
    • 提供者:scarly
  1. I2C

    0下载:
  2. I2C协议的详细介绍及其内部中断处理函数具体操作-I2C protocol and the internal details of interrupt handling function
  3. 所属分类:Embeded-SCM Develop

    • 发布日期:2017-05-11
    • 文件大小:2141546
    • 提供者:xiaoguang
  1. Interrupt_programming

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

    • 发布日期:2017-04-14
    • 文件大小:4983
    • 提供者:liyuan
  1. 7.1_GPIO_test

    0下载:
  2. 此工程里面的程序是ST公司的STM32芯片的跑灯实验,里面还涉及到案件以及中断处理等等。对学习STM32需要做中断,按键,或者控制LED的人来说很不错。已经在real view MDK 3.24下编译通过。-Procedures inside the project is ST' s STM32 chip experiment running lights, which also involves the case, as well as interrupt handling and so
  3. 所属分类:Embeded-SCM Develop

    • 发布日期:2017-04-16
    • 文件大小:226588
    • 提供者:liu
« 1 2 3 45 6 7 8 9 10 ... 24 »
搜珍网 www.dssz.com