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 MSP430 - Build separate binaries within one project

Other Parts Discussed in Thread: MSP430F5438A

MCU: MSP430F5438A

CCS: v5.3

I've got 2 separate projects at the moment;

the first is for a normal MSP430 application, which resides in the main flash memory (0x5C00 onwards)

the second is for a custom BSL, which resides in the BSL Memory (0x1000 - 0x17FF). This project is based on the BSL found here.... http://processors.wiki.ti.com/index.php/Custom_MSP430_BSL

Both of these projects build and work separately, but I'm trying to create a single project in CCS that allows me to build separate binaries - with the ultimate goal of creating a single flash image that can then be converted into an MSPgangimage file.

The problem I'm having is that CCS seems to have a fixed one to one relationship with respect to a CCS Project and a Linked Image.

Does anyone have any experience of this?

Thanks in advance.