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

EM78P418NP 参数 Datasheet PDF下载

EM78P418NP图片预览
型号: EM78P418NP
PDF下载: 下载PDF文件 查看货源
内容描述: 8位OTP微 [8-Bit Microprocessor with OTP ROM]
分类和应用: OTP只读存储器
文件页数/大小: 84 页 / 2325 K
品牌: ELAN [ ELAN MICROELECTRONICS CORP ]
 浏览型号EM78P418NP的Datasheet PDF文件第51页浏览型号EM78P418NP的Datasheet PDF文件第52页浏览型号EM78P418NP的Datasheet PDF文件第53页浏览型号EM78P418NP的Datasheet PDF文件第54页浏览型号EM78P418NP的Datasheet PDF文件第56页浏览型号EM78P418NP的Datasheet PDF文件第57页浏览型号EM78P418NP的Datasheet PDF文件第58页浏览型号EM78P418NP的Datasheet PDF文件第59页  
EM78P417N/418N/419N  
8-Bit Microprocessor with OTP ROM  
E. Program Starts  
ORG 0  
; Initial address  
JMP INITIAL  
;
ORG 0x08  
; Interrupt vector  
;
;
;(User program section)  
;
;
CLR RF  
; To clear the ADIF bit  
BS ADCON, ADRUN  
; To start to execute the next AD conversion  
if necessary  
RETI  
INITIAL:  
MOV A,@0B00000001 ; To define P60 as an analog input  
MOV AISR,A  
MOV A,@0B00001000 ; To select P60 as an analog input channel, and  
AD power on  
MOV ADCON,A  
; To define P60 as an input pin and set clock  
rate at fosc/16  
En_ADC:  
MOV A, @0BXXXXXXX1 ; To define P50 as an input pin, and the others  
IOW PORT6 ; are dependent on applications  
MOV A, @0BXXXX1XXX ; Enable the ADWE wake-up function of ADC, “X”  
by application  
MOV RE,A  
MOV A, @0BXXXX1XXX ; Enable the ADIE interrupt function of ADC,  
“X” by application  
IOW C_INT  
ENI  
; Enable the interrupt function  
; Start to run the ADC  
BS ADCON, ADRUN  
; If the interrupt function is employed, the following three lines  
may be ignored  
POLLING:  
JBC ADCON, ADRUN  
JMP POLLING  
; To check the ADRUN bit continuously;  
; ADRUN bit will be reset as the AD conversion  
is completed  
;
;
;(User program section)  
;
;
Product Specification (V1.0) 06.23.2005  
49  
(This specification is subject to change without further notice)  
 复制成功!