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

📄 myvga.pjt

📁 自己编写的,采用DSP实现字符叠加的程序,基于合众达SEED-DEC643的扳子,CCS2.2环境,原来的例程是采用FPGA实现字符叠加的,改程序完全采用DSP进行叠加.
💻 PJT
字号:
; Code Composer Project File, Version 2.0 (do not modify or remove this line)

[Project Settings]
ProjectDir="D:\CCS22\my_own_OSD_1224\"
ProjectType=Executable
CPUFamily=TMS320C64XX
Tool="Compiler"
Tool="DspBiosBuilder"
Tool="Linker"
Config="Debug"
Config="Release"

[Source Files]
Source="colorbarRGB.c"
Source="lib\DEC643BSL.lib"
Source="lib\vport.l64"
Source="osdutil.c"
Source="video.cdb"
Source="video_rgb.c"
Source="ycbcr422pl_to_rgb565_h.asm"
Source="video.cmd"
Source="videocfg.cmd"

[Generated Files]
Source="videocfg.s62"
Source="videocfg_c.c"

["Compiler" Settings: "Debug"]
Options=-g -q -o3 -fr"D:\CCS22\my_own_OSD_1224\Debug" -i"D:\CCS22\my_own_OSD_1224\include" -d"_DEBUG" -d"CHIP_DM642" -mv6400

["Compiler" Settings: "Release"]
Options=-q -o3 -fr"D:\CCS22\my_own_OSD_1224\Release" -mv6400

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

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

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

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

["video.cmd" Settings: "Debug"]
ExcludeFromBuild=true

⌨️ 快捷键说明

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