dsk_app.pjt

来自「详细的OFDM设计过程」· PJT 代码 · 共 48 行

PJT
48
字号
; Code Composer Project File, Version 2.0 (do not modify or remove this line)

[Project Settings]
ProjectName="dsk_app"
ProjectDir="F:\black05\DSP\recieverSINE\"
ProjectType=Executable
CPUFamily=TMS320C67XX
Tool="Compiler"
Tool="DspBiosBuilder"
Tool="Linker"
Config="Debug"
Config="Release"

[Source Files]
Source="..\dsplib\lib\dsp67x.lib"
Source="aic23.c"
Source="dsk_app.c"
Source="dsk_app.cdb"
Source="subfuntions\chan_estimation\chan_estimation.c"
Source="subfuntions\chan_estimation\useful_functions.c"
Source="subfuntions\dft_DSP\bit_rev.c"
Source="subfuntions\dft_DSP\dft_DSP.c"
Source="subfuntions\waterfilling\waterfill.c"
Source="dsk_app.cmd"

[Generated Files]
Source="dsk_appcfg.s62"
Source="dsk_appcfg_c.c"

["Compiler" Settings: "Debug"]
Options=-g -k -q -o3 -fr"F:\black05\DSP\recieverSINE\Debug" -i"." -i"$(Install_dir)\c6000\dsk6713\include" -d"_DEBUG" -ml3 -ms1 -mv6710

["Compiler" Settings: "Release"]
Options=-q -o3 -fr"F:\black05\DSP\recieverSINE\Release" -mv6400

["DspBiosBuilder" Settings: "Debug"]
Options=-v6x

["DspBiosBuilder" Settings: "Release"]
Options=-v6x

["Linker" Settings: "Debug"]
Options=-q -c -m".\Debug\dsk_app.map" -o".\Debug\dsk_app.out" -x -i"$(Install_dir)\c6000\dsk6713\lib" -l"dsk6713bsl.lib"

["Linker" Settings: "Release"]
Options=-q -c -o".\Release\dsk_app.out" -x

⌨️ 快捷键说明

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