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

SN8P1604AK 参数 Datasheet PDF下载

SN8P1604AK图片预览
型号: SN8P1604AK
PDF下载: 下载PDF文件 查看货源
内容描述: 8位微控制器 [8-Bit Micro-Controller]
分类和应用: 微控制器
文件页数/大小: 94 页 / 531 K
品牌: SONIX [ SONIX TECHNOLOGY COMPANY ]
 浏览型号SN8P1604AK的Datasheet PDF文件第64页浏览型号SN8P1604AK的Datasheet PDF文件第65页浏览型号SN8P1604AK的Datasheet PDF文件第66页浏览型号SN8P1604AK的Datasheet PDF文件第67页浏览型号SN8P1604AK的Datasheet PDF文件第69页浏览型号SN8P1604AK的Datasheet PDF文件第70页浏览型号SN8P1604AK的Datasheet PDF文件第71页浏览型号SN8P1604AK的Datasheet PDF文件第72页  
SN8P1600  
8-bit micro-controller  
INT0 (P0.0) INTERRUPT OPERATION  
The INT0 has falling edge interrupt trigger. For SN8P1600, the INT0 just uses the falling edge to trigger the external  
interrupt 0. When the INT0 trigger occurs, the P00IRQ will be set to “1” however the P00IEN is enable or disable. If the  
P00IEN = 1, the trigger event sets the P00IRQ to be “1” and the system into interrupt vector (ORG 8). If the P00IEN =  
0, the trigger event just only sets the P00IRQ to be “1” but the system doesn’t get into interrupt vector. Users need to  
care the operation under multi-interrupt situation.  
Example: INT0 interrupt request setup.  
B0BSET  
B0BCLR  
B0BSET  
FP00IEN  
FP00IRQ  
FGIE  
; Enable INT0 interrupt service  
; Clear INT0 interrupt request flag  
; Enable GIE  
Example: INT0 interrupt service routine.  
ORG  
JMP  
8
; Interrupt vector  
INT_SERVICE  
INT_SERVICE:  
B0XCH  
B0MOV  
B0MOV  
A, ACCBUF  
A, PFLAG  
PFLAGBUF, A  
; Store ACC value.  
B0BTS1  
JMP  
FP00IRQ  
EXIT_INT  
; Check P00IRQ  
; P00IRQ = 0, exit interrupt vector  
B0BCLR  
FP00IRQ  
; Reset P00IRQ  
.
.
.
.
; INT0 interrupt service routine  
EXIT_INT:  
B0MOV  
B0MOV  
B0XCH  
A, PFLAGBUF  
PFLAG, A  
A, ACCBUF  
; Restore ACC value.  
; Exit interrupt vector  
RETI  
SONiX TECHNOLOGY CO., LTD  
Page 68  
Revision 1.94  
 复制成功!