iqsamplec.pjt
来自「TMS320f2812原理及应用的全部例子程序」· PJT 代码 · 共 37 行
PJT
37 行
; Code Composer Project File, Version 2.0 (do not modify or remove this line)
[Project Settings]
ProjectName="IQsampleC"
ProjectDir="C:\Work\IQmath\IQmathLib\IQmathLib\Samples\F2812EzDSP_Sample\"
ProjectType=Executable
CPUFamily=TMS320C28XX
Tool="Compiler"
Tool="DspBiosBuilder"
Tool="Linker"
Config="Debug"
Config="Release"
[Source Files]
Source="IQmath.lib"
Source="IQsample.c"
Source="F2812EzDSP_IQmath.cmd"
["Compiler" Settings: "Debug"]
Options=-g -k -q -al -as -o3 -fr"C:\Work\IQmath\IQmathLib\IQmathLib\Samples\F2812EzDSP_Sample\Debug" -i"..\..\include" -i"..\include" -d"_DEBUG" -d"LARGE_MODEL" -mf -ml -mn -mt -v28
["Compiler" Settings: "Release"]
Options=-q -o3 -fr"C:\Work\IQmath\IQmathLib\IQmathLib\Samples\F2812EzDSP_Sample\Release" -d"LARGE_MODEL" -ml -v28
["DspBiosBuilder" Settings: "Debug"]
Options=-v28
["DspBiosBuilder" Settings: "Release"]
Options=-v28
["Linker" Settings: "Debug"]
Options=-q -c -m".\Debug\IQsampleC.map" -o".\Debug\IQsampleC.out" -x -l"rts2800_ml.lib"
["Linker" Settings: "Release"]
Options=-q -c -o".\Release\IQsampleC.out" -x
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?