文件名称:KeilC51_CountDown
介绍说明--下载内容均来自于网络,请自行研究使用
源起: 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
适合用户: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
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