博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
2018.6.21 HOLTEK HT49R70A-1 Source Code analysis
阅读量:6715 次
发布时间:2019-06-25

本文共 1133 字,大约阅读时间需要 3 分钟。

Cange note:

  

 “Reading TMR1H will latch the contents of TMR1H and TMR1L counter to the destination”? For example < MOV a,TMR1H >, but accumulator only 8-bit, how can latch TMR1H and TMR1L

 

Read_Temp:IFNDEF	RELEASE_VERSION	mov	a,lastram	mov	temperature,a	;store calculated temperatur (table pos.)	ret	ENDIF	snz	flag3.f_read_temp	;jmp	read_temp_end      ret                     ;V05_Joey	clr	flag3.f_read_temp	mov	a,4		mov	temploop,a	clr	ntcl	clr	ntchloop_ntc:	clr	EMI 		;disable all interrupts			set	outa.RV		;set all I/Os in normal pos	set	outa.NTC	clr	outa.TR	set	outa.RS	mov	a,outa	mov	PA,a	call	delay_100us	;time to discharge cap	clr	TMR1	clr	TMR0			set	TMR1C.4		;enable TMR1	set	TMR0C.4 		;enable TMR0		clr	outa.NTC		;now test NTC time	set	outa.TR	mov	a,outa	mov	PA,a	nop	nopwait_AD_NTC:	sz	PA.Rs	;	jmp	wait_AD_NTC	clr	TMR0C.4 ;disable TMR0		clr	TMR1C.4 ;disable TMR1	set	outa.NTC		;discarge cap	clr	outa.TR	mov	a,outa	mov	PA,a	mov	a,TMR0	addm 	a,ntcl	mov	a,TMR1	adcm	a,ntch	dec	temploop	snz	z	jmp	loop_ntc	clr	c	rrc	ntch	rrc	ntcl	;NTC / 2	clr	c	rrc	ntch		rrc	ntcl	;NTC / 4

  

 

 

转载于:https://www.cnblogs.com/huangbaobaoi/p/9210106.html

你可能感兴趣的文章
无人机新用途,可精确识别危险海洋生物并向游泳者发出预警
查看>>
(一) virtualenv虚拟环境安装
查看>>
Android官方开发文档Training系列课程中文版:分享简单数据之从其它APP接收简单数据...
查看>>
OpenSSL将于9月22日发布多个漏洞补丁
查看>>
大数据助推新型智库建设
查看>>
新加坡欲重组通信和媒体管制机构
查看>>
《CCNP ROUTE 300-101学习指南》——2.2节构建EIGRP拓扑表
查看>>
Libreboot 项目向开源社区示好和致歉
查看>>
Linux Kernel 4.9-rc8,4.9 分支最后一个候选版
查看>>
《Web异步与实时交互——iframe AJAX WebSocket开发实战》—— 2.2 相关关键技术及工作原理...
查看>>
《Nmap渗透测试指南》—第1章1.5节Mac OS安
查看>>
学习和使用 PHP 应该注意的10件事
查看>>
.NET Framework 源码
查看>>
centos上一键安装jdk、tomcat脚本
查看>>
ArrayList源码分析
查看>>
JS Object的静态方法汇总( 上 )
查看>>
jvm疯狂吞占内存,罪魁祸首是谁?
查看>>
sql server随机函数
查看>>
优朋普乐:OTT正重构电视版图
查看>>
Ubuntu 14.04 LTC 有线网络——网线不识别,灯不亮问题
查看>>