文件名称:freescale-HCS12DG128
- 所属分类:
- 单片机(51,AVR,MSP430等)
- 资源属性:
- [C/C++] [源码]
- 上传时间:
- 2014-05-16
- 文件大小:
- 248kb
- 下载次数:
- 0次
- 提 供 者:
- 陈**
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
设计通过对于CodeWarrior 软件的操作,编写代码,最终实现freescale HCS12DG128单片机饮水机加热的简易控制器。具体流程如下:
1、初始状态LCD显示Please wait 00:00:00;
2、设定时间45秒,LCD显示Heating Up Now,并从00:00:45并开始倒计时,(在现实中时间更长,实验中便于观察结果缩短到45秒);
3、在45秒倒计时开始的同时红灯亮起,意为正在加热;
4、倒计时结束LCD显示为Heated Up,并显示时间00:00:00,在此同时红灯灭,绿灯亮起,意为加热结束,为保温状态。
-For CodeWarrior software design through operation, write code, and ultimately simple controller freescale HCS12DG128 microcontroller dispenser heating. Specific procedures are as follows: 1, the initial state of the LCD display Please wait 00:00:00 2, set time 45 seconds, LCD display Heating Up Now, and from 00:00:45 and start the countdown, (in reality longer , easy to observe the results of the experiment is shortened to 45 seconds) 3, in 45 seconds, while the red light countdown begins, meaning being heated 4, the countdown to the end of the LCD display Heated Up, and display the time 00:00:00 At the same time the red light is off, the green light, meaning the end of the heating for the insulating state.
1、初始状态LCD显示Please wait 00:00:00;
2、设定时间45秒,LCD显示Heating Up Now,并从00:00:45并开始倒计时,(在现实中时间更长,实验中便于观察结果缩短到45秒);
3、在45秒倒计时开始的同时红灯亮起,意为正在加热;
4、倒计时结束LCD显示为Heated Up,并显示时间00:00:00,在此同时红灯灭,绿灯亮起,意为加热结束,为保温状态。
-For CodeWarrior software design through operation, write code, and ultimately simple controller freescale HCS12DG128 microcontroller dispenser heating. Specific procedures are as follows: 1, the initial state of the LCD display Please wait 00:00:00 2, set time 45 seconds, LCD display Heating Up Now, and from 00:00:45 and start the countdown, (in reality longer , easy to observe the results of the experiment is shortened to 45 seconds) 3, in 45 seconds, while the red light countdown begins, meaning being heated 4, the countdown to the end of the LCD display Heated Up, and display the time 00:00:00 At the same time the red light is off, the green light, meaning the end of the heating for the insulating state.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
freescale HCS12DG128\bin\TBDML.abs
....................\...\TBDML.abs.phy
....................\...\TBDML.abs.s19
....................\...\TBDML.map
....................\C06_LCD.mcp
....................\......._Data\CWSettingsWindows.stg
....................\............\TBDML\ObjectCode\datapage.c.o
....................\............\.....\..........\GeneralFun.c.o
....................\............\.....\..........\isr.c.o
....................\............\.....\..........\LCD.c.o
....................\............\.....\..........\LED.c.o
....................\............\.....\..........\main.c.o
....................\............\.....\..........\mc9s12dg128.c.o
....................\............\.....\..........\MCUInit.c.o
....................\............\.....\..........\SCI.c.o
....................\............\.....\..........\Start12.c.o
....................\............\.....\..........\Timer.c.o
....................\............\.....\TargetDataWindows.tdt
....................\cmd\TBDML_Erase_unsecure_hcs12.cmd
....................\...\TBDML_Postload.cmd
....................\...\TBDML_Preload.cmd
....................\...\TBDML_Reset.cmd
....................\...\TBDML_Startup.cmd
....................\...\TBDML_Vppoff.cmd
....................\...\TBDML_Vppon.cmd
....................\C_Layout.hwl
....................\Default.mem
....................\instruction.txt
....................\prm\burner.bbl
....................\...\TBDML_linker.prm
....................\readme.txt
....................\Sources\datapage.c
....................\.......\GeneralFun.c
....................\.......\GeneralFun.h
....................\.......\Includes.h
....................\.......\isr.c
....................\.......\isr.h
....................\.......\LCD.c
....................\.......\LCD.h
....................\.......\LED.c
....................\.......\LED.h
....................\.......\main.c
....................\.......\MCUInit.c
....................\.......\MCUInit.h
....................\.......\SCI.c
....................\.......\SCI.h
....................\.......\Start12.c
....................\.......\Timer.c
....................\.......\Timer.h
....................\.......\Type.h
....................\TBDML.hwc
....................\TBDML.ini
....................\tips.txt
....................\C06_LCD_Data\TBDML\ObjectCode
....................\............\TBDML
....................\bin
....................\C06_LCD_Data
....................\cmd
....................\prm
....................\Sources
freescale HCS12DG128