sci.mak

来自「DSP2407实现SCI串口通信的C语言源代码。 分别使用2个中断实现串口的接」· MAK 代码 · 共 50 行

MAK
50
字号
/************* Code Composer V1 Project Data ********************
  The following section contains data generated by Code Composer
  to store project information like build options, source filenames
  and dependencies.

[command filename]
SCI.cmd 9

[Project Root]
F:\newdsptest\SCI2

[build options]
3
Linker = "-c -o SCI.out -x "
Assembler = "-s -v2xx "
Compiler = "-g -v2xx -as -frF:\newdsptest\SCI2 "

[source files]
SCI.c 1096102685 1
vectors.asm 1096094393 1
E:\tic2xx-2\c2000\cgtools\lib\rts2xx.lib 0 1
NC.h 1095257091 0
register1.h 1095929314 0
math.h 944093814 0
ioports.h 1095244291 0
stdlib.h 1093852674 0
string.h 944093814 0
-13347

[dependencies]
 1 3:2 28818
 0 -802
 0 -802
 5 4:4 5:5 6:6 7:7 8:8 11014
 0 -802
 0 -802
 0 -802
 0 -802
 0 -802

[version]
2.0
*/
-c -o SCI.out -x
"vectors.obj"
"SCI.obj"
"E:\tic2xx-2\c2000\cgtools\lib\rts2xx.lib"
"SCI.cmd"
/******** End of Project Data Generated by Code Composer ********/

⌨️ 快捷键说明

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