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 to add MACRO C file?

Other Parts Discussed in Thread: CONTROLSUITE

Hello

 

I just move from CCS4 to CCS5 and first touch F28035 of C2000.

I load project example from controlsuite as following.

 

But I still don’t know the whole process to create the project.

For example.

When and how and where to add the MACRO file of  DSP2803x_PieCtrl.c DSP2803x_SysCtrl.c

and so on.

 

About this project create process and related knowledge,

Do any CCS5 expert can introduce related document for me to study.

 

I have searched for project creation. But I get only standard and simple example.

THANKS

  • The files you mention are part of the header file support package for the F2803x device.  They contain source code, not macros.  For a step-by-step description of how to build a CCS project from scratch you may find it helpful to review the 1-day workshop materials on this page:

    http://processors.wiki.ti.com/index.php/C2000_Piccolo_One-Day_Workshop_Home_Page

    The structure of the device support files is described in the documentation which accompanies them.  If you have installed controlSUITE in the default location, a useful document can be found at:

    C:\ti\controlSUITE\device_support\f2803x\v130\doc

    To create a new project using the header files, you would follow a similar process to lab 1 in the workshop, then add files as described in section 2.5 of the document. 

    I hope this helps.

    Regards,

    Richard