欢迎访问ic37.com |
会员登录 免费注册
发布采购

7906 参数 Datasheet PDF下载

7906图片预览
型号: 7906
PDF下载: 下载PDF文件 查看货源
内容描述: 16位单片机 [16-BIT SINGLE-CHIP MICROCOMPUTER]
分类和应用: 计算机
文件页数/大小: 531 页 / 3056 K
品牌: RENESAS [ RENESAS TECHNOLOGY CORP ]
 浏览型号7906的Datasheet PDF文件第507页浏览型号7906的Datasheet PDF文件第508页浏览型号7906的Datasheet PDF文件第509页浏览型号7906的Datasheet PDF文件第510页浏览型号7906的Datasheet PDF文件第512页浏览型号7906的Datasheet PDF文件第513页浏览型号7906的Datasheet PDF文件第514页浏览型号7906的Datasheet PDF文件第515页  
APPENDIX  
Appendix 8. 7906 Group Q & A  
Interrupts  
Q
After execution of the SEI instruction, a branch is made in an interrupt routin.  
Why did this occur?  
Interrupt routine  
SEI  
LDAB A, #00H  
RTI  
CLI  
A
When an interrupt request is generated before the SEI instruction is executed, this interrupt request  
may be accepted immediately before the execution of the SEI instruction. (This acceptance occurs  
depending on the timing when that interrupt request occurs.) In this case, a branch to the interrupt  
routine is made immediately after execution of the SEI instruction.  
Accordingly, the interrupt routine which is executed immediately after the SEI instruction is due to an  
interrupt request generated before execution of the SEI instruction. Note that, in the routine ( a ) which  
should not accept the interrupt request, the following occur. (This routine follows the SEI instruction.):  
No interrupt request is accepted.  
No branch to the interrupt routine is made.  
Interrupt request  
generated  
Interrupt routine  
SEI  
LDAB A, #00H  
RTI  
a
CLI  
Note: Interruptdescribed here means maskable interruptwhich can be disabled by the SEI instruction.  
(Refer to section “6.2 Interruput source.”)  
7906 Group Users Manual Rev.2.0  
20-106  
 复制成功!