a_NEW

所属分类:人工智能/神经网络/深度学习
开发工具:C/C++
文件大小:1002KB
下载次数:3
上传日期:2012-06-28 19:22:23
上 传 者Mr john
说明:  智能车编码器清晰安装图片 配合简单的PID示例程序 
(Smart car the encoders clear installation pictures with a simple PID sample program)

文件列表:
a_NEW\a\MC9S12XS128初始化程序和说明\Sys_IOC7_COUNT.c (921, 2010-03-14)
a_NEW\a\MC9S12XS128初始化程序和说明\Sys_IOC7_COUNT.h (263, 2010-02-01)
a_NEW\a\PCB3.0ͼʾ.jpg (56132, 2011-05-14)
a_NEW\a\PID测速实例AB车.rar (233836, 2011-04-10)
a_NEW\a\安装图\A.jpg (123600, 2011-02-27)
a_NEW\a\安装图\B.jpg (105131, 2011-02-27)
a_NEW\a\安装图\C.jpg (88804, 2011-02-27)
a_NEW\a\测速度例程\bin\Full_Chip_Simulation.map (105, 2011-03-24)
a_NEW\a\测速度例程\bin\TBDML.abs (165503, 2011-04-01)
a_NEW\a\测速度例程\bin\TBDML.abs.glo (626, 2011-04-01)
a_NEW\a\测速度例程\bin\TBDML.abs.s19 (608, 2011-04-01)
a_NEW\a\测速度例程\bin\TBDML.map (100025, 2011-04-01)
a_NEW\a\测速度例程\cmd\Full_Chip_Simulation_Postload.cmd (59, 2011-03-24)
a_NEW\a\测速度例程\cmd\Full_Chip_Simulation_Preload.cmd (60, 2011-03-24)
a_NEW\a\测速度例程\cmd\Full_Chip_Simulation_Reset.cmd (60, 2011-03-24)
a_NEW\a\测速度例程\cmd\Full_Chip_Simulation_SetCPU.cmd (59, 2011-03-24)
a_NEW\a\测速度例程\cmd\Full_Chip_Simulation_Startup.cmd (59, 2011-03-24)
a_NEW\a\测速度例程\cmd\TBDML_Erase_unsecure_hcs12xe.cmd (1514, 2011-03-24)
a_NEW\a\测速度例程\cmd\TBDML_Postload.cmd (59, 2011-03-24)
a_NEW\a\测速度例程\cmd\TBDML_Preload.cmd (60, 2011-03-24)
a_NEW\a\测速度例程\cmd\TBDML_Reset.cmd (60, 2011-03-24)
a_NEW\a\测速度例程\cmd\TBDML_Startup.cmd (59, 2011-03-24)
a_NEW\a\测速度例程\cmd\TBDML_Vppoff.cmd (77, 2011-03-24)
a_NEW\a\测速度例程\cmd\TBDML_Vppon.cmd (78, 2011-03-24)
a_NEW\a\测速度例程\C_Layout.hwl (855, 2011-03-24)
a_NEW\a\测速度例程\Default.mem (161, 2004-06-15)
a_NEW\a\测速度例程\Full_Chip_Simulation.ini (874, 2011-03-24)
a_NEW\a\测速度例程\prm\burner.bbl (10141, 2011-03-24)
a_NEW\a\测速度例程\prm\Full_Chip_Simulation_linker.prm (4975, 2011-03-24)
a_NEW\a\测速度例程\prm\TBDML_linker.prm (4975, 2011-03-24)
a_NEW\a\测速度例程\Project.mcp (110297, 2011-04-01)
a_NEW\a\测速度例程\Project_Data\CWSettingsWindows.stg (4381, 2011-04-01)
a_NEW\a\测速度例程\Project_Data\Full_Chip_Simulation\TargetDataWindows.tdt (62386, 2011-04-01)
a_NEW\a\测速度例程\Project_Data\TBDML\ObjectCode\datapage.c.o (13875, 2011-04-01)
a_NEW\a\测速度例程\Project_Data\TBDML\ObjectCode\main.c.o (16193, 2011-04-01)
a_NEW\a\测速度例程\Project_Data\TBDML\ObjectCode\MC9S12XS128.c.o (164108, 2011-04-01)
a_NEW\a\测速度例程\Project_Data\TBDML\ObjectCode\Start12.c.o (5361, 2011-04-01)
a_NEW\a\测速度例程\Project_Data\TBDML\TargetDataWindows.tdt (491090, 2011-04-01)
a_NEW\a\测速度例程\Sources\datapage.c (68446, 2011-03-24)
... ...

//------------------------------------------------------------------------ // Readme.txt //------------------------------------------------------------------------ This project stationery is designed to get you up and running quickly with CodeWarrior for MC9S12XS128. 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: The wizard has prepared CodeWarrior target(s) with the connection methods of your choice: 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 //------------------------------------------------------------------------ Read the online documentation provided. Use in CodeWarrior IDE the menu Help > CodeWarrior Help. //------------------------------------------------------------------------ // Contacting Metrowerks //------------------------------------------------------------------------ For bug reports, technical questions, and suggestions, please use the forms installed in the Release_Notes folder and send them to: cw_support@freescale.com

近期下载者

相关文件


收藏者