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.
使用CCS20.0.2设计工程时,__TMS320C28XX__宏定义似乎未生效,导致无法跳转到函数定义,例如使用CPUTimer_startTimer(CPUTIMER0_BASE);时,既没有自动补全,也无法跳转到函数定义。经过检查发现在cputimer.h文件中,#ifdef __TMS320C28XX__下的代码全为灰色,但实际编译时CPUTimer_startTimer(CPUTIMER0_BASE);却又不会报错,类似的其他外设头文件也都有类似问题,这应该怎么解决呢