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

SN8A1706A 参数 Datasheet PDF下载

SN8A1706A图片预览
型号: SN8A1706A
PDF下载: 下载PDF文件 查看货源
内容描述: 8位微控制器 [8-Bit Micro-Controller]
分类和应用: 微控制器
文件页数/大小: 145 页 / 774 K
品牌: SONIX [ SONIX TECHNOLOGY COMPANY ]
 浏览型号SN8A1706A的Datasheet PDF文件第91页浏览型号SN8A1706A的Datasheet PDF文件第92页浏览型号SN8A1706A的Datasheet PDF文件第93页浏览型号SN8A1706A的Datasheet PDF文件第94页浏览型号SN8A1706A的Datasheet PDF文件第96页浏览型号SN8A1706A的Datasheet PDF文件第97页浏览型号SN8A1706A的Datasheet PDF文件第98页浏览型号SN8A1706A的Datasheet PDF文件第99页  
SN8P1700  
8-bit micro-controller build-in 12-bit ADC  
T0 INTERRUPT OPERATION  
When the T0C counter occurs overflow, the T0IRQ will be set to “1” however the T0IEN is enable or disable. If the  
T0IEN = 1, the trigger event will make the T0IRQ to be “1” and the system enter interrupt vector. If the T0IEN = 0, the  
trigger event will make the T0IRQ to be “1” but the system will not enter interrupt vector. Users need to care for the  
operation under multi-interrupt situation.  
Example: T0 interrupt request setup.  
B0BCLR  
B0BCLR  
MOV  
B0MOV  
MOV  
FT0IEN  
FT0ENB  
A, #20H  
T0M, A  
A, #74H  
T0C, A  
; Disable T0 interrupt service  
; Disable T0 timer  
;
; Set T0 clock = Fcpu / 64  
; Set T0C initial value = 74H  
; Set T0 interval = 10 ms  
B0MOV  
B0BSET  
B0BCLR  
B0BSET  
FT0IEN  
FT0IRQ  
FT0ENB  
; Enable T0 interrupt service  
; Clear T0 interrupt request flag  
; Enable T0 timer  
B0BSET  
FGIE  
; Enable GIE  
Example: T0 interrupt service routine.  
ORG  
JMP  
8
; Interrupt vector  
INT_SERVICE  
INT_SERVICE:  
B0XCH  
PUSH  
A, ACCBUF  
; B0XCH doesnt change C, Z flag  
; Push  
B0BTS1  
JMP  
FT0IRQ  
EXIT_INT  
; Check T0IRQ  
; T0IRQ = 0, exit interrupt vector  
B0BCLR  
FT0IRQ  
; Reset T0IRQ  
MOV  
A, #74H  
B0MOV  
T0C, A  
; Reset T0C.  
.
.
.
.
; T0 interrupt service routine  
EXIT_INT:  
POP  
; Pop  
B0XCH  
A, ACCBUF  
; Restore ACC value.  
RETI  
; Exit interrupt vector  
SONiX TECHNOLOGY CO., LTD  
Page 95  
Revision 1.94  
 复制成功!