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.

TMS320F28P650DK: CCSTUDIO: How include #include "f28x_project.h"

Part Number: TMS320F28P650DK
Other Parts Discussed in Thread: C2000WARE

Tool/software:

Hi,

I need help to include "f28x_project.h" correctly.

If I import a sample project that contains a syscfg (here I imported spi_ex4_external_loopback_fifo_interrupt.c) I unfortunately cannot use #include "f28x_project.h".

This then gives the following error:





So I imported C:\ti\c2000\C2000Ware_5_02_00_00\device_support\f28p65x\headers\include. Now the following errors occur:



If I only #include "f28x_project.h" and comment out the others, no error message appears. So I only get this if I try to include all four.


Does anyone know how to do this?