摘要:
官网教程 新建调试工程 输入以下源码: #include <stdio.h> #include <c6x.h> volatile short output[16]; void main(void) { unsigned int counter = 0; const short A = 0x7e66; 阅读全文
posted @ 2018-03-26 17:48
刘-皇叔
阅读(9020)
评论(0)
推荐(1)
摘要:
新建CCS项目 选择File/New/CCS Project: 新建项目对话框 1) Project name: 指项目名称,这里要注意的项目名称不区分大小写。 2) Output type: 输出类型,Executable指可执行文件(一般为.out格式,可直接下载到DSP内运行),Static 阅读全文
posted @ 2018-03-26 15:52
刘-皇叔
阅读(11149)
评论(0)
推荐(2)
摘要:
DSP/BIOS 模块 基于TI的DSP芯片的应用程序分为两种:一般应用程序;DSP/BIOS应用程序。 为简化编程,TI提供了一套C的编程接口,它以API和宏的形式封装了TI的所有硬件模块,这套接口统称DSP/BIOS。DSP/BIOS包含以下模块: System(包含MEM,SYS对象) Ins 阅读全文
posted @ 2018-03-26 11:25
刘-皇叔
阅读(5500)
评论(0)
推荐(1)

浙公网安备 33010602011771号