Other Parts Discussed in Thread: CONTROLSUITE
I'm using the F28x_Project.h file to include the data types and the peripheral data structures with the build of a project.
It includes F2837x_Cla_typedefs.h and F2837xD_Device.h, and therein lies the conflict.
F2837x_Cla_typedefs.h defines several abbreviations of data types (Int16, Uint16, etc) and F2837xD_Device.h does the same, thus by themselves I get compiler errors because they are redefined in the later.
Both sets of definitions are wrapped by some manifest constants, but they are different from each other, and so the definitions are attempted.
It looks like an easy enough fix, but I don't want to modify the files that come with the controlSUITE. Is there another way to sort out this conflict?
Thanks
Kevin