cskz

所属分类:单片机开发
开发工具:C++
文件大小:1687KB
下载次数:145
上传日期:2007-07-09 16:59:19
上 传 者bardian
说明:  客车车身控制模块 分为仪表部分 前控左 前控右 尾控和中控程序模块
(Bus Body Control Module into instruments of control before the end of the left anterior control right control procedures and the control module)

文件列表:
程序 (0, 2007-06-22)
程序\仪表V2.1 (0, 2007-06-22)
程序\仪表V2.1\adc.h (4022, 2006-10-30)
程序\仪表V2.1\can.h (18679, 2006-10-18)
程序\仪表V2.1\ck.h (62484, 2006-10-16)
程序\仪表V2.1\cs_zs.h (4188, 2006-10-24)
程序\仪表V2.1\C_Layout.hwl (905, 2006-09-29)
程序\仪表V2.1\Default.mem (161, 2003-03-28)
程序\仪表V2.1\gz60_sleep.h (1055, 2006-10-19)
程序\仪表V2.1\jly.h (1074, 2006-09-28)
程序\仪表V2.1\lcd_alarm.h (1147, 2006-10-17)
程序\仪表V2.1\lcd_b.h (28522, 2006-10-26)
程序\仪表V2.1\lcd_seg.h (17378, 2006-10-20)
程序\仪表V2.1\lcd_ziku.h (60578, 2006-09-30)
程序\仪表V2.1\led.h (10900, 2006-10-16)
程序\仪表V2.1\mc33389.h (4423, 2006-10-17)
程序\仪表V2.1\mc33993.h (13742, 2006-09-28)
程序\仪表V2.1\mcu.h (6487, 2007-03-16)
程序\仪表V2.1\motor.h (20274, 2006-10-18)
程序\仪表V2.1\P&E_FCS.hwc (0, 2006-09-29)
程序\仪表V2.1\P&E_FCS.ini (2311, 2006-12-14)
程序\仪表V2.1\P&E_ICD.ini (543, 2006-09-18)
程序\仪表V2.1\qkys.h (46226, 2006-10-17)
程序\仪表V2.1\qkzs.h (55665, 2006-10-18)
程序\仪表V2.1\timer.h (9172, 2006-10-19)
程序\仪表V2.1\wk.h (52986, 2006-10-17)
程序\仪表V2.1\yibiao.mcp (70102, 2006-11-06)
程序\仪表V2.1\lcd.h (14296, 2006-10-26)
程序\仪表V2.1\bin (0, 2007-06-22)
程序\仪表V2.1\bin\P&E_FCS.abs (274027, 2007-04-11)
程序\仪表V2.1\bin\P&E_FCS.abs.s19 (94358, 2007-04-11)
程序\仪表V2.1\bin\P&E_FCS.bpt (12, 2006-12-14)
程序\仪表V2.1\bin\P&E_FCS.map (183523, 2007-04-11)
程序\仪表V2.1\bin\P&E_FCS.mrk (21, 2006-12-14)
程序\仪表V2.1\bin\P&E_ICD.map (105, 2006-09-18)
程序\仪表V2.1\cmd (0, 2007-06-22)
程序\仪表V2.1\cmd\P&E_FCS_Postload.cmd (111, 2006-09-18)
程序\仪表V2.1\cmd\P&E_FCS_Preload.cmd (60, 2006-09-18)
程序\仪表V2.1\cmd\P&E_FCS_Reset.cmd (60, 2006-09-18)
... ...

//------------------------------------------------------------------------ // Readme.txt //------------------------------------------------------------------------ This project stationery is designed to get you up and running quickly with CodeWarrior for MC68HC908GZ16. It is set up for the selected CPU and target connection, but can be easily modified. Sample code for the following language(s) is at your disposal: - C The wizard has prepared CodeWarrior target(s) with the connection methods of your choice: - P&E FCS: This interface/target is prepared to use the FCS (Full Chip Simulation) from P&E. Note that you can switch to hardware debugging in a seamless way, using the menu PEDebug > Mode in the debugger. - P&E ICD: This interface/target is prepared to use the ICD (In-Circuit Debugging/Programming) from P&E. Note that you can switch to simulation in a seamless way, using the menu PEDebug > Mode in the debugger. Depending on your hardware type, you will need to configure the communication settings (class of device, baud rate, etc). Please consult your hardware documentation for additional details. Additional connections can be chosen in the simulator/debugger, use the menu Component > Set Target. //------------------------------------------------------------------------ // Getting Started //------------------------------------------------------------------------ To build/debug your project, use the menu Project > Debug or press F5. This will open the simulator/debugger. Press again F5 in the debugger (or menu Run > Start/Continue) to start the application. The menu Run > Halt or F6 stops the application. In the debugger menu Component > Open you can load additional components. //------------------------------------------------------------------------ // Project structure //------------------------------------------------------------------------ The project generated contains various files/folders: - readme.txt: this file - Sources: folder with the application source code - Startup Code: C/C++ startup code - Prm: - burner.bbl file to generate S-Records - the linker .prm file - the .map file generated by the linker - Libs: needed library files (ANSI, derivative header/implementation files) - Debugger Project File: contains a .ini file for the debugger for each connection - Debugger Cmd Files: contains sub-folders for each connection with command files //------------------------------------------------------------------------ // Adding your own code //------------------------------------------------------------------------ Once everything is working as expected, you can begin adding your own code to the project. Keep in mind that we provide this as an example of how to get up and running quickly with CodeWarrior. There are certainly other ways to handle interrupts and set up your linker command file. Feel free to modify any of the source provided. //------------------------------------------------------------------------ // Simulator/Debugger: Additional components //------------------------------------------------------------------------ In the simulator/debugger, you can load additional components. Try the menu Component > Open. //------------------------------------------------------------------------ // Additional documentation //------------------------------------------------------------------------ Check out the online documentation provided. Use in CodeWarrior IDE the menu Help > Online Manuals. //------------------------------------------------------------------------ // Contacting Metrowerks //------------------------------------------------------------------------ For bug reports, technical questions, and suggestions, please use the forms in the Release Notes folder installed, and send them to: USA: support@metrowerks.com EUROPE: support_europe@metrowerks.com ASIA/PACIFIC: j-emb-sup@metrowerks.com

近期下载者

相关文件


收藏者