搜索资源列表
-
0下载:
通过timer0每0.5s产生一个中断,在中断服务程序里改变LED的状态。-0.5s through a timer0 each interruption in the interrupt service routine to change the status LED.
-
-
0下载:
assembly program for AVR128
The interrupt service routine is excuted by a external switch.
Using AVR Studio 4
-
-
0下载:
IRQ中断处理实验
本实验得到的结果为,系统运行起来后,按12345678任意键,相应的八段数码管就会点亮。
在flash调试时,需要修改RO BASE为0x00000000,其他不用修改,重新编译下载就可运行。
注意:由于系统产生中断,程序计数器就会跳到0x18处执行中断服务子程序,所以不能在SDRAM调试。-IRQ interrupt handling experimental results of this experiment, the system is runnin
-
-
0下载:
定时器实验:
实验得到的结果为,四个8段数码管显示1234,当按下某键盘后,就会产生定时中断,四个8段数码管只会点亮相对应的那个,在一定延时后,四个8段数码管又恢复显示1234。
在flash调试时,需要修改RO BASE为0x00000000,其他不用修改,重新编译下载就可运行。
注意:由于系统产生中断,程序计数器就会跳到0x18处执行中断服务子程序,所以不能在SDRAM调试。 -Timer experiment: the experimental results for
-
-
1下载:
实验目的
目的:掌握定时器T0、T1的方式选择和编程方法,了解中断服务程序的设计方法,学会实时程序的调试技巧。
-Aim Objective: To master the timer T0, T1 of the mode selection and programming methods, to understand the design method of the interrupt service routine, and learn skills in real-time debu
-
-
0下载:
触摸屏中断服务程序在对寄存器进行设置和指定中断服务程序的入口地址后,
程序进入等待状态,当用触摸笔点按触摸屏时,处理器接受中断,并进入中断服务程序的执-Touch screen interrupt service routines to register in setting and specify the interrupt service routine entry address
Program waiting for state, when with touching pen c
-
-
0下载:
通过PC机内8253定时器设置时间常数,使其每隔10MS产生一次中断,并通过定时中断 ,接管中断服务程序,由汇编语言实现主程序,中断服务程序的编写。-PC-8253 timer to set the time constant, so that every 10MS generate an interrupt and timer interrupt and take over the interrupt service routine, assembly language main progra
-
-
0下载:
基于Xilinx的EDK工具编写的中断服务程序,可以实现硬件设计IP核之间的相互调用。-Based on the EDK Xilinx written tool interrupt service routine, can realize the hardware design IP core the interaction between the calls.
-
-
0下载:
中断服务程序。用于飞思卡尔智能小车的中断程序以实现一定功能。-Interrupt service routine. Used for car freescale intelligence interrupt program to achieve a certain function.
-
-
0下载:
8051F020 interrupt service routine blinking
-