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.

CCS/TMS320F28035: ccs3.3 open for editing in ccs8.3

Part Number: TMS320F28035
Other Parts Discussed in Thread: CCSTUDIO

Tool/software: Code Composer Studio

Hi,

my customer used to use CCS3.3 open for editing function:

To combine one .hex file together with another .hex file to generate one .bin file to be loaded.

But there is no such tab-open for editing in CCS8.3 when we right click on the project.

  • Howard,

    The project files in new versions of CCS are not meant to be edited by hand.  If they are looking to add a post build step they can do that here:

    That will end up being stored in the .cproject file

    <configuration artifactExtension="out" artifactName="${ProjName}" buildProperties="" cleanCommand="${CG_CLEAN_CMD}" description="" id="com.ti.ccstudio.buildDefinitions.MSP430.Debug.1779138870" name="Debug" parent="com.ti.ccstudio.buildDefinitions.MSP430.Debug" postbuildStep="test.exe a b ">

    Once again I would not recommend edting the .cproject file directly.

    Regards,

    John