欢迎访问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文件第38页浏览型号HT46F47E的Datasheet PDF文件第39页浏览型号HT46F47E的Datasheet PDF文件第40页浏览型号HT46F47E的Datasheet PDF文件第41页浏览型号HT46F47E的Datasheet PDF文件第43页浏览型号HT46F47E的Datasheet PDF文件第44页浏览型号HT46F47E的Datasheet PDF文件第45页浏览型号HT46F47E的Datasheet PDF文件第46页  
HT46F46E/HT46F47E/HT46F48E/HT46F49E  
A/D Programming Example  
The following two programming examples illustrate how to setup and implement an A/D conversion. In the first exam-  
ple, the method of polling the EOCB bit in the ADCR register is used to detect when the conversion cycle is complete,  
whereas in the second example, the A/D interrupt is used to determine when the conversion is complete.  
Example: using an EOCB polling method to detect the end of conversion for the HT46F46E  
clr EADI  
mov a,00000001B  
mov ACSR,a  
; disable ADC interrupt  
; setup the ACSR register to select fSYS/8 as  
; the A/D clock  
mov a,00100000B  
mov ADCR,a  
; setup ADCR register to configure Port PB0~PB3  
; as A/D inputs  
; 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  
Polling_EOC:  
; reset A/D  
; start A/D  
sz  
EOCB  
; poll the ADCR register EOCB bit to detect end  
; of A/D conversion  
; continue polling  
; read conversion result value from the ADR  
; register  
; save result to user defined memory  
jmp polling_EOC  
mov a,ADR  
mov adr_buffer,a  
:
:
jmp start_conversion  
; start next A/D conversion  
Rev. 1.40  
42  
July 28, 2009  
 复制成功!