Tool/software: Code Composer Studio
Hi,
I am working on a project that generates two different .out files (say file1.out and file2.out) using a custom makefile for debugging simultaneously on two F28335 dsp boards in CCS6.13. I tried to create a debug configuration using the system variable ${PROJECT_BUILD_DIR} in the program path for specifing which file to load into which board. So the paths are ${PROJECT_BUILD_DIR}/file1.out and ${PROJECT_BUILD_DIR}/file2.out. Even though the variable is shown to point to the correct folder, it didn't work and an error message says "Specified Program (Spectrum Digital XDS510USB Emulator/C28xx) does not exist." While it worked with absolute file paths, the reason to use the system variable is to make the debug configuration file portable and able to work with either "Debug" or "Release" configuration. I also tried with the other variable ${BUILDDirectory} and it didn't work either. Have I not done it correctly? Please help.
Best regards,