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

SN8P26042A 参数 Datasheet PDF下载

SN8P26042A图片预览
型号: SN8P26042A
PDF下载: 下载PDF文件 查看货源
内容描述: 8位微控制器 [8-Bit Micro-Controller]
分类和应用: 微控制器
文件页数/大小: 101 页 / 733 K
品牌: SONIX [ SONIX TECHNOLOGY COMPANY ]
 浏览型号SN8P26042A的Datasheet PDF文件第52页浏览型号SN8P26042A的Datasheet PDF文件第53页浏览型号SN8P26042A的Datasheet PDF文件第54页浏览型号SN8P26042A的Datasheet PDF文件第55页浏览型号SN8P26042A的Datasheet PDF文件第57页浏览型号SN8P26042A的Datasheet PDF文件第58页浏览型号SN8P26042A的Datasheet PDF文件第59页浏览型号SN8P26042A的Datasheet PDF文件第60页  
SN8P2604A  
8-Bit Micro-Controller  
5.2 SYSTEM MODE SWITCHING  
¾
’
¾
Example: Switch normal/slow mode to power down (sleep) mode.  
B0BSET FCPUM0 ; Set CPUM0 = 1.  
Note: During the sleep, only the wakeup pin and reset can wakeup the system back to the normal mode.  
Example: Switch normal mode to slow mode.  
B0BSET  
B0BSET  
FCLKMD  
FSTPHX  
;To set CLKMD = 1, Change the system into slow mode  
;To stop external high-speed oscillator for power saving.  
¾
¾
Example: Switch slow mode to normal mode (The external high-speed oscillator is still running)  
B0BCLR FCLKMD ;To set CLKMD = 0  
Example: Switch slow mode to normal mode (The external high-speed oscillator stops)  
If external high clock stop and program want to switch back normal mode. It is necessary to delay at least 20ms for  
external clock stable.  
B0BCLR  
FSTPHX  
; Turn on the external high-speed oscillator.  
B0MOV  
DECMS  
JMP  
Z, #54  
Z
@B  
; If VDD = 5V, internal RC=32KHz (typical) will delay  
; 0.125ms X 162 = 20.25ms for external clock stable  
@@:  
B0BCLR  
FCLKMD  
; Change the system back to the normal mode  
¾
Example: Switch normal/slow mode to green mode.  
B0BSET FCPUM1 ; Set CPUM1 = 1.  
’
Note: If T0 timer wakeup function is disabled in the green mode, only the wakeup pin and reset pin can  
wakeup the system backs to the previous operation mode.  
SONiX TECHNOLOGY CO., LTD  
Page 56  
Version 0.3  
 复制成功!