sinewave.pjt

来自「tms320c55x系列dsp正弦波放大程序.可以根据用户需要设计振幅增益!」· PJT 代码 · 共 37 行

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

[Project Settings]
ProjectName="sinewave"
ProjectDir="C:\ti\tutorial\sim55xx\sinewave\"
ProjectType=Executable
CPUFamily=TMS320C55XX
Tool="Compiler"
Tool="DspBiosBuilder"
Tool="Linker"
Config="Debug"
Config="Release"

[Source Files]
Source="..\..\..\c5500\cgtools\lib\rts55.lib"
Source="sine.c"
Source="sinewave.cmd"

["Compiler" Settings: "Debug"]
Options=-g -mg -as -fr"C:\ti\tutorial\sim55xx\sinewave\Debug"

["Compiler" Settings: "Release"]
Options=-mg -as -fr"C:\ti\tutorial\sim55xx\sinewave\Release"

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

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

["Linker" Settings: "Debug"]
Options=-c -o".\Debug\sinewave.out" -x

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

⌨️ 快捷键说明

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