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.

Error: No Source at <Memory Address>

Other Parts Discussed in Thread: TMS320C6678

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.