Hi experts,
My customer is having trouble using CCS.
Environment:
OS: Windows 10 Pro (64bit)
CCS: Version: 8.3.1.00004 (32bit version)
Device: TMS320F28377D(or other MCUs)
Could you tell me how to use the debug configurations to be updated according to the project when copying the project in the same workspace?
To briefly explain the current issue, I created a new project and reviewed it. Below is an explanatory diagram and details.
The build settings and debug configurations of the newly created project Proj1 are shown in (1) to (3) on the upper side.
In ④ on the lower side, the build is executed with Proj2, which is a copy of Proj1, and it is confirmed that the build settings have been inherited.
In ⑤, it seemed that the debug configurations were also taken over by Proj2, but as in ⑥, the contents were still Proj1, and the debug configurations were not taken over.
In this way, I can save the debug configurations as a file, but when we copy the project, the debug configurations file is only copied and its contents do not seem to be updated as the original file.
It's not a big deal if we just change the specification of the program to be debugged, but if we change other detailed settings (specifically, the settings of the Flash sector to be erased, etc.), there are many changes, so it is a mistake. When editing a .launch file directly, it is necessary to understand the contents of the file to some extent, such as specifying the Flash sector, and it seems that it cannot be changed easily.
For this reason, it would be helpful if you could teach me how to use the debug settings to be updated with the project when we copy the project.
Please point out any other necessary information or points that are difficult to understand.
Best regards,
O.H