文件名称:STC12C5A60S2_PCA_Timer
- 所属分类:
- 单片机(51,AVR,MSP430等)
- 资源属性:
- [C/C++] [源码]
- 上传时间:
- 2016-05-04
- 文件大小:
- 29kb
- 下载次数:
- 0次
- 提 供 者:
- yush*****
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
PCA(计数器阵列)实现定时功能
说明:
利用单片机内部的PCA计数器实现16位的定时器功能。
操作:
将拨码开关S10的LED端拨到ON端。
其他拨码开关都处于关闭状态,也就是不拨到ON端。
可参考数据手册中关于PCA模块的详细说明- PCA (counter array) to achieve the timing function
说明:
explain:
利用单片机内部的PCA计数器实现16位的定时器功能。
Using MCU internal PCA counter to achieve the 16 bit timer function.
操作:
Operation:
将拨码开关S10的LED端拨到ON端。
Set the LED of the dial switch ON to the S10.
其他拨码开关都处于关闭状态,也就是不拨到ON端。
Other dial switches are in the closed state, that is, do not dial to the ON side.
可参考数据手册中关于PCA模块的详细说明
A detailed descr iption of the PCA module in the reference data sheet
说明:
利用单片机内部的PCA计数器实现16位的定时器功能。
操作:
将拨码开关S10的LED端拨到ON端。
其他拨码开关都处于关闭状态,也就是不拨到ON端。
可参考数据手册中关于PCA模块的详细说明- PCA (counter array) to achieve the timing function
说明:
explain:
利用单片机内部的PCA计数器实现16位的定时器功能。
Using MCU internal PCA counter to achieve the 16 bit timer function.
操作:
Operation:
将拨码开关S10的LED端拨到ON端。
Set the LED of the dial switch ON to the S10.
其他拨码开关都处于关闭状态,也就是不拨到ON端。
Other dial switches are in the closed state, that is, do not dial to the ON side.
可参考数据手册中关于PCA模块的详细说明
A detailed descr iption of the PCA module in the reference data sheet
(系统自动生成,下载前可以参看下载内容)
下载文件列表
4、PCA软件定时器定时实验\Application\Doc\readme.txt
........................\...........\Header\STC12C5A60S2.H
........................\...........\Source\main.c
........................\...........\.tartup\STARTUP.A51
........................\Lis\main.lst
........................\...\PCA_Timer.m51
........................\...\STARTUP.lst
........................\Obj\main.obj
........................\...\PCA_Timer
........................\...\PCA_Timer.hex
........................\...\PCA_Timer.lnp
........................\...\PCA_Timer.plg
........................\...\STARTUP.obj
........................\...\STARTUP._ia
........................\PCA_Timer.plg
........................\PCA_Timer.uvopt
........................\PCA_Timer.uvproj
........................\PCA_Timer_uvopt.bak
........................\PCA_Timer_uvproj.bak
........................\Application\Doc
........................\...........\Header
........................\...........\Source
........................\...........\Startup
........................\Application
........................\Lis
........................\Obj
4、PCA软件定时器定时实验