HCS12SerialMon2r1

所属分类:其他嵌入式/单片机内容
开发工具:Asm
文件大小:143KB
下载次数:58
上传日期:2006-04-17 19:23:47
上 传 者lizhbo
说明:  Freescale HCS12 单片机系统监控
(Freescale HCS12 MCU System Monitoring)

文件列表:
HCS12SerialMon2r1\ASM_layout.hwl (720, 2004-03-21)
HCS12SerialMon2r1\bin\S12SerMon2r1.abs (19607, 2004-07-21)
HCS12SerialMon2r1\bin\S12SerMon2r1.bpt (12, 2004-07-19)
HCS12SerialMon2r1\bin\S12SerMon2r1.dbg (77117, 2004-07-21)
HCS12SerialMon2r1\bin\S12SerMon2r1.lst (131480, 2004-07-21)
HCS12SerialMon2r1\bin\S12SerMon2r1.map (63628, 2004-07-21)
HCS12SerialMon2r1\bin\S12SerMon2r1.mrk (21, 2004-07-19)
HCS12SerialMon2r1\bin\S12SerMon2r1.sx (4378, 2004-07-21)
HCS12SerialMon2r1\bin (0, 2006-04-17)
HCS12SerialMon2r1\C32.ini (1927, 2004-02-25)
HCS12SerialMon2r1\cmd\P&E_ICD_Erase_unsecure_hcs12.cmd (2655, 2003-12-03)
HCS12SerialMon2r1\cmd\P&E_ICD_Postload.cmd (61, 2003-12-03)
HCS12SerialMon2r1\cmd\P&E_ICD_Preload.cmd (60, 2003-12-03)
HCS12SerialMon2r1\cmd\P&E_ICD_Reset.cmd (60, 2003-12-03)
HCS12SerialMon2r1\cmd\P&E_ICD_Startup.cmd (59, 2003-12-03)
HCS12SerialMon2r1\cmd\P&E_ICD_Vppoff.cmd (77, 2003-12-03)
HCS12SerialMon2r1\cmd\P&E_ICD_Vppon.cmd (78, 2003-12-03)
HCS12SerialMon2r1\cmd (0, 2006-04-17)
HCS12SerialMon2r1\Default.mem (13, 2003-12-03)
HCS12SerialMon2r1\Dx128.ini (1087, 2003-12-04)
HCS12SerialMon2r1\Dx256.ini (1087, 2003-12-04)
HCS12SerialMon2r1\Dx32.ini (1087, 2003-12-04)
HCS12SerialMon2r1\Dx512.ini (1087, 2003-12-04)
HCS12SerialMon2r1\Dx64.ini (1087, 2003-12-04)
HCS12SerialMon2r1\E128.ini (1887, 2004-06-07)
HCS12SerialMon2r1\H256.ini (1730, 2003-12-04)
HCS12SerialMon2r1\HCS12SerialMon2r1.mcp (434573, 2006-04-17)
HCS12SerialMon2r1\HCS12SerialMon2r1_Data\C32\ObjectCode (0, 2004-07-21)
HCS12SerialMon2r1\HCS12SerialMon2r1_Data\C32\TargetDataWindows.tdt (66786, 2006-04-17)
HCS12SerialMon2r1\HCS12SerialMon2r1_Data\C32 (0, 2006-04-17)
HCS12SerialMon2r1\HCS12SerialMon2r1_Data\CWSettingsWindows.stg (6224, 2006-04-17)
HCS12SerialMon2r1\HCS12SerialMon2r1_Data\Dx128\ObjectCode (0, 2004-07-21)
HCS12SerialMon2r1\HCS12SerialMon2r1_Data\Dx128\TargetDataWindows.tdt (66786, 2006-04-17)
HCS12SerialMon2r1\HCS12SerialMon2r1_Data\Dx128 (0, 2006-04-17)
HCS12SerialMon2r1\HCS12SerialMon2r1_Data\Dx256\ObjectCode\S12SerMon2r1.asm.o (32030, 2004-07-21)
HCS12SerialMon2r1\HCS12SerialMon2r1_Data\Dx256\ObjectCode (0, 2006-04-17)
HCS12SerialMon2r1\HCS12SerialMon2r1_Data\Dx256\TargetDataWindows.tdt (89185, 2006-04-17)
HCS12SerialMon2r1\HCS12SerialMon2r1_Data\Dx256 (0, 2006-04-17)
HCS12SerialMon2r1\HCS12SerialMon2r1_Data\Dx32\ObjectCode (0, 2004-07-21)
HCS12SerialMon2r1\HCS12SerialMon2r1_Data\Dx32\TargetDataWindows.tdt (66786, 2006-04-17)
... ...

//------------------------------------------------------------------------ // Readme.txt //------------------------------------------------------------------------ This project stationery is designed to get you up and running quickly with CodeWarrior for MC9S12E128. 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: - Absolute Assembly The wizard has prepared CodeWarrior target(s) with the connection methods of your choice: P&E ICD12: This enables to debug with the P&E ICD12 target interface. The P&E ICD12 target interface allows to debug using the BDM connector with P&E BDM Multilink or Cable12 hardware. The BDM Multilink and Cable12 connect to the host parallel port. 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 - Prm: - burner.bbl file to generate S-Records - 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

近期下载者

相关文件


收藏者