搜索资源列表
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
温度告警系统
- 温度告警系统,使用msp430控制芯片,对温度实行管理,如温度出现异常,则使用中断函数进行报警,同时可停止程序运行-temperature alarm system, using Controller chip control of temperature management, such as abnormal temperature, the use of the interrupt function for the police to stop while running
中断调用7
- 了解什么是中断 • 了解几个中断函数 • 了解中断服务程序的编写 -understand what is interrupted
v1394
- 这是一个人精简的1394设备驱动程序,利用xpddk开发,可以在xp 2000平台下运行。实现单字节操作,块操作其,注册中断函数回调等,工程名为amc2102为项目名称,代码实例实际上是1394设备驱动程序-This is a streamlining of the 1394 device drivers, using xpddk development, the xp 2000 platforms. Single-byte operation, block its operation, sus
串口中断服务函数集
- 串口中断服务函数集,好-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
music
- 一个播放音乐的例子,端口函数全部用的中断函数。
CFIDE_EXPER1
- ZLG/CF驱动接口函数实验,包括宏定义,函数原形及总线初始化函数,开关中断函数,读寄存器函数,写寄存器函数等
control-close-circuit
- FPGA闭环控制电路积分分离式PID算法子程序,算法函数,中断函数
ARM-LCD操作 (1)
- 封装了中断函数和W35屏的配置,以及图片,中文,英文,按键检测中断等(Package interrupt function and W35 screen configuration, as well as pictures, Chinese, English, button detection, interruption, etc.)
实验四:按键中断(库函数)
- 主要展示基于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)