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

HT46R47(18SOP) 参数 Datasheet PDF下载

HT46R47(18SOP)图片预览
型号: HT46R47(18SOP)
PDF下载: 下载PDF文件 查看货源
内容描述: [Microcontroller, 8-Bit, UVPROM, 8MHz, CMOS, PDSO18]
分类和应用: 可编程只读存储器微控制器光电二极管
文件页数/大小: 75 页 / 613 K
品牌: HOLTEK [ HOLTEK SEMICONDUCTOR INC ]
 浏览型号HT46R47(18SOP)的Datasheet PDF文件第28页浏览型号HT46R47(18SOP)的Datasheet PDF文件第29页浏览型号HT46R47(18SOP)的Datasheet PDF文件第30页浏览型号HT46R47(18SOP)的Datasheet PDF文件第31页浏览型号HT46R47(18SOP)的Datasheet PDF文件第33页浏览型号HT46R47(18SOP)的Datasheet PDF文件第34页浏览型号HT46R47(18SOP)的Datasheet PDF文件第35页浏览型号HT46R47(18SOP)的Datasheet PDF文件第36页  
HT46R46/C46/R47/C47/R48/R49  
Example: using an interrupt method to detect the end of conversion for the HT46R46  
; disable ADC interrupt  
clr EADI  
mov a,00000001B  
mov ACSR,a  
; setup the ACSR register to select fSYS/8 as  
; the A/D clock  
mov a,00100000B  
; setup ADCR register to configure Port PB0~PB3  
; as A/D inputs  
mov ADCR,a  
:
; and select AN0 to be connected to the A/D  
; converter  
; As the Port B channel bits have changed the  
; following START  
; signal (0-1-0) must be issued within 10  
; instruction cycles  
:
Start_conversion:  
clr START  
set START  
clr START  
clr ADF  
set EADI  
set EMI  
; reset A/D  
; start A/D  
; clear ADC interrupt request flag  
; enable ADC interrupt  
; enable global interrupt  
:
:
:
; ADC interrupt service routine  
ADC_ISR:  
mov acc_stack,a  
mov a,STATUS  
mov status_stack,a  
:
; save ACC to user defined memory  
; save STATUS to user defined memory  
:
mov a,ADR  
; read conversion result value from the ADR  
; register  
; save result to user defined register  
mov adr_buffer,a  
:
:
EXIT_INT_ISR:  
mov a,status_stack  
mov STATUS,a  
mov a,acc_stack  
reti  
; restore STATUS from user defined memory  
; restore ACC from user defined memory  
Rev. 1.00  
32  
April 18, 2007  
 复制成功!