d12uart.pjt

来自「这是我编一个DSP的USP的程序 调试通过」· PJT 代码 · 共 46 行

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

[Project Settings]
ProjectDir="C:\DES3200\software\DES3200 USB firmware V1.1\firmware\"
ProjectType=Executable
CPUFamily=TMS320C54XX
Tool="Compiler"
Tool="DspBiosBuilder"
Tool="Linker"
Config="Debug"
Config="Release"

[Source Files]
Source="Chap_9.c"
Source="D12ci.c"
Source="INITDSP.ASM"
Source="Isr.c"
Source="Mainloop.c"
Source="McuUartTrans.c"
Source="Protodma.c"
Source="rts.lib"
Source="setfreq.asm"
Source="SetInt2.c"
Source="vectors.asm"
Source="Versionlog.c"
Source="onchip.cmd"

["Compiler" Settings: "Debug"]
Options=-g -q -fr"C:\DES3200\software\DES3200 USB firmware V1.1\firmware\Debug" -d"_DEBUG" -v548

["Compiler" Settings: "Release"]
Options=-q -o2 -fr"C:\DES3200\software\DES3200 USB firmware V1.1\firmware\Release"

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

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

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

["Linker" Settings: "Release"]
Options=-q -c -m".\Release\D12USB.map" -o".\Release\D12USB.out" -x

⌨️ 快捷键说明

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