欢迎访问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文件第506页浏览型号7906的Datasheet PDF文件第507页浏览型号7906的Datasheet PDF文件第508页浏览型号7906的Datasheet PDF文件第509页浏览型号7906的Datasheet PDF文件第511页浏览型号7906的Datasheet PDF文件第512页浏览型号7906的Datasheet PDF文件第513页浏览型号7906的Datasheet PDF文件第514页  
APPENDIX  
Appendix 8. 7906 Group Q & A  
Interrupts  
A
To prevent this problem, make sure that the routine which should not accept a certain interrupt  
request will be executed after the change of the interrupt priority level (IPL) has been completed.  
(This is to be made by software.)  
The following is a sample program.  
[Sample program]  
After writing 0002to the interrupt priority level select bits, the instruction queue buffer is filled with  
several NOP instructions to make the next instruction not to be executed before this writing is  
completed.  
:
MOVMB XXXIC, #00H  
NOP  
:
; Writes 0002to the interrupt priority level select bits.  
; Inserts ten NOP instructions.  
NOP  
;
LDA  
:
A,DATA  
; Instruction at the beginning of the routine that should not accept a  
certain interrupt request  
(2/2)  
7906 Group Users Manual Rev.2.0  
20-105  
 复制成功!