搜索资源列表
hwintp.zip
- 一个使用VtoolsD类库处理硬件中断的VxD应用
dsp14
- 14个DSP的实验测试程序,汇编语言实现,类型分别为:滤波器,正弦波发生器,步进电机,直流电机,交通灯,语音录放,指令实验,存储器,串行口,定时器,显示屏,硬件中断,同步串口,exam-c。-Fourteen DSP testing programs,implemented by assemble language,types:filter,sine wave generator,Stepping motors,direct curre
硬件中断汇编源程序
- 我第一次上传,水平有限,望大家多指教,这里先发5个,以后会陆续上传-I first uploads limited, and we hope more exhibitions here starting five, the future will continue to upload
硬件中断
- 用汇编语音编写的基于320TMSC54XXDSP的硬件中断程序,在ccs5000上测试通过-used to prepare a compilation of voice-based 320TMSC54XXDSP hardware interrupt procedures, in testing through ccs5000
1XUESHENG
- 利用宏汇编编写,可实现硬件中断触发,是一个比较好的程序-prepared using macro assembler, hardware interrupt trigger is a good procedure
ccs_tsk
- 在CCS中在HWI硬件中断服务中启动TSK任务线程的例子,适合于学习硬件中断,任务线程。-in CCS in HWI hardware interrupt service launched TSK task threads example, suitable for learning hardware interrupt, threaded tasks.
hwi_swi
- CCS开发环境下,在HWI硬件中断服务中启动SWI软件中断线程的源码,适合学习软件&硬件中断-CCS development environment, HWI hardware interrupt service interruption started SWI threaded software source code, for learning software & hardware interrupt
DspResource
- 有14个DSP的实验测试程序,可以与大家分享。类型分别为:滤波器,正弦波发生器,步进电机,直流电机,交通灯,语音录放,指令实验,存储器,串行口,定时器,显示屏,硬件中断,同步串口,exam-c-14 DSP experimental test procedure can share with you. Type of : filter, sine wave generator, stepper motors, DC motors, tr
lpc213xi2c
- 飞利浦公司lpc213x硬件中断方式I2C程序-lpc213x Philips I2C hardware interrupt procedures
semtest
- ccs中HWI硬件中断服务中启动SWI软件中断线程的例子,已经经过调试-ccs which HWI hardware interrupt service launched SWI software interrupted threads example, after debugging
6硬件中断
- c语言编制的DSP硬件中断程序实验程序可在CCS中运行-DSP hardware interrupt procedures experimental procedure can be run in the CCS
6硬件中断
- c语言编制的DSP硬件中断程序实验程序可在CCS中运行-DSP hardware interrupt procedures experimental procedure can be run in the CCS
页式虚拟存储管理中地址转换和缺页中断
- 页式虚拟存储管理中地址转换和缺页中断,这是赏完操作系统课时做的实习设计,有完备的分析余与设计,如实验目的,实验内容,实验模块的实现,采用的是采用先进先出页面置换算法。-Page storage management in virtual address translation and page fault, which is the operating system rewards End internship hours to do
页式虚拟存储管理中地址转换和缺页中断的模拟
- 页式虚拟存储管理中地址转换和缺页中断的模拟操作-Page storage management in virtual address translation and page fault simulation operation
硬件中断汇编源程序
- 我第一次上传,水平有限,望大家多指教,这里先发5个,以后会陆续上传-I first uploads limited, and we hope more exhibitions here starting five, the future will continue to upload
硬件中断
- 用汇编语音编写的基于320TMSC54XXDSP的硬件中断程序,在ccs5000上测试通过-used to prepare a compilation of voice-based 320TMSC54XXDSP hardware interrupt procedures, in testing through ccs5000
dsp
- DSP的实验测试程序————包含步进电机、硬件中断、定时器,适用于初学者,好好看吧-Experimental test procedures DSP---- contain stepper motor, hardware interrupt, timer, for beginners, a good look
winceINT
- 中断在系统设计中的应用非常广泛,可以说,硬件中断、软件中断无处不在,在WINCE下驱动开发更是如此,比如:按键中断、触摸屏中断、AUDIO中断、DMA中断.....等等,几乎含概每个模块。因此,了解中断的处理过程对驱动开发极其重要,下面对WINCE下的中断处理过程做一个简单介绍。-Interruption in the system design is very extensive, can be said that the hardw
MyDriver
- wince 下驱动,演示了如何使用硬件中断,IRQ5, 以及如何映射物理地址到虚拟地址。并说明如何在应用程序中使用该驱动。 -under the driver wince, demonstrating how to use the hardware interrupt, IRQ5, and how to map virtual addresses to physical addresses. And how in the appli
51单片机外部中断仅检测上升沿的方法
- STC15系列单片机的外部中断0(INT0)和外部中断1(INT1)的触发有两种方式,上升沿和下降沿均可触发方式和仅下降沿触发方式。在实际应用中,有时候需要上升沿触发。这时有两种方案可以解决。 1.将触发方式设置成仅下降沿触发。当外部电路产生一个上升沿时,通过硬件电路加一个三极管进行反向变成下降沿。 2.这种方法不需要改变硬件电路。将触发方式设置成上升沿和下降沿均可触发方式。外部中断产生一个上升沿时,进入中断服务函数,这时在中断服