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.
Tool/software: Code Composer Studio
Hi,
When we use CCS cmd line build instruction :
eclipsec -noSplash -data "C:\myWorkspace" -application com.ti.ccstudio.apps.projectBuild -ccs.projects newProject -ccs.configuration Debug
to build our project, we find CCS prompt below message sometimes
"Problem occured Periodic workspace. has encountered a problem. An internal error occured during: "Periodic workspace save."
we doubt this may causes the code HEX file inconsistent in each build even without editing any
source code(it happens by chance), can we avoid this by changing any parameters of cmd line instruction?
The CCS version is 6.1.1.00022, thanks.