Part Number: LAUNCHXL-F28379D
Other Parts Discussed in Thread: C2000WARE
Tool/software:
Hi Team,
I want to know what is device configurations ? I presume it is something related to building ?
Where can I know more about this ?

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.
Part Number: LAUNCHXL-F28379D
Other Parts Discussed in Thread: C2000WARE
Tool/software:
Hi Team,
I want to know what is device configurations ? I presume it is something related to building ?
Where can I know more about this ?

Hi Sourabh,
Device configuration or the Build Configurations help with what build settings you want to apply to the given project. You can have multiple different build configurations with different compiler settings, files to be excluded or included, project settings etc.
Please refer to the following guide on Creating and Managing Projects.
https://software-dl.ti.com/ccs/esd/documents/users_guide/ccs_project-management.html
Best,
Ryan Ma
Hi Ryan,
Thank you for your response.
I specifically wanted to know more about what exactly is CPU1_FLASH, CPU1_FLASH_STANDALONE, CPU1_RAM.
Could you please point me to the resources where I can get detailed info about these ?
Hi Sourabh,
Those are just arbitrary names that were created for that build configuration in the project. Their project settings may be different between the three.
You can look into each project setting to see what the differences are.
What SDK did you import this example from?
Best,
Ryan Ma
Hello Ryan,
I have imported this example from C2000Ware 5.04.00.00
I want to know what exactly am I doing if I select either of these and build the project ?
Hi Sourabh,
You can check what exactly you're doing by viewing the compiler flags for example. You can also see what files get excluded per build.
Best,
Ryan Ma