Other Parts Discussed in Thread: SYSCONFIG, C2000WARE
Hello,
Sorry for asking some help about that. That's not the most interesting part in a project.
I started from an TI example (a multi core project actually). I chose this example because of the presence of a multi project that links the two projects for each core, the presence of SysConfig files and so on ...
but for my project I need bitfields. So I tried to include the file F28x_Project.h in the source file.
In the include options, I declared 2 paths: the first for F28x_Project.h, which includes F2837xD_device.h, and the second for F2837xD_device.h and all the files it includes (F2837xD_adc.h ...)
Obviously, I declared the variables C2000WARE_COMMON_INCLUDE and C2000WARE_HEADERS_INCLUDE:
But when I include F28x_Project.h in my source file, these errors appear:
It seems that my include disturbs the following one, i.e. #include "driverlib.h".
Can some one look at the zip file in attachment, and tell me where is my mistake ?
Thank you, and sorry