搜索资源列表
软件模拟USART
- PIC模拟异步串行通讯UART。用TMR0实现定时查询。任何带中断的PIC上都可以实现。可用此法扩展多个串口。-PIC simulation asynchronous serial communications UART. Timing TMR0 with inquiries. Any interruption with the PIC are to be attained. This method can be extended se
MCS-51系统中断优先级的软扩展
- 鉴于MCS-51系统只提供“二级中断嵌套”,提出扩展51系统中断优先级的纯软件方法。其利用51系统内建的中断允许寄存器IE和中断优先级寄存器IP,通过屏蔽字机制来实现;以C51的形式,给出这种扩展方法的函数库实现,为该方法的使用赋予友好、简洁的用户接口。-Given MCS-51 systems only provide "two interrupt nesting," expanded 51 priority sy
ARM_SWI_port
- UCOS在ARM7TDMI上的移植。与它的官方版不同的是,采用了软件中断进行OSCtxSw,_IntCtxSw,等与CPU相关的操作。而且经过测试,比原版更加稳定,效率也更高。-ARM7TDMI UCOS in the transplant. With its official version is different is that the software used for OSCtxSw interruption, _IntCtx
ARMzhiling
- ARM 指令集寄存器和处理器模式(26-bit 体系) 寄存器和处理器模式(32-bit 体系) 程序状态寄存器和操纵它的指令 寄存器装载和存储指令 算术和逻辑指令 移位操作 乘法指令 比较指令 分支指令 条件执行 软件中断指令-ARM instruction set processor registers and model (26-bit system) and the p
hwi_swi
- CCS开发环境下,在HWI硬件中断服务中启动SWI软件中断线程的源码,适合学习软件&硬件中断-CCS development environment, HWI hardware interrupt service interruption started SWI threaded software source code, for learning software & hardware interrupt
DSP--1
- 一个DSP软件中断例子,比较实用,程序里常常需要嵌入-a DSP software interruption example, more practical that the procedures often require embedded
semtest
- ccs中HWI硬件中断服务中启动SWI软件中断线程的例子,已经经过调试-ccs which HWI hardware interrupt service launched SWI software interrupted threads example, after debugging
28BIOS_switest
- 28bios中在关软件中断的使用,如何使用软件中断启动软件中断,并且输出信息。-28bios relations in the use of software interruption, how to use the software interrupt the boot software interruption and output information.
at91sam7x256_twi
- atmel ARM7单片机at91sam7x256软件中断实验程序-atmel ARM7 MCU at91sam7x256 software interruption experimental procedure
swifor2410
- 基于ARM920T内核的S3C2410下的SWI(软件中断)程序,ARM所作-Based on ARM920T core of the S3C2410 SWI (software interrupt) procedures, ARM made
mo_control
- 我写的直流电机调速程序,采用STC12C1052单片机,自带两路PWM输出,也可以使用软件中断定时来实现,速度闭环控制,采用霍尔反馈,原理图没有附上,有需要请发到我邮箱,qxs5264@163.com-I write Motor Speed procedures used STC12C1052 microcontroller, Lu, bringing their two PWM output, the software can als
timer_soft_test
- 基于5402dsp的软件定时器的一种实现方法,同时也可以测试DSP的软件中断-5402dsp software based on a timer method. It could also test the software DSP suspended
软件模拟USART
- PIC模拟异步串行通讯UART。用TMR0实现定时查询。任何带中断的PIC上都可以实现。可用此法扩展多个串口。-PIC simulation asynchronous serial communications UART. Timing TMR0 with inquiries. Any interruption with the PIC are to be attained. This method can be extended se
MCS-51系统中断优先级的软扩展
- 鉴于MCS-51系统只提供“二级中断嵌套”,提出扩展51系统中断优先级的纯软件方法。其利用51系统内建的中断允许寄存器IE和中断优先级寄存器IP,通过屏蔽字机制来实现;以C51的形式,给出这种扩展方法的函数库实现,为该方法的使用赋予友好、简洁的用户接口。-Given MCS-51 systems only provide "two interrupt nesting," expanded 51 priority sy
DSP--1
- 一个DSP软件中断例子,比较实用,程序里常常需要嵌入-a DSP software interruption example, more practical that the procedures often require embedded
at91sam7x256_twi
- atmel ARM7单片机at91sam7x256软件中断实验程序-atmel ARM7 MCU at91sam7x256 software interruption experimental procedure
swifor2410
- 基于ARM920T内核的S3C2410下的SWI(软件中断)程序,ARM所作-Based on ARM920T core of the S3C2410 SWI (software interrupt) procedures, ARM made
winceINT
- 中断在系统设计中的应用非常广泛,可以说,硬件中断、软件中断无处不在,在WINCE下驱动开发更是如此,比如:按键中断、触摸屏中断、AUDIO中断、DMA中断.....等等,几乎含概每个模块。因此,了解中断的处理过程对驱动开发极其重要,下面对WINCE下的中断处理过程做一个简单介绍。-Interruption in the system design is very extensive, can be said that the hardw
s3c2410SoftInt
- S3C2410的软件中断代码及其应用文档,可直接使用-S3C2410 software interrupt code and its application documents can be directly used
外部中断实验
- 基于STM32f4107ZGT6开发平台,软件用的是keil,利用外部中断实现led的闪烁(Using external interrupts to achieve LED flashing)