fpc1010_dsk5510.pjt

来自「基于dsp55系列的指纹识别系统。已调试通过」· PJT 代码 · 共 38 行

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

[Project Settings]
ProjectName="demo_nordic_5509"
ProjectDir="C:\FADT\FPC1010_Fingerprint_Capture_Drivers\dsk5510_fpc1010\source_code\"
ProjectType=Executable
CPUFamily=TMS320C55XX
Tool="Compiler"
Tool="DspBiosBuilder"
Tool="Linker"
Config="Debug"
Config="Release"

[Source Files]
Source="fpc1010.c"
Source="main_demo.c"
Source="spi.c"
Source="5510DSK.cmd"

["Compiler" Settings: "Debug"]
Options=-g -q -fr"C:\FADT\FPC1010_Fingerprint_Capture_Drivers\dsk5510_fpc1010\source_code\Debug" -d"_DEBUG" -d"CHIP_5510PG2_2" -ml

["Compiler" Settings: "Release"]
Options=-q -o2 -fr"C:\FADT\FPC1010_Fingerprint_Capture_Drivers\dsk5510_fpc1010\source_code\Release"

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

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

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

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

⌨️ 快捷键说明

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