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/TDA2SX: loadProgram() in scripting console uses unexpected path.

Part Number: TDA2SX


Tool/software: Code Composer Studio

Hi

I have loadProgram() issue.

I configured baseDir as below.

baseDir = "D:\\andy\\working\\vision_sdk\\binaries\\tda2xx_evm_bios_all\\vision_sdk\\bin\\tda2xx-evm\\"


dsA15_0.memory.loadProgram( baseDir + A15_0_exe );

When I run above in scripting console window, Console ouput is as below.

"CortexA15_0: GEL: Unable to open file: "C:\ti_7_1\ccsv7\D:andy\working\vision_sdk ..."

Could anybody let me know why "c:\ti_7_1\ccsv7" is prefixed at the baseDir?

Thank you.
Regards,
Johnny