TMS320LF2407的异步串口SCI程序
源代码在线查看: sci.pjt
; Code Composer Project File, Version 2.0 (do not modify or remove this line)
[Project Settings]
ProjectDir="D:\MYDSP\2407c\SCI\"
ProjectType=Executable
CPUFamily=TMS320C24XX
Tool="Compiler"
Tool="Linker"
Config="Debug"
Config="Release"
[Source Files]
Source="Define.asm"
Source="GLOBAL.C"
Source="Main.c"
Source="rts2xx.lib"
Source="DSP.CMD"
["Compiler" Settings: "Debug"]
Options=-g -q -fr"D:\MYDSP\2407c\SCI\Debug" -d"_DEBUG" -v2xx
["Compiler" Settings: "Release"]
Options=-q -o3 -fr"D:\MYDSP\2407c\SCI\Release" -v2xx
["Linker" Settings: "Debug"]
Options=-q -c -m".\Debug\SCI.map" -o".\Debug\SCI.out" -x -v2
["Linker" Settings: "Release"]
Options=-q -c -m".\Release\SCI.map" -o".\Release\SCI.out" -x -v2