搜索资源列表
MCS-51系统中断优先级的软扩展
- 鉴于MCS-51系统只提供“二级中断嵌套”,提出扩展51系统中断优先级的纯软件方法。其利用51系统内建的中断允许寄存器IE和中断优先级寄存器IP,通过屏蔽字机制来实现;以C51的形式,给出这种扩展方法的函数库实现,为该方法的使用赋予友好、简洁的用户接口。-Given MCS-51 systems only provide "two interrupt nesting," expanded 51 priority system interruption of pure soft
串口中断服务函数集
- 串口中断服务函数集,好-interrupt service function sets, good
串口中断函数集
- 搜集了一些关于串口中断的一些函数-collected some of the interrupt function
key_state_mechine
- 4*4矩阵键盘扫描函数,用状态机实现,不用延时以消抖,只需在一个定时10~12ms左右的中断函数里调用,从而节省了单片机时间-4 * 4 matrix keyboard scan function, the state machine to achieve, not delay to eliminate buffeting, only in a regular 10-12ms about the interruption function within the call, thereby sav
MSP430-5-1
- 描述:MSP430框架程序。适用于MSP430F149,其他型号需要适当改变。 不使用的中断函数保留或者删除都可以,但保留时应确保不要打开不需要的中断。 保留中断函数,编译器将会为BSL密码填充所有的字节。-Descr iption : MSP430 framework procedures. MSP430F149 applicable to other models require appropriate changes. Do not use the interrupt func
CFIDE_EXPER1
- ZLG/CF驱动接口函数实验,包括宏定义,函数原形及总线初始化函数,开关中断函数,读寄存器函数,写寄存器函数等
control-close-circuit
- FPGA闭环控制电路积分分离式PID算法子程序,算法函数,中断函数
T2
- infineon的ht166单片机定时器中断函数模板。
本移植也是从网上Download的
- 1. 本移植也是从网上Download的,稍微做了一下整理. 移植除了OS_CPU.h,OS_CPU_A.s,OS_CPU_C.C 三个函数外 对中断专门用了一个函数OS_int_A.s 按其中的规则 写中断函数即可 2。应用实例为\\ArmUCOS\\App\\test1\\test.mcp,在周立功2104的扳子上 的ram中就可直接运行(code+data<16K), 注意使用了.a库文件 (我习惯这么用) 3. 将所有的文件放到D:\\ArmUCOS\\下,这样上面的文件能直接编译
msp430f449jianpanchengxu
- MSP430框架程序。适用于MSP430F449,其他型号需要适当改变。 不使用的中断函数保留或者删除都可以,但保留时应确保不要打开不需要的中断。 保留中断函数,编译器将会为BSL密码填充所有的字节。
avrcasm
- 这仅仅是一个用于演示ICCAVR中调用汇编语言中断函数的实例,这个演示的处理方法也可以用于一般非中断汇编函数的调用。本实例中演示了字节变量和字变量在汇编中的引用和运算处理-this is only a demo ICCAVR Calling assembly language interrupt function examples, the presentation approach also can be used for general non-interrupted compilation
C51.rar
- STC89C51的模板,内有内部定时器函数,外部中断函数,以及程序的初始化。,STC89C51 template, with an internal timer function, the external interrupt function, as well as the procedures initialized.
实验四:按键中断(库函数)
- 主要展示基于STM32F0X的按键中断函数,比较详细(The main display based on the STM32F0X button interrupt function, more detailed)
外部中断实验
- 基于STM32f4107ZGT6开发平台,软件用的是keil,利用外部中断实现led的闪烁(Using external interrupts to achieve LED flashing)
实验四 定时器与外部中断
- 时间中断函数,基于51单片机,用keil编的程序,希望对大家有用(key is the main you she is aji kei)
xuanzuo
- 单片机中断函数应用,基础题,实现2s精确定时(Microcontroller interrupt function application, basic questions, the realization of 2S precise timing)
DSQ+流水灯在T0中断里
- 把流水灯跟数码管刷新放到T0中断里,写成并行程序结构,与主函数里的程序不冲突(The flow lamp and the digital tube refresh in the T0 interrupt, written in parallel program structure, and the main function of the program does not conflict.)
LED灯外部中断
- 用单片机的外部中断来控制LED灯的亮灭(库函数开发)(External interrupts with the microcontroller to control the LED lights off (library function development))
实验8 定时器中断实验
- 使用stm32f103,利用库函数实现定时中断。(Implementation of timing interruption)