I am using ccs Version: 4.0.1.01001.
There are four projects, each of them has it's own linker command file for a customized memory map. And, all four output files have to be flashed onto the same target (TMS320F2812) for the system to work.
In ccs v3, I could load symbols for each .out file so I have symbols for all 4 projects, and I can do source level debugging with all 4 projects simultaneously. How do I do this in v4? Thanks.