t_event.pjt

来自「dsp28xx在CCS31下能编译运行的一个工程文件」· PJT 代码 · 共 38 行

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



[Project Settings]

ProjectDir="c:\ti\examples\sim28xx\rtdx\t_event\"

ProjectType=Executable

CPUFamily=TMS320C28XX

Tool="Compiler"

Tool="DspBiosBuilder"

Tool="Linker"

Config="Debug"

Config="Release"



[Source Files]

Source="..\..\..\..\c2000\cgtools\lib\rts2800.lib"

Source="..\..\..\..\c2000\rtdx\lib\rtdxsim.lib"

Source="..\shared\intvecs.asm"

Source="t_event.c"

Source="..\shared\f2812dsk.cmd"



["Compiler" Settings: "Debug"]

Options=-g -q -fr"c:\ti\examples\sim28xx\rtdx\t_event\Debug" -i"..\shared" -i"..\..\..\..\c2000\rtdx\include" -d"_DEBUG" -v28



["Compiler" Settings: "Release"]

Options=-q -o3 -fr"c:\ti\examples\sim28xx\rtdx\t_event\Release" -i"..\shared" -i"..\..\..\..\c2000\rtdx\include" -v28



["DspBiosBuilder" Settings: "Debug"]

Options=-v28



["DspBiosBuilder" Settings: "Release"]

Options=-v28



["Linker" Settings: "Debug"]

Options=-q -c -m".\Debug\t_event.map" -o".\Debug\t_event.out" -x



["Linker" Settings: "Release"]

Options=-q -c -m".\Release\t_event.map" -o".\Release\t_event.out" -x



⌨️ 快捷键说明

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