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

SN8P1603S 参数 Datasheet PDF下载

SN8P1603S图片预览
型号: SN8P1603S
PDF下载: 下载PDF文件 查看货源
内容描述: 8位微控制器 [8-Bit Micro-Controller]
分类和应用: 微控制器
文件页数/大小: 94 页 / 531 K
品牌: SONIX [ SONIX TECHNOLOGY COMPANY ]
 浏览型号SN8P1603S的Datasheet PDF文件第65页浏览型号SN8P1603S的Datasheet PDF文件第66页浏览型号SN8P1603S的Datasheet PDF文件第67页浏览型号SN8P1603S的Datasheet PDF文件第68页浏览型号SN8P1603S的Datasheet PDF文件第70页浏览型号SN8P1603S的Datasheet PDF文件第71页浏览型号SN8P1603S的Datasheet PDF文件第72页浏览型号SN8P1603S的Datasheet PDF文件第73页  
SN8P1600  
8-bit micro-controller  
TC0/TC1 INTERRUPT OPERATION  
When the TC0C/TC1C counter occurs overflow, the TC0IRQ/TC1IRQ will be set to “1” however the TC0IEN/TC1IEN is  
enable or disable. If the TC0IEN = 1, the trigger event sets the TC0IRQ/TC1IRQ to be “1” and the system into interrupt  
0vector. If the TC0IEN/TC1IEN = 0, the trigger event will make the TC0IRQ/TC1IEN to be “1” but the system not into  
interrupt vector. Users need to care the operation under multi-interrupt situation.  
Example: TC0 interrupt request setup.  
B0BCLR  
B0BCLR  
MOV  
B0MOV  
MOV  
FTC0IEN  
FTC0ENB  
A, #20H  
TC0M, A  
A, #74H  
TC0C, A  
; Disable TC0 interrupt service  
; Disable TC0 timer  
;
; Set TC0 clock = Fcpu / 64  
; Set TC0C initial value = 74H  
; Set TC0 interval = 10 ms  
B0MOV  
B0BSET  
B0BCLR  
B0BSET  
FTC0IEN  
FTC0IRQ  
FTC0ENB  
; Enable TC0 interrupt service  
; Clear TC0 interrupt request flag  
; Enable TC0 timer  
B0BSET  
FGIE  
; Enable GIE  
Example: TC0 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  
FTC0IRQ  
EXIT_INT  
; Check TC0IRQ  
; TC0IRQ = 0, exit interrupt vector  
B0BCLR  
FTC0IRQ  
; Reset TC0IRQ  
MOV  
A, #74H  
B0MOV  
TC0C, A  
; Reset TC0C.  
.
.
.
.
; TC0 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 69  
Revision 1.94  
 复制成功!