TI中文支持网
TI专业的中文技术问题搜集分享网站

F280049 f28004x_device.h问题

F280049在编译的时候报错,显示未发现 <assert.h>等文件,打开TI提供的 f28004x_device.h里面发现有代码:

#if !defined(__TMS320C28XX_CLA__)
#include <assert.h>
#include <stdarg.h>
#endif //__TMS320C28XX_CLA__
#include <stdbool.h>
#include <stddef.h>
#include <stdint.h>
但是,C2000Ware里面的库文件并不包含上述文件,请问,我应该如何解决此问题?

Green Deng:

方便复制上传一下报错的信息吗?

赞(0)
未经允许不得转载:TI中文支持网 » F280049 f28004x_device.h问题
分享到: 更多 (0)