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.

LAUNCHXL-F28379D: Creating Boot and Application images/.out from a single CCS project

Part Number: LAUNCHXL-F28379D

Hi,

I have a CCS project with 2 folders namely Boot and Application.

I would like to create separate images for these and jump from Boot to Application during execution.

I came across this :/cfs-file/__key/communityserver-discussions-components-files/171/6036.C2000BootAndSYSBIOS.pdf

But it covers the topic using 2 CCS project, I would like to do the same in a single project.

Is there a user guide for it?

Regards,

Rashmitha

  • Hello Rashmitha,

    Multiple Build configurations can exist for a single CCS project. However, build configurations are typically used to manage set of build options for a project. I assume the boot and application projects are quite different, using different source files. In that case, it is recommended to have separate projects for each. You can use project dependencies to tie the two projects together so that building one project will automatically build the other.

    Thanks

    ki