搜索资源列表
-
0下载:
dsp2407的一个中断服务程序简单例程,已调试通过-dsp2407 an interrupt service routine simple routines have been debugging through
-
-
0下载:
中断服务程序的关键是:1.保护进入中断时的状态,并在退出中断之前恢复进入时的状态。2.必须在中断程序中设定是否允许中断重入,即设置EX0位。
本例中使用了INT0中断,一般中断程序进入时应保护PSW,ACC以及中断程序使用但非其专用的寄存器。本例的INT0程序保护了PSW,ACC,2等三个寄存器并且在退出前恢复了这三个寄存器。另外中断程序中涉及到关键数据的设置时应关中断,即设置时不允许重入。本例中没有涉及这种情况。
实验开始时K8应在H(高电平)端,要产生中断时先拨向L(低电平)端
-
-
0下载:
微机原理及接口技术\实验五 中断特性及8259应用编程实验:当无中断请求时,执行主程序,延时显示“main”,若有中断请求,则执行其中断服务程序,显示该中断号“6”或“7”:若正在执行较低级的中断服务程序,则允许比它优先级高的中断被响应(IRQ6>IRQ7)。主程序在执行过程中,每显示一个“main”,空一格。-Microcomputer Principle and Interface Technology \ test five properties and 8259 interrupted
-
-
0下载:
实用的串口通讯程序,采用C++环境编写,中断通讯的串口配置和中断服务程序的编写。-Serial Communication practical procedure for the preparation of C++ environment, interruption of the serial communication configuration and the preparation of the interrupt service routine.
-
-
0下载:
20键PS2小键盘中断服务程序,内含Kile整个工程-20 keys PS2 keyboard interrupt service routine
-
-
0下载:
The following code illustrates the actual working Motor Control task using AvrX, the authors RTOS. This same code could be called as an ISR or Interrupt Service Routine with few modifications.
-
-
0下载:
TC35 的命令列表,与中断服务程序,串口的中断程序-TC35 list of commands, and the interrupt service routine, the serial interrupt program
-
-
0下载:
输入捕获,根据正点原子的代码完善了一个中断的服务函数。-Input capture, according to the punctual code perfected an atomic interrupt service routine.
-
-
0下载:
在用户开发中断服务程序时,需要使用环形队列,本代码精炼,可以用于各种中断服务程序,如串口中断服务程序-In the development of the interrupt service routine when the user needs to use the circular queue, the code refining, can be used for various interrupt service routines, such as the serial interrupt
-
-
0下载:
BLINKY.C:测试程序为Dallas 390Contiguous模式.下面的函数是从中断服务例程调用。这意味着,必须在相同的寄存器组被产生的代码作为中断服务功能-BLINKY.C: Test Program for Dallas 390 in Contiguous Mode.The following function is called the interrupt service routine. This means that the code must be generated
-
-
0下载:
1、8255 芯片初始化 (1) 分析原理图,计算 8255 芯片和 8253 芯片在 IO 空间中各内部寄存器的端口地址,修改 Demo 程序(main.asm 和 INTDemo.asm)中 IO 空间地址的符号定义(xxH)。 (2) 分析原理图中 8255 芯片 PA、PB 和 PC 口的信号传输方向确定各端口的输入及输出状 态,填充源代码框架中 8255 芯片初始化子程序 INIT8255,完成 8255 芯片初始化代码。 (3) 分析原理图中 PC 口的电路功能,完成对 PC 口各信
-