搜索资源列表
6416bootloader
- 详细分析TI高速DSP,TMS320C6416的bootloader原理,给出了基于CCS 3.1和VC6.0的整套实现代码,配备WORD文档。原创-a board-proved bootloader solution for TI high-performance dsp tms320c6416, using CCS 3.1 and VC++ 6.0, however, the documentation file is in Chinese.
hex2aray
- DSP 自举过程需要的bin文件生成工具,根据TI官网代码,VC下编译通过。-DSP bootstrap process requires tools to generate the bin file, in accordance with TI' s official website code, VC adopted under the compiler.
LCDMatrix
- vc++做的停靠例程源代码,LCDMatrix.dsp This file (the project file) contains information at the project level and is used to build a single project or subproject. Other users can share the project (.dsp) file, but they should export the makefiles local
dsp_creater
- 包含创建VC工程文件(Visual stdio 6.0及以上版本的源代码组织文件)的源代码,程序及使用说明. 该程序用于重建 丢失的 VC 工程文件dsp文件。或者用于使用VC编辑器查看和编辑linux下的源代码。 1. 把MakeDspFile.exe和make.bat拷贝到需要创建工程文件的主目录。 2. 修改make.bat文件的命令:把MakeDspFile.exe ViewCode >>ViewCode.dsp中的 ViewCode 替换成需要产生的工程的名字。 3.