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

BR8F 参数 Datasheet PDF下载

BR8F图片预览
型号: BR8F
PDF下载: 下载PDF文件 查看货源
内容描述: [400mA 8.0kV 100nS High Voltage Medium and High Current Diodes]
分类和应用:
文件页数/大小: 58 页 / 442 K
品牌: HOLTIC [ HOLT INTEGRATED CIRCUITS ]
 浏览型号BR8F的Datasheet PDF文件第25页浏览型号BR8F的Datasheet PDF文件第26页浏览型号BR8F的Datasheet PDF文件第27页浏览型号BR8F的Datasheet PDF文件第28页浏览型号BR8F的Datasheet PDF文件第30页浏览型号BR8F的Datasheet PDF文件第31页浏览型号BR8F的Datasheet PDF文件第32页浏览型号BR8F的Datasheet PDF文件第33页  
HT46R01A  
:
:
; As the Port A channel bits have changed the  
; following START  
; signal (0-1-0) must be issued within 10  
; instruction cycles  
Start_conversion:  
clr  
set  
clr  
Polling_EOC:  
sz  
START  
START  
START  
; reset A/D  
; start A/D  
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  
mov  
polling_EOC  
a,ADR  
mov  
jmp  
adr_buffer,a  
:
:
start_conversion  
; start next A/D conversion  
Example: using an interrupt method to detect the end of conversion  
clr  
mov  
mov  
EADI  
a,00000001B  
ACSR,a  
; disable ADC interrupt  
; setup the ACSR register to select fSYS/8 as  
; the A/D clock  
mov  
mov  
a,00100000B  
; setup ADCR register to configure Port PA0~PA3  
; as A/D inputs  
; and select AN0 to be connected to the A/D  
; converter  
ADCR,a  
:
; As the Port A channel bits have changed the  
; following START  
; signal (0-1-0) must be issued within 10  
; instruction cycles  
:
Start_conversion:  
clr  
set  
clr  
clr  
set  
set  
START  
START  
START  
ADF  
EADI  
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  
mov  
mov  
acc_stack,a  
a,STATUS  
status_stack,a  
:
; save ACC to user defined memory  
; save STATUS to user defined memory  
:
a,ADR  
mov  
mov  
; read conversion result value from the ADR  
; register  
; save result to user defined register  
adr_buffer,a  
:
:
EXIT_INT_ISR:  
mov  
mov  
mov  
reti  
a,status_stack  
STATUS,a  
a,acc_stack  
; restore STATUS from user defined memory  
; restore ACC from user defined memory  
Rev. 1.10  
29  
August 13, 2008  
 复制成功!