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

EM78P259N 参数 Datasheet PDF下载

EM78P259N图片预览
型号: EM78P259N
PDF下载: 下载PDF文件 查看货源
内容描述: 8位OTP微 [8-Bit Microprocessor with OTP ROM]
分类和应用: OTP只读存储器
文件页数/大小: 88 页 / 2435 K
品牌: ELAN [ ELAN MICROELECTRONICS CORP ]
 浏览型号EM78P259N的Datasheet PDF文件第52页浏览型号EM78P259N的Datasheet PDF文件第53页浏览型号EM78P259N的Datasheet PDF文件第54页浏览型号EM78P259N的Datasheet PDF文件第55页浏览型号EM78P259N的Datasheet PDF文件第57页浏览型号EM78P259N的Datasheet PDF文件第58页浏览型号EM78P259N的Datasheet PDF文件第59页浏览型号EM78P259N的Datasheet PDF文件第60页  
EM78P259N/260N  
8-Bit Microprocessor with OTP ROM  
11. For the next conversion, go to Step 1 or Step 2 as required. At least 2 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)  
;
;
CLRRE:  
MOV A,RE  
AND A, @0BXX0XXXXX ; To clear the ADIF bit, “X” by application  
MOV RE,A  
BS ADCON, ADRUN  
; To start to execute the next AD conversion  
if necessary  
RETI  
INITIAL:  
50 •  
Product Specification (V1.0) 06.16.2005  
(This specification is subject to change without further notice)  
 复制成功!