CCS 项目编译 出现 expected an identifier 错误
"../include/dm355_evm.h", line 67: error: expected an identifier
"../include/dm355_evm.h", line 67: error: expected a ")"
出错的代码为
VUint32 BOOTCFG; //0x14
经过查找发现在另外一个头文件bootloader.h中有了BOOTCFG的宏定义,去掉该宏定义,编译成功。
x