center_ecu

所属分类:嵌入式/单片机/硬件编程
开发工具:C/C++
文件大小:561KB
下载次数:20
上传日期:2009-04-26 18:23:49
上 传 者strayROC
说明:  基于摩托罗拉(现在飞思卡尔)MC68HC908AZ60A系列单片机,开发车辆中央控制器,包括门控、灯控等!
(Based on the Motorola (now Freescale) MC68HC908AZ60A series of single-chip, the development of the central controller of vehicles, including gated, light control, etc.!)

文件列表:
center_ecu\center\bin\MMDS-MMEVS.map (105, 2004-04-07)
center_ecu\center\bin\P&E_FCS.abs (88309, 2004-04-07)
center_ecu\center\bin\P&E_FCS.abs.s19 (9264, 2004-04-07)
center_ecu\center\bin\P&E_FCS.map (53519, 2004-04-07)
center_ecu\center\bin\P&E_ICD.map (105, 2004-04-07)
center_ecu\center\center.mcp (149992, 2006-12-25)
center_ecu\center\center.old.mcp (95140, 2004-04-07)
center_ecu\center\center_Data\CWSettingsWindows.stg (4493, 2007-04-04)
center_ecu\center\center_Data\MMDS-MMEVS\TargetDataWindows.tdt (61035, 2007-04-04)
center_ecu\center\center_Data\P&E_FCS\ObjectCode\main.c.o (30412, 2004-04-07)
center_ecu\center\center_Data\P&E_FCS\ObjectCode\MC68HC908AZ60A.C.o (50960, 2004-04-07)
center_ecu\center\center_Data\P&E_FCS\ObjectCode\Start08.c.o (5985, 2004-04-07)
center_ecu\center\center_Data\P&E_FCS\TargetDataWindows.tdt (113124, 2007-04-04)
center_ecu\center\center_Data\P&E_ICD\TargetDataWindows.tdt (61035, 2007-04-04)
center_ecu\center\cmd\MMDS-MMEVS_Postload.cmd (111, 2004-04-07)
center_ecu\center\cmd\MMDS-MMEVS_Preload.cmd (60, 2004-04-07)
center_ecu\center\cmd\MMDS-MMEVS_Reset.cmd (60, 2004-04-07)
center_ecu\center\cmd\MMDS-MMEVS_Startup.cmd (59, 2004-04-07)
center_ecu\center\cmd\P&E_FCS_Postload.cmd (111, 2004-04-07)
center_ecu\center\cmd\P&E_FCS_Preload.cmd (60, 2004-04-07)
center_ecu\center\cmd\P&E_FCS_Reset.cmd (60, 2004-04-07)
center_ecu\center\cmd\P&E_FCS_Startup.cmd (59, 2004-04-07)
center_ecu\center\cmd\P&E_ICD_Postload.cmd (111, 2004-04-07)
center_ecu\center\cmd\P&E_ICD_Preload.cmd (60, 2004-04-07)
center_ecu\center\cmd\P&E_ICD_Reset.cmd (60, 2004-04-07)
center_ecu\center\cmd\P&E_ICD_Startup.cmd (59, 2004-04-07)
center_ecu\center\C_Layout.hwl (856, 2002-11-27)
center_ecu\center\Default.mem (161, 2002-11-27)
center_ecu\center\MMDS-MMEVS.ini (536, 2004-04-07)
center_ecu\center\P&E_FCS.ini (544, 2004-04-07)
center_ecu\center\P&E_ICD.ini (544, 2004-04-07)
center_ecu\center\prm\burner.bbl (138, 2001-05-31)
center_ecu\center\prm\MMDS-MMEVS_linker.prm (1115, 2004-04-07)
center_ecu\center\prm\P&E_FCS_linker.prm (1115, 2004-04-07)
center_ecu\center\prm\P&E_ICD_linker.prm (1115, 2004-04-07)
center_ecu\center\signal_group.h (10377, 2004-03-14)
center_ecu\center\Sources\main.c (20040, 2004-04-07)
center_ecu\center\Sources\Start08.c (8963, 2003-04-24)
center_ecu\left_front\bin\MMDS-MMEVS.map (105, 2004-04-07)
... ...

//------------------------------------------------------------------------ // Readme.txt //------------------------------------------------------------------------ This project stationery is designed to get you up and running quickly with CodeWarrior for MC68HC908AZ60A. 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. - MMDS-MMEVS: This interface/target is using the Motorola MMDS/MMEVS system. By default it is using the COM1 port for connection, but in case of communication failure the debugger asks for connection on another serial port. 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

近期下载者

相关文件


收藏者