UCOS_FOR_S12(LED)

所属分类:单片机开发
开发工具:Visual C++
文件大小:740KB
下载次数:16
上传日期:2011-01-14 20:14:06
上 传 者hjkl555555
说明:  ucos在S12单片机上的移植实例。。。。。。。。。。。。
(SCM ucos transplantation in the S12 example. . . . . . . . . . . .)

文件列表:
UCOS FOR S12(LED)\bin\Monitor.abs (212421, 2008-05-09)
UCOS FOR S12(LED)\bin\Monitor.abs.phy (10184, 2008-05-09)
UCOS FOR S12(LED)\bin\Monitor.abs.s19 (9918, 2008-05-09)
UCOS FOR S12(LED)\bin\Monitor.map (149194, 2008-05-09)
UCOS FOR S12(LED)\bin\Simulator.abs (213401, 2008-05-16)
UCOS FOR S12(LED)\bin\Simulator.abs.phy (10186, 2008-05-16)
UCOS FOR S12(LED)\bin\Simulator.abs.s19 (9922, 2008-05-16)
UCOS FOR S12(LED)\bin\Simulator.map (149210, 2008-05-16)
UCOS FOR S12(LED)\bin\sscom.ini (1140, 2007-07-06)
UCOS FOR S12(LED)\bin (0, 2008-05-16)
UCOS FOR S12(LED)\cmd\Monitor_Postload.cmd (108, 2007-07-06)
UCOS FOR S12(LED)\cmd\Monitor_Preload.cmd (60, 2007-07-06)
UCOS FOR S12(LED)\cmd\Monitor_Reset.cmd (60, 2007-07-06)
UCOS FOR S12(LED)\cmd\Monitor_Startup.cmd (59, 2007-07-06)
UCOS FOR S12(LED)\cmd\Simulator_Postload.cmd (108, 2007-07-06)
UCOS FOR S12(LED)\cmd\Simulator_Preload.cmd (60, 2007-07-06)
UCOS FOR S12(LED)\cmd\Simulator_Reset.cmd (60, 2007-07-06)
UCOS FOR S12(LED)\cmd\Simulator_SetCPU.cmd (59, 2007-07-06)
UCOS FOR S12(LED)\cmd\Simulator_Startup.cmd (59, 2007-07-06)
UCOS FOR S12(LED)\cmd (0, 2008-05-09)
UCOS FOR S12(LED)\C_Layout.hwl (855, 2007-07-06)
UCOS FOR S12(LED)\Default.mem (13, 2007-07-06)
UCOS FOR S12(LED)\Monitor.ini (4009, 2008-05-09)
UCOS FOR S12(LED)\prm\burner.bbl (4786, 2007-07-06)
UCOS FOR S12(LED)\prm\Monitor_linker.prm (1997, 2007-07-06)
UCOS FOR S12(LED)\prm\Simulator_linker.prm (1991, 2007-07-06)
UCOS FOR S12(LED)\prm (0, 2008-05-09)
UCOS FOR S12(LED)\Simulator.ini (2251, 2008-05-16)
UCOS FOR S12(LED)\SingPortFiles\INCLUDES.H (721, 2007-07-06)
UCOS FOR S12(LED)\SingPortFiles\OS_CFG.H (8820, 2007-07-06)
UCOS FOR S12(LED)\SingPortFiles\OS_CPU.H (2733, 2007-07-06)
UCOS FOR S12(LED)\SingPortFiles\OS_CPU_C.C (8451, 2007-07-06)
UCOS FOR S12(LED)\SingPortFiles (0, 2008-05-09)
UCOS FOR S12(LED)\SingUCOS.mcp (122483, 2008-05-09)
UCOS FOR S12(LED)\SingUCOS_Data\CWSettingsWindows.stg (4485, 2008-05-16)
UCOS FOR S12(LED)\SingUCOS_Data\Monitor\ObjectCode\datapage.c.o (8385, 2008-05-09)
UCOS FOR S12(LED)\SingUCOS_Data\Monitor\ObjectCode\Hardware.c.o (8972, 2008-05-09)
UCOS FOR S12(LED)\SingUCOS_Data\Monitor\ObjectCode\main.c.o (7836, 2008-05-09)
UCOS FOR S12(LED)\SingUCOS_Data\Monitor\ObjectCode\mc9s12dg128.c.o (154270, 2008-05-09)
... ...

//------------------------------------------------------------------------ // Readme.txt //------------------------------------------------------------------------ This project stationery is designed to get you up and running quickly with CodeWarrior for MC9S12DG128B. 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: - Simulator: This interface/target is prepared to use the FCS (Full Chip Simulation). - HCS12 Serial Monitor: This enables to debug with the HCS12 Serial Monitor target interface. The HCS12 Serial Monitor target interface connects to the HCS12 on-chip Motorola serial monitor. This monitor uses on-chip resources and the SCI. See Motorola application note AN2140 for details. The debugger is using GDI (Generic Debugging Interface) to connect to the serial monitor. Using the on-chip DBG module of HCS12 devices (if available, not present on all HCS12 derivatives), trace is supported as well. You can load the trace component using the menu Component > Open in the debugger. 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 - Linker Map: the .map file generated by the linker - Libraries: 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 files 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 installed in the Release_Notes folder and send them to: USA: support@metrowerks.com EUROPE: support_europe@metrowerks.com ASIA/PACIFIC: j-emb-sup@metrowerks.com

近期下载者

相关文件


收藏者