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

EM78P458 参数 Datasheet PDF下载

EM78P458图片预览
型号: EM78P458
PDF下载: 下载PDF文件 查看货源
内容描述: 8位微控制器 [8-BIT MICRO-CONTROLLER]
分类和应用: 微控制器
文件页数/大小: 76 页 / 2078 K
品牌: ELAN [ ELAN MICROELECTRONICS CORP ]
 浏览型号EM78P458的Datasheet PDF文件第23页浏览型号EM78P458的Datasheet PDF文件第24页浏览型号EM78P458的Datasheet PDF文件第25页浏览型号EM78P458的Datasheet PDF文件第26页浏览型号EM78P458的Datasheet PDF文件第28页浏览型号EM78P458的Datasheet PDF文件第29页浏览型号EM78P458的Datasheet PDF文件第30页浏览型号EM78P458的Datasheet PDF文件第31页  
EM78P458/459  
OTP ROM  
(2) WDT time-out (if enabled).  
(3) Port 6 input status change (if enabled).  
(4) Comparator high.  
(5) ADC complete.  
The first two cases will cause the EM78P458/459 to reset. The T and P flags of R3 can be used to  
determine the source of the reset (wake-up). Case 3 is considered the continuation of program  
execution and the global interrupt ("ENI" or "DISI" being executed) decides whether or not the  
controller branches to the interrupt vector following wake-up. If ENI is executed before SLEP, the  
instruction will begin to execute from the address 0x8 after wake-up. If DISI is executed before SLEP,  
the execution will restart from the instruction right next to SLEP after wake-up.  
Only one of the Cases 2, to 4 can be enabled before entering into sleep mode. That is,  
[a] if Port 6 Input Status Change Interrupt is enabled before SLEP , WDT must be disabled by  
software. However, the WDT bit in the option register remains enabled. Hence, the  
EM78P458/459 can be awakened only by Case 1 or 3.  
[b] if WDT is enabled before SLEP, Port 6 Input Status Changed Interrupt must be disabled. Hence,  
the EM78P458/459 can be awakened only by Case 1 or 2. Refer to the section on Interrupt for  
further details.  
[c] if Comparator High Interrupt is enabled before SLEP, WDT must be disabled by software.  
However, the WDT bit in the option register remains enabled. Hence, the EM78P458/459 can  
be awakened only by Case 1 or 4.  
If Port 6 Input Status Change Interrupt is used to wake up the EM78P458/459 (as in Case [a] above),  
the following instructions must be executed before SLEP:  
MOV A, @0Bxx000110  
CONTW  
; Select internal TCC clock  
CLR R1  
; Clear TCC and prescaler  
; Select WDT prescaler  
MOV A, @0Bxxxx1110  
CONTW  
WDTC  
; Clear WDT and prescaler  
; Disable WDT  
MOV A, @0B0xxxxxxx  
IOW RE  
MOV R6, R6  
MOV A, @0B00000x1x  
IOW RF  
; Read Port 6  
; Enable Port 6 input change interrupt  
This specification is subject to change without prior notice.  
27  
06.25.2004 (V1.4)  
 复制成功!