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

SN8F2271B 参数 Datasheet PDF下载

SN8F2271B图片预览
型号: SN8F2271B
PDF下载: 下载PDF文件 查看货源
内容描述: 8位微控制器 [8-Bit Micro-Controller]
分类和应用: 微控制器
文件页数/大小: 111 页 / 1291 K
品牌: SONIX [ SONIX TECHNOLOGY COMPANY ]
 浏览型号SN8F2271B的Datasheet PDF文件第57页浏览型号SN8F2271B的Datasheet PDF文件第58页浏览型号SN8F2271B的Datasheet PDF文件第59页浏览型号SN8F2271B的Datasheet PDF文件第60页浏览型号SN8F2271B的Datasheet PDF文件第62页浏览型号SN8F2271B的Datasheet PDF文件第63页浏览型号SN8F2271B的Datasheet PDF文件第64页浏览型号SN8F2271B的Datasheet PDF文件第65页  
SN8F2270B Series  
USB 2.0 Low-Speed 8-Bit Micro-Controller  
6.11 SIO INTERRUPT OPERATION  
When the SIO converting successfully, the SIOIRQ will be set to “1” no matter the SIOIEN is enable or disable. If the  
SIOIEN and the trigger event SIOIRQ is set to be “1”. As the result, the system will execute the interrupt vector. If the  
SIOIEN = 0, the trigger event SIOIRQ is still set to be “1”. Moreover, the system won’t execute interrupt vector even  
when the SIOIEN is set to be “1”. Users need to be cautious with the operation under multi-interrupt situation.  
¾
Example: SIO interrupt request setup.  
B0BSET  
B0BCLR  
B0BSET  
FSIOIEN  
FSIOIRQ  
FGIE  
; Enable SIO interrupt service  
; Clear SIO interrupt request flag  
; Enable GIE  
¾
Example: SIO interrupt service routine.  
ORG  
JMP  
8
; Interrupt vector  
INT_SERVICE  
INT_SERVICE:  
; Push routine to save ACC and PFLAG to buffers.  
B0BTS1  
JMP  
FSIOIRQ  
EXIT_INT  
; Check SIOIRQ  
; SIOIRQ = 0, exit interrupt vector  
B0BCLR  
FSIOIRQ  
; Reset SIOIRQ  
; SIO interrupt service routine  
EXIT_INT:  
; Pop routine to load ACC and PFLAG from buffers.  
; Exit interrupt vector  
RETI  
SONiX TECHNOLOGY CO., LTD  
Page 61  
Version 1.2