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

SN8P2742SDB 参数 Datasheet PDF下载

SN8P2742SDB图片预览
型号: SN8P2742SDB
PDF下载: 下载PDF文件 查看货源
内容描述: [ADC, OP-amp, Comparator 8-Bit Micro-Controller]
分类和应用:
文件页数/大小: 136 页 / 3074 K
品牌: SONIX [ SONIX TECHNOLOGY COMPANY ]
 浏览型号SN8P2742SDB的Datasheet PDF文件第72页浏览型号SN8P2742SDB的Datasheet PDF文件第73页浏览型号SN8P2742SDB的Datasheet PDF文件第74页浏览型号SN8P2742SDB的Datasheet PDF文件第75页浏览型号SN8P2742SDB的Datasheet PDF文件第77页浏览型号SN8P2742SDB的Datasheet PDF文件第78页浏览型号SN8P2742SDB的Datasheet PDF文件第79页浏览型号SN8P2742SDB的Datasheet PDF文件第80页  
SN8P2740 Series  
ADC, OP-amp, Comparator 8-Bit Micro-Controller  
Watchdog timer application note is as following.  
Before clearing watchdog timer, check I/O status and check RAM contents can improve system error.  
Don‟t clear watchdog timer in interrupt vector and interrupt service routine. That can improve main routine fail.  
Clearing watchdog timer program is only at one part of the program. This way is the best structure to enhance the  
watchdog timer function.  
Example: An operation of watchdog timer is as following. To clear the watchdog timer counter in the top  
of the main routine of the program.  
Main:  
Err:  
JMP $  
; Check I/O.  
; Check RAM  
; I/O or RAM error. Program jump here and don‟t  
; clear watchdog. Wait watchdog timer overflow to reset IC.  
Correct:  
; I/O and RAM are correct. Clear watchdog timer and  
; execute program.  
MOV  
B0MOV  
A, #5AH  
WDTR, A  
; Clear the watchdog timer.  
CALL  
CALL  
SUB1  
SUB2  
JMP  
MAIN  
SONiX TECHNOLOGY CO., LTD  
Page 76  
Version 2.0  
 复制成功!