1、"Example_2802xBUZZER.c", line 2: fatal error: could not open source file "DSP28x_Project.h"
解决:Build Option->Compiler->Include Search Path设置路径不对,
应该为$(Proj_dir)\DSP2802x_common\include;$(Proj_dir)\DSP2802x_headers\include
2、
undefined first referenced
symbol in file
--------- ----------------
_InitEPwm4Gpio C:\\CCStudio_v3.3\\MyProjects\\MyFirst\\Debug\\main.obj
error: unresolved symbols remain
error: errors encountered during linking; "./Debug/MyFirst.out" not built
解决:basic_examples_BUZZER程序有问题,但是没有找出来在哪里。
3、warning: entry-point symbol other than "_c_int00" specified: "code_start"
warning: creating output section "AdcResultFile" without a SECTIONS
解决:缺少了一个CMD文件:DSP2802x_Headers_nonBIOS.cmd
4、 DI 有信号输出
RW 无信号输出 为高电平
E 有信号输出
D0 无信号输出 为低电平
D1 有信号输出
D2 无信号输出 为低电平
D3 有信号输出
D4 无信号输出 为低电平
D5 有信号输出
D6 无信号输出 为低电平
D7 有信号输出
解决:给GPIO赋值的方式不对,单个赋值的话中间要加延时,应该用整体赋值的方式。
5、CCS常常死掉。关了360及其他没用的程序也无济于事。
解决:重装,但是没能根治。有时还是卡死。