⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 sinewave.pjt

📁 sine functions test,program is ok and the main functions finish sine wave
💻 PJT
字号:
; Code Composer Project File, Version 2.0 (do not modify or remove this line)

[Project Settings]
ProjectName="sinewave"
ProjectDir="D:\CCStudio_v3.1\tutorial\dsk2407\sinewave\"
ProjectType=Executable
CPUFamily=TMS320C24XX
Tool="Compiler"
Tool="CustomBuilder"
Tool="Linker"
Config="Debug"
Config="Release"

[Source Files]
Source="..\..\..\c2400\cgtools\lib\rts2xx.lib"
Source="sine.c"
Source="vectors.asm"
Source="sinewave.cmd"

["Compiler" Settings: "Debug"]
Options=-g -q -fr"D:\CCStudio_v3.1\tutorial\dsk2407\sinewave\Debug" -d"_DEBUG" -v2xx

["Compiler" Settings: "Release"]
Options=-q -o3 -fr"D:\CCStudio_v3.1\tutorial\dsk2407\sinewave\Release" -v2xx

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

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

⌨️ 快捷键说明

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