We use both the Stellaris and MSP430 at my job. We have a "shared" project which contains code that is used for both types of processors. Currently, when a project needs that code, the files are linked in. Code Composer Studio 5 has the ability to create new static libraries. I have converted the "shared" project into a static library, which works great for the 430's. As expected, I cannot link against this library for an ARM.
I have tried making a new build configuration, for the Stellaris but that option is greyed out in CCS. I can only select other MSP430's as possible targets. Is there a way to select a Stellaris as a possible target?
Thanks,
John