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

GMS81C1202 参数 Datasheet PDF下载

GMS81C1202图片预览
型号: GMS81C1202
PDF下载: 下载PDF文件 查看货源
内容描述: 8位单芯片微控制器 [8-BIT SINGLE-CHIP MICROCONTROLLERS]
分类和应用: 微控制器
文件页数/大小: 89 页 / 1366 K
品牌: HYNIX [ HYNIX SEMICONDUCTOR ]
 浏览型号GMS81C1202的Datasheet PDF文件第62页浏览型号GMS81C1202的Datasheet PDF文件第63页浏览型号GMS81C1202的Datasheet PDF文件第64页浏览型号GMS81C1202的Datasheet PDF文件第65页浏览型号GMS81C1202的Datasheet PDF文件第67页浏览型号GMS81C1202的Datasheet PDF文件第68页浏览型号GMS81C1202的Datasheet PDF文件第69页浏览型号GMS81C1202的Datasheet PDF文件第70页  
GMS81C1102 / GMS81C1202  
21. Power Saving Mode  
For applications where power consumption is a critical  
factor, device provides three kinds of power saving func-  
tions, STOP mode, Wake-up Timer mode and internal RC-  
oscillated watchdog timer mode.  
Note: Before executing STOP instruction, clear all in-  
terrupt request flag. Because if the interrupt re-  
quest flag is set before STOP instruction, the MCU  
runs as if it doesn’t perform STOP instruction, even  
though the STOP instruction is completed. So insert  
two lines to clear all interrupt request flags (IRQH,  
IRQL) before STOP instruction as shown each ex-  
ample.  
The power saving function is activated by execution of  
STOP instruction after setting the corresponding bit  
(WAKEUP, RCWDT) of CKCTLR.  
Table 21-1 shows the status of each Power Saving Mode  
Peripheral  
RAM  
STOP  
Retain  
Retain  
Retain  
Stop  
Wake-up Timer  
Retain  
Internal RC-WDT  
Retain  
Control Registers  
I/O Ports  
Retain  
Retain  
Retain  
Retain  
CPU  
Stop  
Stop  
Timer0  
Stop  
Operation  
Oscillation  
÷ 2048 only  
Stop  
Stop  
Oscillation  
Prescaler  
Stop  
Stop  
Stop  
Stop  
Internal RC oscillator  
Stop  
Oscillation  
Entering Condition  
CKCTLR[6,5]  
00  
1X  
01  
Power Saving Release  
Source  
RESET, INT0, INT1,  
Timer0  
RESET, INT0, INT1,  
RC-WDT  
RESET, INT0, INT1  
Table 21-1 Power Saving Mode  
21.1 Stop Mode  
In the Stop mode, the on-chip oscillator is stopped. With  
the clock frozen, all functions are stopped, but the on-chip  
RAM and Control registers are held. The port pins out the  
values held by their respective port data register, port di-  
rection registers. Oscillator stops and the systems internal  
operations are all held up.  
invoked, and that VDD is restored to its normal operating  
level, before the Stop mode is terminated.  
The reset should not be activated before VDD is restored to  
its normal operating level, and must be held active long  
enough to allow the oscillator to restart and stabilize.  
• The states of the RAM, registers, and latches valid  
immediately before the system is put in the STOP  
state are all held.  
Note: After STOP instruction, at least two or more NOP  
instruction should be written  
Ex)  
LDM CKCTLR,#0000_1110B  
• The program counter stop the address of the  
instruction to be executed after the instruction  
“STOP” which starts the STOP operating mode.  
LDM IRQH,#0  
LDM IRQL,#0  
STOP  
NOP  
NOP  
The Stop mode is activated by execution of STOP in-  
struction after setting the bit WAKEUP and RCWDT  
of CKCTLR to “00”. (This register should be written  
by byte operation. If this register is set by bit manipu-  
lation instruction, for example “set1” or “clr1” instruc-  
tion, it may be undesired operation)  
In the STOP operation, the dissipation of the power asso-  
ciated with the oscillator and the internal hardware is low-  
ered; however, the power dissipation associated with the  
pin interface (depending on the external circuitry and pro-  
gram) is not directly determined by the hardware operation  
of the STOP feature. This point should be little current  
flows when the input level is stable at the power voltage  
In the Stop mode of operation, VDD can be reduced to min-  
imize power consumption. Care must be taken, however,  
to ensure that VDD is not reduced before the Stop mode is  
Jan. 2002 ver 2.0  
63  
 
 复制成功!