你好!
最近在看DC/DC内容(controlSUITE\development_kits\ILPFC_v1.0),在主函数中有个预编译语句,如下:
#ifdef FLASH
void Init();
#endif
其中,FLASH这个宏是在哪里定义的?
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.
你好!
最近在看DC/DC内容(controlSUITE\development_kits\ILPFC_v1.0),在主函数中有个预编译语句,如下:
#ifdef FLASH
void Init();
#endif
其中,FLASH这个宏是在哪里定义的?
能讲讲predefine中的"DEBUG" "FLASH"" LARGE_MODEL"这些参数为什么要在这个地方定义? 有哪些宏是必须在这里定义的?
还有一个问题,我想了解predefine中其他选项如C2000 Compiler下边这些参数的具体意义及参数用法,我需要去哪里搜集这些资料?
谢谢!!!