PID_K

所属分类:单片机开发
开发工具:C/C++
文件大小:626KB
下载次数:8
上传日期:2013-04-15 11:45:03
上 传 者Raincchina
说明:  PID控制测K值程序,本程序原本是在飞思卡尔光电组中的一个测K值另外写的程序。但是可以很方便的移植到任何需要PID的地方
(PID control measured K value of the program, the program originally Freescale photoelectric group measured K value write another program. But can be easily ported to any need PID)

文件列表:
PID测K值程序\bin\Full_Chip_Simulation.abs (170106, 2010-07-02)
PID测K值程序\bin\Full_Chip_Simulation.abs.glo (7802, 2010-07-02)
PID测K值程序\bin\Full_Chip_Simulation.abs.s19 (7732, 2010-07-02)
PID测K值程序\bin\Full_Chip_Simulation.map (120752, 2010-07-02)
PID测K值程序\bin\TBDML.abs (185134, 2010-07-14)
PID测K值程序\bin\TBDML.abs.glo (9960, 2010-07-14)
PID测K值程序\bin\TBDML.abs.s19 (9876, 2010-07-14)
PID测K值程序\bin\TBDML.map (131058, 2010-07-14)
PID测K值程序\bin\TBDML.xpr (478, 2010-07-14)
PID测K值程序\cmd\Full_Chip_Simulation_Postload.cmd (59, 2009-05-29)
PID测K值程序\cmd\Full_Chip_Simulation_Preload.cmd (60, 2009-05-29)
PID测K值程序\cmd\Full_Chip_Simulation_Reset.cmd (60, 2009-05-29)
PID测K值程序\cmd\Full_Chip_Simulation_SetCPU.cmd (59, 2009-05-29)
PID测K值程序\cmd\Full_Chip_Simulation_Startup.cmd (59, 2009-05-29)
PID测K值程序\cmd\TBDML_Erase_unsecure_hcs12xe.cmd (1514, 2009-05-29)
PID测K值程序\cmd\TBDML_Postload.cmd (59, 2009-05-29)
PID测K值程序\cmd\TBDML_Preload.cmd (60, 2009-05-29)
PID测K值程序\cmd\TBDML_Reset.cmd (60, 2009-05-29)
PID测K值程序\cmd\TBDML_Startup.cmd (59, 2009-05-29)
PID测K值程序\cmd\TBDML_Vppoff.cmd (77, 2009-05-29)
PID测K值程序\cmd\TBDML_Vppon.cmd (78, 2009-05-29)
PID测K值程序\C_Layout.hwl (855, 2009-05-29)
PID测K值程序\Default.mem (161, 2004-06-15)
PID测K值程序\Full_Chip_Simulation.ini (1028, 2010-07-02)
PID测K值程序\Includes\eeprom.h (609, 2010-07-09)
PID测K值程序\Includes\Includes.h (769, 2010-07-10)
PID测K值程序\Includes\LED.h (2248, 2010-07-10)
PID测K值程序\Includes\Mark.h (502, 2010-07-10)
PID测K值程序\Includes\System.h (868, 2010-07-13)
PID测K值程序\MYLED.mcp (112819, 2010-07-10)
PID测K值程序\MYLED_Data\CWSettingsWindows.stg (4329, 2012-03-04)
PID测K值程序\MYLED_Data\Full_Chip_Simulation\ObjectCode\datapage.c.o (14053, 2010-06-29)
PID测K值程序\MYLED_Data\Full_Chip_Simulation\ObjectCode\LED.c.o (25684, 2010-07-02)
PID测K值程序\MYLED_Data\Full_Chip_Simulation\ObjectCode\main.c.o (10338, 2010-07-02)
PID测K值程序\MYLED_Data\Full_Chip_Simulation\ObjectCode\MC9S12XS128.c.o (136375, 2010-06-29)
PID测K值程序\MYLED_Data\Full_Chip_Simulation\ObjectCode\Start12.c.o (4390, 2010-06-29)
PID测K值程序\MYLED_Data\Full_Chip_Simulation\ObjectCode\System.c.o (21852, 2010-07-02)
PID测K值程序\MYLED_Data\Full_Chip_Simulation\TargetDataWindows.tdt (495483, 2012-03-04)
PID测K值程序\MYLED_Data\TBDML\ObjectCode\datapage.c.o (14257, 2010-07-10)
PID测K值程序\MYLED_Data\TBDML\ObjectCode\eeprom.c.o (15848, 2010-07-13)
... ...

//------------------------------------------------------------------------ // 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

近期下载者

相关文件


收藏者