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.
如下图, 我在DSP2833x_Device.h里define了 DEBUG, 我想在F28335里也用DEBUG, 请问怎么include进这个.H文件?
目前试了相对路径 都报错了, 求助 !先行谢过
在DSP2833x_Device.h里 #define DEBUG 1
我想在CMD文件里用这个"DEBUG",那我得 #include "DSP2833x_Device.h" 但是这句include会报错, 无法包含到CMD文件里
目的是我想调试的时候程序下载到RAM里, 生产使用的时候下载到ROM里, 只需要改#define DEBUG 1 或 #define DEBUG 0 这样就行
编译用的define 这些不是应该在右键整个功能的show build setting->Build->Compiler->Predefined Symbols里面吗?
感谢
以前还不知道这个功能