sinewave.pjt

来自「适用于TMS320C64xx」· PJT 代码 · 共 55 行

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



[Project Settings]

ProjectName="sinewave"

ProjectDir="C:\ccstudio\tutorial\sinewave\"

ProjectType=Executable

CPUFamily=TMS320C62XX

Tool="Compiler"

Tool="CustomBuilder"

Tool="DspBiosBuilder"

Tool="Linker"

Config="Debug"



[Source Files]

Source="..\..\..\c6000\cgtools\lib\rts6400.lib"

Source="sine.c"

Source="sinewave.cmd"



["Compiler" Settings: "Debug"]

Options=-g -as -fr"C:\CCStudio\tutorial\sinewave\Debug"



["DspBiosBuilder" Settings: "Debug"]

Options=-v6x



["Linker" Settings: "Debug"]

Options=-c -heap0x400 -o"Debug\sinewave.out" -stack0x400 -x



⌨️ 快捷键说明

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