Other Parts Discussed in Thread: CCSTUDIO
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.