搜索资源列表
B3006@04.24
- 虚拟机程序,实现的功能: 1.支持A,G,R,D,E,U,T,P等命令; 2.可读入.ASM汇编文件或者.COD二进制文件执行; 3.可选择不同的运行方式(全速,单指令,单微指令,暂停); 4.支持中断实验(三级中断源),可以设定中断向量; 5.支持指令集与微指令集的动态扩充; 6.控件动态显示所有重要信号与数据状态(部分控件可点击);-virtual machine procedures, functions : 1. Support A, G,
10、定时器中断和驱动程序
- 上海勤研的KY44B0X有中断的BIOS源码-Shanghai Institute of KY44B0X a BIOS interrupt source
subserial
- 串口芯片扩展的双串口中断源程序。其中有很多处理技巧请细心体会!-chip dual interrupt source. There are a lot of skills to deal with sensitive to please!
44binit_1
- arm的非向量中断通过执行IsrIRQ判断中断源,找到相应Handle***的地址。 此程序是在arm上实现向量方式中断的初始化程序-arm of the non-vector interruption through the implementation IsrIRQ judgment interrupt source, find the corresponding Handle *** address. This procedure is the arm on the way to ac
TMS320系列DSP中断矢量表的编写和链接
- TMS320 系列DSP 中断矢量表的编写及链接 在DSP 编程中,若用户用到中断,需要编写中断服务程序和中断 向量表,并用链接命令来链接起来。中断向量表是一些跳转指令,每 一个中断源对应一条跳转指令(C54 可选多条跳转指令),这些跳转 指令按顺序排列,跳转指向的地址就是中断服务程序的起始地址。-TMS320 DSP vector interrupt the preparation table and link in the DSP programming, if users
interrupt
- linux下的中断机制,分析的很透彻。实例解剖-under linux interrupt mechanism, the analysis is very thorough. Examples of anatomical
interrupt-programming
- 键盘中断、鼠标中断、屏幕显示、dos功能调用等关于中断操作的源码-Keyboard interrupts, mouse interrupt, the screen display, dos function calls and other operations on the interrupt source
interrupt
- 外部输入中断源INT0和INT1,由中断控制寄存器TCON的IT1(TCON.2)和IT0(TCON.1)分别控制外部输入中断1和中断0的中断触发方式。若为0,则外部输入中断控制为电平触发方式;若为1,则控制为边沿触发方式。 -INT0 External interrupt source input and INT1, the interrupt control registers TCON the IT1 (TCON.2) and IT0 (TCON.1), respectively ex
interrupt
- 边沿中断源代码,一旦检测到边沿中断,程序将会转入子函数并执行相关命令,比较适合刚开始学习边沿中断的新手-Edge interrupt source, interrupt edge is detected, the program will be transferred to subroutine and execute the related command, more suitable for the beginning novice to learn the edge interrupt
interrupt
- Source Code to practice Interrupt in ATmega16 using AVR Studio 4 and programming C
Exp2-ARM-serial-interrupt
- ARM串口中断实验的源码,能实现串口中断-ARM serial interrupt source experiment, to achieve the serial port interrupt
Interrupt
- 51单片机的各种中断程序源代码,非常基础的单片机源代码-51 different single-chip interrupt source code, source code is based microcontroller
Interrupt
- 采用PC系统机中的8254作为中断源产生的日时钟中断,每间隔1秒在PC机屏幕上显示一行字符串“HELLO!”,按下PC机键盘的任意键退出程序。-Using the PC system in 8254 as an interrupt source generated clock interrupt every 1 second interval on the PC screen to display a line string " HELLO!" , The PC keyboard
External-Interrupt-CC2430
- 基于CC2430的zigbee外部中断源程序(不使用协议栈),适用于zigbee初学者学习。-Based on the CC2430 zigbee external interrupt source (do not use the stack) for zigbee beginners to learn.
SCM-interrupt-source
- 单片机中断源程序代码(调试完全通过,放心使用)-SCM interrupt source code (debugging completely through, ease of use)
PIC16F877A-port-interrupt
- 使用PIC16F887A单片机做的端口电平中断仿真及源码-Using PIC16F887A microcontroller to do simulation and port-level interrupt source
interrupt
- 在atlys型号开发板上开发中断处理程序,用microblaze做处理器,两个GPIO作为外设,一个GPIO连接按键作为中断源,另外一个GPIO连接led外设,熟悉中断的处理流程。-Model development board developed in atlys interrupt handler do with microblaze processor, two GPIO as a peripheral, a GPIO connection button as an interrupt s
External-interrupt-test
- 基于KEIL uv4的ARM7环境下的外部中断源码-KEIL uv4 of ARM7 based on external interrupt source environment
interrupt
- 编一程序,在显示器上显示时、分、秒,借用计数器8253的Timer0作为中断源,通过8259A向CPU发送中断,每10ms产生一次中断。在中断服务程序中管理刷新时、分、秒。 输入文件名(如:CLK)后清屏显示:Current:xx:xx:xx(时分秒键盘输入),打回车,时分秒开始计时,始终不停刷新。当键入ctrl+c时,停止计时,返回系统,且系统正常运行不死机。 -Compile a program that is displayed on the monitor, minutes,
Button-interrupt
- msp430g2553 按键中断 源码程序-msp430 key interrupt source programs