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/TMS570LS3137: "Flash settings" in CCS project on others PC the Flash Settings are not restored with what I saved it is defaulted , ---- question is where and which file saves the FLASH SETTINGS FOR CCS .

Part Number: TMS570LS3137

Tool/software: Code Composer Studio

To Carry out different binaries are loaded to work my project successfully 1st Binary is loaded in  SECTOR 1 , 2nd Binary in SECTOR 2 , 3rd Binary in SECTOR 3 , 4th Binary in SECTOR 4 ... etc ...... 

I am using CCS 5.5 and doing multiple projects in my workspace , during loading to the TMS570LS3137 . 

This requires that the Flash settings are changed as required for required Project . Once I save the Flash setting for project 1 , 2, 3, 4 it is ok that the changes are saved on my PC but if someone else picks-up my Flash settings project in HIS PC the Flash Settings are not restored with what I saved it is defaulted ---- question is where and which file saves the FLASH SETTINGS FOR CCS .

  • Chandrashekhar, 

    I don't have a CCSv5 in my computer anymore, but a few old workspaces show the Debug Launch settings stored in a file with an extension .launch under the directory .launches - similarly to more modern versions of CCS. 

    Can you check if copying this together with your project preserves these settings? Unfortunately I can't test this on this old version. 

    Hope this helps,

    Rafael

  • desouza said:
    a few old workspaces show the Debug Launch settings stored in a file with an extension .launch under the directory .launches - similarly to more modern versions of CCS. 

    Rafael is correct. It is the .launch file in the .launches folder for your workspace folder which defines debug settings used by the debugger. You would need to make sure this file is also imported in with the other project files.

    I tried this out with my CCSV5.5 version and it worked.

    Thanks

    ki