rectifier.mak

来自「关于整流器的程序.这个程序是在TI的DSP上实现」· MAK 代码 · 共 75 行

MAK
75
字号
/************* Code Composer V1 Project Data ********************
  The following section contains data generated by Code Composer
  to store project information like build options, source filenames
  and dependencies.

[command filename]
Rectifier.cmd 16

[Project Root]
E:\学习资料\myprojects\Rectifier

[build options]
3
Linker = "-c -o Rectifier.out -x "
Assembler = "-gs -v2xx "
Compiler = "-g -v2xx -as -frD:/myprojects/rectifier "

[source files]
vector.asm 1115888580 1
Rectifier.asm 1117850244 1
svpwm.asm 1117849880 1
F2407REGS.H 926438400 0
ext_refs.h 1099065600 0
ad_sample.asm 1118025798 1
theta_get.asm 1116362460 1
SINTB360.asm 1098547200 1
init_sys.asm 1116341940 1
v_pi_reg.asm 1119313486 1
data_cache.asm 1110881940 1
clarke.asm 1099065600 1
sin_cos.asm 1098979200 1
park.asm 1098720000 1
current_pi.asm 1117256990 1
i_park.asm 1099065600 1
-12228

[dependencies]
 0 -802
 2 3:5 4:6 -4245
 1 3:17 -12437
 0 -802
 0 -802
 1 3:5 15770
 1 3:5 15770
 0 -802
 1 3:5 15770
 1 3:19 -805
 1 3:5 15770
 1 3:25 427
 1 3:5 15770
 0 -802
 0 -802
 0 -802

[version]
2.0
*/
-c -o Rectifier.out -x
"i_park.obj"
"current_pi.obj"
"park.obj"
"sin_cos.obj"
"clarke.obj"
"data_cache.obj"
"v_pi_reg.obj"
"init_sys.obj"
"SINTB360.obj"
"theta_get.obj"
"ad_sample.obj"
"svpwm.obj"
"Rectifier.obj"
"vector.obj"
"Rectifier.cmd"
/******** End of Project Data Generated by Code Composer ********/

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?