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

EM78P341 参数 Datasheet PDF下载

EM78P341图片预览
型号: EM78P341
PDF下载: 下载PDF文件 查看货源
内容描述: 8位OTP微 [8-Bit Microprocessor with OTP ROM]
分类和应用: OTP只读存储器
文件页数/大小: 102 页 / 1294 K
品牌: ELAN [ ELAN MICROELECTRONICS CORP ]
 浏览型号EM78P341的Datasheet PDF文件第60页浏览型号EM78P341的Datasheet PDF文件第61页浏览型号EM78P341的Datasheet PDF文件第62页浏览型号EM78P341的Datasheet PDF文件第63页浏览型号EM78P341的Datasheet PDF文件第65页浏览型号EM78P341的Datasheet PDF文件第66页浏览型号EM78P341的Datasheet PDF文件第67页浏览型号EM78P341的Datasheet PDF文件第68页  
EM78P341N/342N/343N  
8-Bit Microprocessor with OTP ROM  
9. Read the ADDATA or ADDATA1H and ADDATA1L conversion data registers. If the  
ADC input channel changes at this time, the ADDATA, ADDATA1H, and ADDATA1L  
values can be cleared to ‘0’.  
10. Clear the interrupt flag bit (ADIF)  
11. For the next conversion, go to Step 1 or Step 2 as required. At least two Tct is  
required before the next acquisition starts.  
NOTE  
In order to obtain accurate values, it is necessary to avoid any data transition on the I/O  
pins during AD conversion.  
6.7.6.2 Sample Demo Programs  
A. Define a General Register  
R_0 == 0  
PSW == 3  
; Indirect addressing register  
; Status register  
PORT5 == 5  
PORT6 == 6  
R_E== 0XE  
; Interrupt status register  
B. Define a Control Register  
IOC50 == 0X5  
IOC60 == 0X6  
C_INT== 0XF  
; Control Register of Port 5  
; Control Register of Port 6  
; Interrupt Control Register  
C. ADC Control Register  
ADDATA == 0xB  
AISR == 0x08  
ADCON == 0x9  
; The contents are the results of ADC  
; ADC input select register  
;
7
6
5
4
3
2
1
0
;VREFS CKR1 CKR0 ADRUN ADPD ADIS2 ADIS1 ADIS0  
D. Define Bits in ADCON  
ADRUN == 0x4  
ADPD == 0x3  
; ADC is executed as the bit is set  
; Power Mode of ADC  
E. Program Starts  
ORG 0  
; Initial address  
JMP INITIAL  
;
ORG 0x0C  
; Interrupt vector  
JMP CLRRE  
;
;
;(User program section)  
;
;
58 •  
Product Specification (V1.0) 12.01.2006  
(This specification is subject to change without further notice)  
 复制成功!