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

EM78P458 参数 Datasheet PDF下载

EM78P458图片预览
型号: EM78P458
PDF下载: 下载PDF文件 查看货源
内容描述: 8位微控制器 [8-BIT MICRO-CONTROLLER]
分类和应用: 微控制器
文件页数/大小: 76 页 / 2078 K
品牌: ELAN [ ELAN MICROELECTRONICS CORP ]
 浏览型号EM78P458的Datasheet PDF文件第32页浏览型号EM78P458的Datasheet PDF文件第33页浏览型号EM78P458的Datasheet PDF文件第34页浏览型号EM78P458的Datasheet PDF文件第35页浏览型号EM78P458的Datasheet PDF文件第37页浏览型号EM78P458的Datasheet PDF文件第38页浏览型号EM78P458的Datasheet PDF文件第39页浏览型号EM78P458的Datasheet PDF文件第40页  
EM78P458/459  
OTP ROM  
;
;
-
-
IOCS ADRUN ADPD ADIS2 ADIS1 ADIS0  
ADCONC== 0xA  
GCON == 0x9  
7
6
5
4
3
2
1
0
; VREFS  
X
X
IMS2 IMS1 IMS0 CKR1 CKR0  
;
7
6
5
4
3
2
1
0
; OPE2 OPE1 G22 G21 G20 G12 G11 G10  
;To define bits  
;In ADCONR  
ADRUN == 0x4  
ADPD == 0x3  
; ADC is executed as the bit is set  
; Power Mode of ADC  
ORG 0  
; Initial address  
;
JMP INITIAL  
ORG 0x08  
; Interrupt vector  
(User program)  
CLR R_F  
; To clear the ADCIF bit  
BS ADCONR, ADRUN  
RETI  
; To start to execute the next AD conversion if necessary  
INITIAL:  
MOV A, @0BXXXX1XXX  
IOW C_INT  
; Enable the interrupt function of ADC, “X” by application  
; Interrupt disabled:<6>  
MOV A, @0xXX  
CONTW  
MOV A, @0B00000000  
IOW ADCONC  
; To employ Vdd as the reference voltage, to define P60 as  
; an analog input and set clock rate at fosc/4  
En_ADC:  
This specification is subject to change without prior notice.  
36  
06.25.2004 (V1.4)  
 复制成功!