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.

CCS/TMS320F28388D: How do I share a Sysconfig setup between the C28x and ARM core projects?

Part Number: TMS320F28388D
Other Parts Discussed in Thread: SYSCONFIG

Tool/software: Code Composer Studio

Hello,

I'm developing an application that uses all three cores in an F28388D. I've used Sysconfig to create peripheral initialization files for the CPU1 project in CCS, and I can link to the board.h file from the CPU2 project so I can use the same defined names for the peripherals. But that causes errors if I try to include it in the CM project because board.h includes the file device.h, which ultimately tries to include header files for the C28x driverlib. (Which are not on the CM project's include path, thus causing the compile to fail.)

Is there a way for the CM project to use Sysconfig's definitions without having to create a separate include file by hand?

Dave