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

HT46F47E 参数 Datasheet PDF下载

HT46F47E图片预览
型号: HT46F47E
PDF下载: 下载PDF文件 查看货源
内容描述: 高性价比的A / D型闪存的8位微控制器与EEPROM [Cost-Effective A/D Flash Type 8-Bit MCU with EEPROM]
分类和应用: 闪存微控制器可编程只读存储器电动程控只读存储器电可擦编程只读存储器
文件页数/大小: 88 页 / 541 K
品牌: HOLTEK [ HOLTEK SEMICONDUCTOR INC ]
 浏览型号HT46F47E的Datasheet PDF文件第39页浏览型号HT46F47E的Datasheet PDF文件第40页浏览型号HT46F47E的Datasheet PDF文件第41页浏览型号HT46F47E的Datasheet PDF文件第42页浏览型号HT46F47E的Datasheet PDF文件第44页浏览型号HT46F47E的Datasheet PDF文件第45页浏览型号HT46F47E的Datasheet PDF文件第46页浏览型号HT46F47E的Datasheet PDF文件第47页  
HT46F46E/HT46F47E/HT46F48E/HT46F49E  
Example: using an interrupt method to detect the end of conversion for the HT46F46E  
; 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.40  
43  
July 28, 2009  
 复制成功!