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.

How include library and lkinker file in Code Composer 5

Other Parts Discussed in Thread: CONTROLSUITE

Hi,

i'm attempting to create a new CCS project with Code Composer 5 for a TMS320F28069UPZ. I followed the steps below:

First i've included the header files:

    C:\ti\controlSUITE\device_support\f2806x\v136\F2806x_headers\include
    C:\ti\controlSUITE\device_support\f2806x\v136\F2806x_common\include

Then i've included the source files:

    C:\ti\controlSUITE\device_support\f2806x\v136\F2806x_headers\source
    C:\ti\controlSUITE\device_support\f2806x\v136\F2806x_common\source

now i'm going to add the Command linker file for writing the Flash.

Does anyone have an idea how to do that?
What are the directives that i've to write in my code to accomplish that?