Part Number:MSP432E401Y
Tool/software: Code Composer Studio
Hi,
I'm experiencing an issue moving from Code Composer 8.0.0 to Code Composer 9.0.1.
I need to commit in SVN the ".launch" file of my project, since the flash must not be erased completely before flashing the new image. So the flash setting of MSP432 has to be set to "Erase and download necessary segments only".
The project I'm working on has two daisychained processors, a TMS320F28076 and a MSP432E401Y.
Using Code Composer 8.0.0, a .launch file was generated that did not include any global path.
Using Code Composer 9.0.1, a .launch file is generated that includes the global path of the configuration file, like this:
<stringAttribute key="com.ti.ccstudio.debug.debugModel.ATTR_DEBUGGER_PROPERTIES.C:\Users\luca.ortu\workspace_v8\\PrjHmi\targetConfigs\TMS320F28379S.ccxml.Texas Instruments XDS100v2 USB Debug Probe_0/CORTEX_M4_0" value="<?xml version="1.0" encoding="UTF-8" standalone="no" ?> <PropertyValues> <property id="FlashEraseSelection"> <curValue>Erase and download necessary segments only</curValue> </property> </PropertyValues> "/>
This is not ok for our needs, since we need to store this file on SVN, so a global path should not appear.
If I open with Code Composer 9.0.1 the project with the .launch file created with Code Composer 8.0.0 (with no global paths), the flash erase option in .launch file is not read correctly (I see it set to default value) and setting the flash erase attribute, a new line is generated in the .launch file, such the one that I've pasted above.
If I delete the old launch file and create it from scratch, the same line with a global path is created.
I've read this post in the forum, that seems to address my problem: https://e2e.ti.com/support/tools/ccs/f/81/t/407723
And this guide: http://processors.wiki.ti.com/index.php/Debug_Handbook_for_CCS#Debug_configurations
But I'm not able to avoid the generation of the line with the global path, even using "${target_config_active_default:nameofmyproject}".
Maybe I'm not setting this string in the correct place? I've tried to set it directly in the launch file and in the Run->DebugConfigurations menu.
I include the .launch file working with Code Composer 8.0.0 and the .launch file generated (from scratch or starting from the .launch file generated by Code Composer 8.0.0) by Code Composer 9.0.1
Regards,
Luca
(Please visit the site to view this file)(Please visit the site to view this file)