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.

电机控制例程中问题请教下


CCS项目配置中有没有定义常量得地方,比如我在项目中定义一个#define VAR   ,如果我在项目配置中添加VAR ,就不用在项目文件中用#define 来定义
TI库得电机控制中有:
#ifdef  FLASH
 MemCopy(&RamfuncsRunStart, &RamfuncsLoadStart, (Uint32)&RamfuncsLoadSize);
 InitFlash();
#endif
但我在项目中查不到FLASH 的定义,但程序依然可以到memcopy这个函数这里,所以请教下是不是在项目配置文件中有地方定义了这个FLASH