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.

Code Composer Studio chip define variable?

Other Parts Discussed in Thread: TMS320F28335, TMS320F28377D

Is there an easy way to use #ifdef to detect which chip is being used in a particular build?

We have some header files that are being updated to use in projects for both TMS320F28335 and 28377D chipsets.

Having some conflicts with device specific registers, and are trying to determine if separate header files in different repos, or a single header file with #ifdef is the right solution.

I went looking for the build variables trying to figure out the chip define myself, but I think I might be missing the obvious answer.

Thanks for any advice,

Neal