搜索资源列表
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
2407 PID 算法项目文件
- 一个TSM320C2407的PID控制算法 很管用,可以在C中嵌套使用.-a TSM320C2407 PID control algorithm is very effective, and the C nested.
lowpass
- 低通滤波源码,C与汇编嵌套,效率奇高。 为1K,FFT.基于54系列-source low-pass filtering, with the compilation of nested C, a high efficiency. 1K, FFT. Based on Series 54
divded-VHDL
- 一个简单的VHDL分频模块,可以嵌套自己的子程序实现任意分频-a simple VHDL-frequency module, which can be nested subroutine achieve their arbitrary frequency -
NestedInterrupts
- Freescale HCS12 系列嵌套中断源码-Freescale HCS12 series nested interrupt source
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()前不产生中断的要求。
9200UCOS
- 移植文件针对中断处理部分作了处理,支持中断嵌套!(重新编译若出现错误,请删掉原编译的文件,后重新编译或者删掉工程文件后,重新利用源码文件建立新工程文件即可!)-portable document against interrupt handling of processed, nested interrupt support! (Recompiled if there is a mistake, please delete the original translation of document
AVR-5
- AVR单片机入门及C语言高效设计实践(五) ATMEAG16L的中断系统什么是“中断”?顾名思义中断就是中断某一工作过程去处理一些与本工作过程无关或间接相关或临时发生的事件,处理完后,则继续原工作过程。比如:你在看书,电话响了,你在书上做个记号后去接电话,接完后在原记号处继续往下看书。如有多个中断发生,依优先法则,中断还具有嵌套特性。又比如:看书时,电话响了,你在书上做个记号后去接电话,你拿起电话和对方通话,这时门铃响了,你让打电话的对方稍等一下,你去开门,并在门旁与来访者交谈,谈话结束,关
interrupt
- mc9s12dg128中几个重要中断的设置和相互嵌套的实现
eport
- m.core(moto)下实现多优先级嵌套范例
c51_DATE
- c51写的日历时钟程序,很通用,可以在很多地方嵌套,使用方便
int
- STR912的中断控制器的应用例子,关于中断嵌套的应用。开发环境为IAR EWARM,
FFTfor54
- 低通滤波源码,C与汇编嵌套,效率奇高。为1K,FFT.基于54系列
VIC_nesting
- 周立功的模板,实现定时器和外部中断C语言下的中断嵌套。-Week Ligong template realize timer and external interrupt under C language interrupt nesting.
calander
- 基于arm的万年历程序。带按键和显示,中断嵌套-Based on the arm of the calendar program. With buttons and display, interrupt nesting
uC_OS-II_S3C44B0X
- 支持嵌套中断的uC/OS-II FOR 44B0 的移植代码。支持嵌套中断,也可以在中断中调用像OSMboxPost、OSSemPost这些系统函数。经过了多个实验的测试,运行得很稳定。这个代码也很容易移植到其他的ARM7片子上去。欢迎使用和提出意见。-Support for nested interrupts uC/OS-II FOR 44B0 migration of the code. Support for nested interrupts, you can also interrup
MCUzhongduanCode
- 单片机中断嵌套 单片机中断嵌套 单片机中断嵌套 -MCU Interrupt
interrupt
- AT89X51单片机中断嵌套程序,定时器1与外部中断0相互嵌套-AT89X51 microcontroller interrupt nesting procedures, external interrupt 0 timer 1 and nested within each other
Keil_XMC1300中断嵌套例程
- Keil_XMC1300中断嵌套例程,基于Keil(Keil_XMC1300 interrupt nesting routine)