文件名称:MPLAB_C18_interrupt
-
所属分类:
- 标签属性:
- 上传时间:2012-11-16
-
文件大小:1.22kb
-
已下载:0次
-
提 供 者:
-
相关连接:无下载说明:别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容来自于网络,使用问题请自行百度
MPLAB C18 不自动把中断服务程序放在中断向量处。通常将GOTO 指令放在中断向量处,从而把控制权转交给相应的中断服务程序
PIC18系列的低优先级中断入口地址在0x0018地址,下面的代码是在入口地址处放置一个向量函数,这个向量函数里就是一个内嵌汇编的GOTO指令,GOTO到低优先级的中断服务函数InterruptHandlerLow。-MPLAB C18 does not automatically interrupt service routine on the interrupt vector Office. GOTO instruction usually placed at interrupt vector, thus transferring control to the appropriate interrupt service routine PIC18 family of low-priority interrupt entry address in the address 0x0018, the following code is placed at the entrance of a vector function of the address, the vector function Lane is a compilation of GOTO instructions embedded, GOTO to low-priority interrupt service function InterruptHandlerLow.
PIC18系列的低优先级中断入口地址在0x0018地址,下面的代码是在入口地址处放置一个向量函数,这个向量函数里就是一个内嵌汇编的GOTO指令,GOTO到低优先级的中断服务函数InterruptHandlerLow。-MPLAB C18 does not automatically interrupt service routine on the interrupt vector Office. GOTO instruction usually placed at interrupt vector, thus transferring control to the appropriate interrupt service routine PIC18 family of low-priority interrupt entry address in the address 0x0018, the following code is placed at the entrance of a vector function of the address, the vector function Lane is a compilation of GOTO instructions embedded, GOTO to low-priority interrupt service function InterruptHandlerLow.
相关搜索: pic18
(系统自动生成,下载前可以参看下载内容)
下载文件列表
MPLAB_C18_interrupt.c
本网站为编程资源及源代码搜集、介绍的搜索网站,版权归原作者所有! 粤ICP备11031372号
1999-2046 搜珍网 All Rights Reserved.