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路径的问题

Other Parts Discussed in Thread: CONTROLSUITE

在CCS 5.0中经常会遇到的一个问题:

在main.c文件中 利用F3快捷键查询一个宏定义的地方,会跳出如图1所示的几个查找路径,比如查找BLDCPWM_MACRO,图1中显示的两个路径:

1、E:\ti\controlSUITE\libs\app_libs\motor_control\drivers\f2803x_v2.0\f2803xbldcpwm.h

2、F:\Users\F28035_InstaSPIN_BLDC\InstaSPIN_BLDC\DMC_Block\f2803xbldcpwm.h

关键是我没有inlcude路径:E:\ti\controlSUITE\libs\app_libs\motor_control\drivers\f2803x_v2.0\f2803xbldcpwm.h,如图2所示。

这里CCS为什么会查找到E:\ti\controlSUITE\libs\app_libs\motor_control\drivers\f2803x_v2.0\f2803xbldcpwm.h这个路径???

可以在哪里设置么????

请教一下!

                                                                  图1

                                                   图2