This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

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里面的库文件并不包含上述文件,请问,我应该如何解决此问题?