文件名称:KeilC51_CountDown

  • 所属分类:
  • 嵌入式/单片机编程
  • 资源属性:
  • [C/C++] [源码]
  • 上传时间:
  • 2012-11-26
  • 文件大小:
  • 8kb
  • 下载次数:
  • 0次
  • 提 供 者:
  • 尹*
  • 相关连接:
  • 下载说明:
  • 别用迅雷下载,失败请重下,重下不扣分!

介绍说明--下载内容均来自于网络,请自行研究使用

源起: http://zhidao.baidu.com/question/163455823.html

适合用户:KeilC已初步入门,想进一步提高的朋友



程序架构:全部使用状态机构建而成(状态机是高手进阶必经之路)

模块构成:键盘,显示,定时器,CPU核心四大块



程序特点:

1. 修改方便,所有头文件由Includes.h统一组织,增加头文件只需在Includes.h中加入

2. 由Keil自带串口方便的在全速运行时监视数据

3. 本系统相当于一个精简的合作式操作系统,你随便用,绝无版权纠纷



使用方法:

  1. 打开项目文件,编译通过并启动调试器

  2. peripherial 菜单下打开P2口(P2.0 -P2.2是键盘,定义详见Key.c)

  3. view菜单下打开Serial Window #1 ,将显示模式设定为16进制(putchar()输出字符)

  4. Run全速运行,点击键盘P2.0,P2.1,P2.2观察效果(注意按键按下后必须弹起,否则不响应下一次按键)







尹刚 于2010-06-30 凌晨

交流QQ:635093341

欢迎访问我的博客空间:http://hi.baidu.com/burn_life-For User: KeilC have initially started, to further enhance friend



Program structure: all use is made state machine (state machine is a must to master advanced)

Blocks: the keyboard, display, timer, CPU core four blocks



Program features:

1. Modify convenience, all the header files from the Includes.h unified organization, increasing only in Includes.h header file to add 

2. Keil comes from the serial port running at full speed to facilitate the surveillance data

3. This system is equivalent to a streamlined collaborative operating system, you talk with, no copyright disputes 





Usage:

1. Open the project file, compile and start debugger

2. Peripherial menu to open the port P2 (P2.0-P2.2 is the keyboard, more specifically defined Key.c)

3. View menu to open the Serial Window# 1, the display mode is set to 16 hexadecimal (putchar () output characters)

4. Run at full speed, click on the keyboard P2.0, P2.1, P2.2 observed effect (attention button pressed to bounc
相关搜索: 定时器
键盘

(系统自动生成,下载前可以参看下载内容)

下载文件列表

Display.H

Includes.H

Key.H

Main.H

STC89C51RC_RD_PLUS.H

Timer.H

Test_Timer.Opt

Test_Timer.Uv2

使用方法及注意事项.txt

CPU.C

Display.C

Key.C

Main.c

Timer.C

Config.H

CPU.H

相关说明

  • 本站资源为会员上传分享交流与学习,如有侵犯您的权益,请联系我们删除.
  • 本站是交换下载平台,提供交流渠道,下载内容来自于网络,除下载问题外,其它问题请自行百度更多...
  • 请直接用浏览器下载本站内容,不要使用迅雷之类的下载软件,用WinRAR最新版进行解压.
  • 如果您发现内容无法下载,请稍后再次尝试;或者到消费记录里找到下载记录反馈给我们.
  • 下载后发现下载的内容跟说明不相乎,请到消费记录里找到下载记录反馈给我们,经确认后退回积分.
  • 如下载前有疑问,可以通过点击"提供者"的名字,查看对方的联系方式,联系对方咨询.

相关评论

暂无评论内容.

发表评论

*主  题:
*内  容:
*验 证 码:

源码中国 www.ymcn.org