搜索资源列表
swi
- ARM处理器软中断处理。a_swi.s文件是最开始处理的SWI句柄,用ARM汇编指令编写。c_swi.c文件是在执行a_swi.s文件之后调用执行的C语言SWI句柄。 -ARM processor soft interrupt handling. a_swi.s document is the beginning of the SWI handler deal with the preparation of ARM compilation directives. c_swi.c document
TIMER_RVMDK
- 本源码为STM32的定时器使用例程,主要测试定时器2的功能。开发环境realviewMDK 将定时器2设置为输出比较模式,4个通道分别设置不同的比较值,因此每个通道产生中断的频率不同。在中断处理程序中分别相应的LED翻转,从而可以观察到4个闪烁频率不同的LED。 闪烁频率由快到慢:LD5、LD6、LD4、LD3。-The source code for the STM32 timer routine use, the main test Timer 2 functions. Develo
timers
- Timer This example application demonstrates the use of the timers to generate periodic interrupts. One timer is set up to interrupt once per second and the other to interrupt twice per second each interrupt handler will toggle its own indi
4.3_int_test
- 英贝特第三代板子的中断处理程序,经检验已经可以运行了-Ingbert third-generation board' s interrupt handler, checked already running
S3C2410-init
- 基于ARM9芯片S3C2410异常中断程序设计。验证的代码详细分析了基于ARM嵌入式系统的异常处理流程。然后阐明关键字“-irq”的作用,设计出中断处理函数。最后,通过设置中断控制寄存器,设计外部中断EINT3的初始化程序,并给出主程序流程图。实践证明程序运行稳定可靠。-S3C2410 ARM9-based chip exception interrupt programming. Detailed analysis of the code verification of embedded sy
intc_sw_handlers_vle
- powerpc 中断处理,IVOR4的handler-powerpc interrupt,handler of IVOR4
RS232_C51
- RS232,C51中断处理函数及相关子函数-RS232, C51 and Related Functions interrupt handler
gpio_test.c.tar
- 针对OMAP3530处理器,用来测试GPIO的模块程序。这个程序可以申请gpio,为gpio设置中断处理函数等功能。-For the OMAP3530 processor, the program is used to test the GPIO. This procedure can apply gpio, gpio settings for the interrupt handler functions.
EINTInit
- 基于ARM的M3核所编写的外部中断处理程序-Prepared by M3 core, ARM-based external interrupt handler
STM32_SVC
- The SVC project is a simple program for the STM32F103RBT6 using Keil MCBSTM32 Evaluation Board and shows how to implement software interrupt functions It includes the file SVC.c which implements the SVC handler. The SVC function declaratio
IRQ
- s3c2440开发板中断处理程序(RealView MDK),RealView MDK 4.60下的非常简单的中断处理程序,按键点亮LED灯。-s3c2440 development board interrupt handler (RealView MDK) RealView MDK 4.60 very simple interrupt handler, the button is lit LED lights.
SCI
- MC9S12的SCI中断接受函数,包括锁相环设置,SCI接口初始化,中断处理函数-MC9S12 SCI interruption function, including phase-locked loop setting, SCI interface initialization, interrupt handler
ek-lm4f120xl--interrupts
- ek-lm4f120xl TI Stellaris LaunchPad 例程之中断实验-This example application demonstrates the interrupt preemption and tail-chaining capabilities of Cortex-M4 microprocessor and NVIC. Nested interrupts are synthesized when the interrupts have the same p