I use TI-KEYSTONE 1 (TMS320C6678) hardware platform and CCS 5.2.1. The project was not building as all memory sections where initially placed into the L2SRAM as there where no sufficient memory. To get out of this issue, I tried some alterations in the linker.cmd file. I put .const and .stack sections into MSMCSRAM. Any many such combinations. When flashing and running the program, on clicking the run Icon, the program is not stopping at the break points. While pausing the debug session, I get the error No source available for "0x86cc0c" , The address may change. I tried increasing the heap size and tried all possibilities but no solutions.