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/DRA787: CCS 9 with SDK Vision and PDK

Part Number: DRA787

Tool/software: Code Composer Studio

I have installed CCS 9, Vision SDK and PDK, but the examples in the Vision SDK or PDK have their include files paths do not match the installed tools,

For example

C:\TI\PROCESSOR_SDK_VISION_03_07_00_00\ti_components\drivers\pdk_01_10_03_07\packages\ti\csl\example\gpio\gpio_toggle\

the include files:

#include <ti/csl/csl_gpio.h>

#include <ti/csl/example/utils/uart_console/inc/uartConfig.h>

#include <ti/csl/soc.h>

#include <ti/csl/hw_types.h>

 

Why and what I should have done differently