第4章 DSP软件开发与C语言编程
2025年09月26日
第4章 DSP软件开发与C语言编程
本章主要内容:
1)DSP开发工具与软件开发流程(DSP Development Tools and Software Development Flow)。
2)集成开发环境CCS(IDE Code Composer Studio)。
3)DSP的C项目文件(DSP C Project Files)。
●公共目标文件格式COFF(The Common Object File Format)。
●链接命令文件(Linking Command Files)。
4)DSPC语言程序设计基础(DSP C Programming Fundamentals)。
●数据类型(Data Types)。
●运算符与基本语句(Operators and Statements)。
●函数(Functions)。
●指针(Pointers)。
●编译预处理命令(Preprocessor Directives)。
●C语言与汇编语言混合编程(Hybrid Programming with C and Assembly)。
●C28x DSP编译器的关键字(Keywords for the C28x DSP Compiler)。
5)DSPC程序举例(DSP C Program Examples)。