搜索资源列表
AD中断采样
- AD中断服务程序,介绍了中断的利用和编程技巧-AD interrupted service procedures, introduced a suspension of the use and programming skills
中断调用7
- 了解什么是中断 • 了解几个中断函数 • 了解中断服务程序的编写 -understand what is interrupted
TMS320系列DSP中断矢量表的编写和链接
- TMS320 系列DSP 中断矢量表的编写及链接 在DSP 编程中,若用户用到中断,需要编写中断服务程序和中断 向量表,并用链接命令来链接起来。中断向量表是一些跳转指令,每 一个中断源对应一条跳转指令(C54 可选多条跳转指令),这些跳转 指令按顺序排列,跳转指向的地址就是中断服务程序的起始地址。-TMS320 DSP vector interrupt the preparation table and link in
串口中断服务函数集
- 串口中断服务函数集,好-interrupt service function sets, good
用C编写的在DOS下使用的中断服务程序
- 用C编写的在DOS下使用的中断服务程序-C prepared in the use of the DOS interrupt service program
20键PS2小键盘中断服务程序
- 20键PS2小键盘中断服务程序-20 keys PS2 small keyboard interrupt service program
基于中断的串口驱动及显示程序
- 基于中断的串口驱动及显示程序,收发缓冲区实体,收发缓冲区读写指针,串口初始化,串口缓冲区初始化,串口中断服务子程序-based on the serial interrupt-driven and show procedures, TX buffer entities, TX buffer literacy target, serial initialization, serial buffer initialization, inte
中断矢量设置与读取有关的DOS功能调用
- 与中断矢量设置与读取有关的DOS功能调用,本例演示了如何编写中断服务程序,如何安装(将中断服务程序的地址设置到中断矢表中),以及如何通过软中断指令调用中断服务程序。为了突出重点,本例中中断服务程序代码未驻留内存。-and vector interrupt settings and read the DOS function calls, which in this case demonstrated how to prepare int
单脉冲作为中断源输入给8259A的IR0
- 将单脉冲作为中断源输入给8259A的IR0,按一次脉冲使8259A产生一次中断,中断服务计数中断次数,通过8255输出中断次数至L7~L0显示
PS2键盘外部INT1中断服务程序
- PS2键盘外部INT1中断服务程序
串口中断服务函数集
- 串口中断服务函数集,好-interrupt service function sets, good
用C编写的在DOS下使用的中断服务程序
- 用C编写的在DOS下使用的中断服务程序-C prepared in the use of the DOS interrupt service program
20键PS2小键盘中断服务程序
- 20键PS2小键盘中断服务程序-20 keys PS2 small keyboard interrupt service program
基于中断的串口驱动及显示程序
- 基于中断的串口驱动及显示程序,收发缓冲区实体,收发缓冲区读写指针,串口初始化,串口缓冲区初始化,串口中断服务子程序-based on the serial interrupt-driven and show procedures, TX buffer entities, TX buffer literacy target, serial initialization, serial buffer initialization, inte
中断矢量设置与读取有关的DOS功能调用
- 与中断矢量设置与读取有关的DOS功能调用,本例演示了如何编写中断服务程序,如何安装(将中断服务程序的地址设置到中断矢表中),以及如何通过软中断指令调用中断服务程序。为了突出重点,本例中中断服务程序代码未驻留内存。-and vector interrupt settings and read the DOS function calls, which in this case demonstrated how to prepare int
AD中断采样
- AD中断服务程序,介绍了中断的利用和编程技巧-AD interrupted service procedures, introduced a suspension of the use and programming skills
TMS320系列DSP中断矢量表的编写和链接
- TMS320 系列DSP 中断矢量表的编写及链接 在DSP 编程中,若用户用到中断,需要编写中断服务程序和中断 向量表,并用链接命令来链接起来。中断向量表是一些跳转指令,每 一个中断源对应一条跳转指令(C54 可选多条跳转指令),这些跳转 指令按顺序排列,跳转指向的地址就是中断服务程序的起始地址。-TMS320 DSP vector interrupt the preparation table and link in
TimerFOR5509
- DSP的配置TIMERO进行计数并产生中断,通过调用中断服务子程序,进行处理-DSP configuration TIMERO count and have interrupted by a break in service subroutine call, processed
51单片机外部中断仅检测上升沿的方法
- STC15系列单片机的外部中断0(INT0)和外部中断1(INT1)的触发有两种方式,上升沿和下降沿均可触发方式和仅下降沿触发方式。在实际应用中,有时候需要上升沿触发。这时有两种方案可以解决。 1.将触发方式设置成仅下降沿触发。当外部电路产生一个上升沿时,通过硬件电路加一个三极管进行反向变成下降沿。 2.这种方法不需要改变硬件电路。将触发方式设置成上升沿和下降沿均可触发方式。外部中断产生一个上升沿时,进入中断服务函数,这时在中断服
下位机程序111
- 进行串口读取数据,中断服务,完成一定的脉冲发送(Serial read data, interrupt service, to complete a certain pulse to send)