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

📄 mp3coding.pjt

📁 用TMS320开发的mp3 音频编码程序
💻 PJT
字号:
; Code Composer Project File, Version 2.0 (do not modify or remove this line)

[Project Settings]
ProjectDir="N:\CCC\Mp3Coding\"
ProjectType=Executable
CPUFamily=TMS320C24XX
Tool="Compiler"
Tool="CustomBuilder"
Tool="Linker"
Config="Debug"
Config="Release"

[Source Files]
Source="C:\CCStudio_v3.1\C2400\cgtools\lib\rts2xx.lib"
Source="common.c"
Source="decode.c"
Source="huffman.c"
Source="layer3.c"
Source="RESET.asm"
Source="VECTORS.ASM"
Source="f2407a.cmd"

["Compiler" Settings: "Debug"]
Options=-g -q -as -v2xx

["Compiler" Settings: "Release"]
Options=-q -o3 -fr"$(Proj_dir)\Release" -v2xx

["Linker" Settings: "Debug"]
Options=-c -m".\Debug\Mp3Coding.map" -o".\Debug\Mp3Coding.out" -stack512 -x

["Linker" Settings: "Release"]
Options=-c -m".\Release\Mp3Coding.map" -o".\Release\Mp3Coding.out" -w -x -v2

["f2407a.cmd" Settings: "Debug"]
LinkOrder=1

["f2407a.cmd" Settings: "Release"]
LinkOrder=1

⌨️ 快捷键说明

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