PID

所属分类:单片机开发
开发工具:Visual C++
文件大小:2416KB
下载次数:38
上传日期:2013-12-04 17:31:43
上 传 者spuerpang
说明:  pid控制stm32及avr单片机的源代码加pid学习资料。
(pid control code and data stm32 and avr source code)

文件列表:
PID\591460pid温度控制.rar (1178, 2013-05-04)
PID\AVR智能充电器PID算法程序\battery_charge.prj (3596, 2008-03-22)
PID\AVR智能充电器PID算法程序\battery_charge.pr~ (3579, 2008-03-22)
PID\AVR智能充电器PID算法程序\battery_charge.txt (0, 2008-03-22)
PID\AVR智能充电器PID算法程序\main.asm (17395, 2008-03-22)
PID\AVR智能充电器PID算法程序\main.c (6285, 2008-03-28)
PID\AVR智能充电器PID算法程序\main.c~ (6284, 2008-03-28)
PID\AVR智能充电器PID算法程序\main.i (1810, 2008-03-22)
PID\AVR智能充电器PID算法程序\main.inc (34, 2008-03-22)
PID\AVR智能充电器PID算法程序\main.map (579, 2008-03-22)
PID\AVR智能充电器PID算法程序\main.sym (486, 2008-03-22)
PID\AVR智能充电器PID算法程序\main.vec (147, 2008-03-22)
PID\AVR智能充电器PID算法程序\MEGA16.H (2502, 2007-03-05)
PID\msp430控制电机pid.rar (9365, 2013-05-04)
PID\PID.txt (806, 2007-11-17)
PID\pidss4复件.c (1763, 2004-08-11)
PID\PID学习资料.doc.doc (64512, 2013-05-04)
PID\PID控制智能小车.doc (32768, 2007-07-10)
PID\pid算法.pdf (12032, 2013-05-04)
PID\pid算法详细解释.pdf (175420, 2006-09-13)
PID\PID调节电机\AN_SPMC75_0012.pdf (471877, 2006-03-01)
PID\PID调节电机\SRC\SPMC75F2413A_Digital_PID\BLDC\BLDC.h (1866, 2005-09-02)
PID\PID调节电机\SRC\SPMC75F2413A_Digital_PID\BLDC\chap2.c (9777, 2005-09-02)
PID\PID调节电机\SRC\SPMC75F2413A_Digital_PID\BLDC\DigitalPID.c (6443, 2005-09-02)
PID\PID调节电机\SRC\SPMC75F2413A_Digital_PID\BLDC\DigitalPID.lib (14439, 2004-12-24)
PID\PID调节电机\SRC\SPMC75F2413A_Digital_PID\BLDC\Initial.c (6021, 2005-09-02)
PID\PID调节电机\SRC\SPMC75F2413A_Digital_PID\BLDC\SPMC75_PID.h (489, 2004-12-24)
PID\PID调节电机\SRC\SPMC75F2413A_Digital_PID\Debug\chap2.asm (59143, 2005-09-02)
PID\PID调节电机\SRC\SPMC75F2413A_Digital_PID\Debug\chap2.lst (363424, 2005-09-02)
PID\PID调节电机\SRC\SPMC75F2413A_Digital_PID\Debug\chap2.obj (77821, 2005-09-02)
PID\PID调节电机\SRC\SPMC75F2413A_Digital_PID\Debug\chap3.asm (23833, 2004-12-24)
PID\PID调节电机\SRC\SPMC75F2413A_Digital_PID\Debug\chap3.lst (91386, 2004-12-24)
PID\PID调节电机\SRC\SPMC75F2413A_Digital_PID\Debug\chap3.obj (21878, 2004-12-24)
PID\PID调节电机\SRC\SPMC75F2413A_Digital_PID\Debug\DigitalPID.asm (24053, 2005-09-02)
PID\PID调节电机\SRC\SPMC75F2413A_Digital_PID\Debug\DigitalPID.lst (94407, 2005-09-02)
PID\PID调节电机\SRC\SPMC75F2413A_Digital_PID\Debug\DigitalPID.obj (22168, 2005-09-02)
PID\PID调节电机\SRC\SPMC75F2413A_Digital_PID\Debug\Initial.asm (40155, 2005-09-02)
PID\PID调节电机\SRC\SPMC75F2413A_Digital_PID\Debug\Initial.lst (297399, 2005-09-02)
PID\PID调节电机\SRC\SPMC75F2413A_Digital_PID\Debug\Initial.obj (58524, 2005-09-02)
PID\PID调节电机\SRC\SPMC75F2413A_Digital_PID\Debug\ISR.asm (37507, 2005-09-02)
... ...

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

近期下载者

相关文件


收藏者