搜索资源列表
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
2104_VIC.RAR
- 在LPC2104上实现中断嵌套的例子,也适用于LPC2100系列的其他型号-achieving interrupt nesting example, also apply to LPC2100 series of other models
MCS5_uCOC_II
- 移植到MCS51的uCOS_II。 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()前不产生中断的要求。
INT
- LPC2106外部中断实例,包括一个按键中断,两个按键中断,中断嵌套和按键中断控制数码管显示程序,共四个程序。-LPC2106 external interrupts cases, including the interruption of a button, two button interrupts, interrupt nesting, and interrupt control button digital control with a total of four procedures.
INT0_INT1
- ATMEGA16单片机INT0 INT1中断嵌套实验-Single-chip ATMEGA16 experimental INT0 INT1 interrupt nesting
ucos2_s3c2410_mdk
- uC/OS-II for S3C2410 MDK版 ----------------版本----------------- 核心版本:V2.86 原版 移植版本:AN-1014 原版 其余部分取自 bobey ---------------编译器--------------- RealView MDK-ARM Version:3.24 测试正常 ----------------目录---------------- /Appli
uCOS276+44B0X
- uCOS-V2.76版本成功移植在ARM7 44B0X处理器上,支持系统时钟以及中断嵌套,很有学习价值,本人已经测试通过,欢迎下载学习.-uCOS-V2.76 version of the success of transplantation in the ARM7 44B0X processors to support the system clock and interrupt nesting, it is worth learning, I have the test are welcom
VogU7M19
- ads下ucos在9200上的移植,串口中断嵌套-uCOS ads in 9200 under the transplantation, the serial interrupt nesting
VIC_nesting
- 周立功的模板,实现定时器和外部中断C语言下的中断嵌套。-Week Ligong template realize timer and external interrupt under C language interrupt nesting.
uCOSII44b0
- ucos2 移植到44b0 上的源代码,支持中断嵌套,调试通过.-44b0 on ucos2 transplanted into the source code to support interrupt nesting, debugging through.
uC_OSII
- uCOS-II源代码,此代码已经成功移植到44B0 CPU,我已经应用在实际项目,代码实现了中断嵌套,对于小型系统中需要跑操作系统,此代码是个不错的选择。-uCOS-II source code, the code has been successfully transplanted to 44B0 CPU, I have used in the actual project, the code to achieve the disruption of nesting, for small sy
13-1
- MSP430系列单片机实用C语言程序设计中断嵌套程序-MSP430 Microcontroller C Programming Language utility program designed to interrupt nesting
calander
- 基于arm的万年历程序。带按键和显示,中断嵌套-Based on the arm of the calendar program. With buttons and display, interrupt nesting
VIC_nesting
- lpc2131硬件不支持中断嵌套,该例程通过软件实现中断嵌套-lpc2131 hardware does not support interrupt nesting, the routine through the software interrupt nesting
uCOSNestingIrq
- uCOS在44b0芯片下的移植工程,该工程支持中断嵌套,在工程中笔者实现了44b0的看门狗功能,以及实现了用户定时器和消息模块,值得学习和参考。-uCOS transplanted under the 44b0-chip project, the project supports interrupt nesting in the project I realized 44b0 of the watchdog function, and the realization of the user ti
IAR_UCOS_II
- 这是一个移植在ATMEGA16上的UCOS操作系统例子,和正常的移植不同,这个例子中将系统的中断栈和各个任务的任务栈分开了,中断嵌套时要保护的上下文和在中断中分配的临时变量全部在唯一的一个中断栈中,它带来的好处是可以在内存比较小的单片机上使用UCOS,坏处也是显而易见的,它增加了中断切换的时间和复杂性,要根据实际情况取舍。这个例子使用IAR EWAVR 5.30打开。-This is a transplant in the ATMEGA16 UCOS operating system on th
Interrupt
- 430单片机中断嵌套程序,经调试验证,可用-430 SCM interrupt nesting procedures, verified by debugging can be used
qiantao
- MSP430关于中断嵌套和应用,新手必看的资料-MSP430 interrupt nesting and on the application of information Xinshoubikan
MCU
- 对工业对象中主要的被控参数电阻炉炉温进行研究,设计了硬件电路和软件程序. 硬件电路选用8031单片机, 软件程序采用两重中断嵌套方式.提出了一种PID 控制的方法, 即只调节Kp 一个参数, 来实现PID 控制. 与常规PID 三个参数调整相比,省时、高效, 为实现简易的自整定控制带来方便.-The main object of the Industrial Resistance Heater controlled parameter study and design of hardware c
an10381
- nesting of interrupts in lpc 210x