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.

No source available for 0x3ff8a1 TMS320F28035



I've been receiving the message "No source available for 0x3ff8a1" once I build/load my code. I understand that 0x3ff8a1 is the starting memory location when the processor is reset, which I confirm using the disassembly window (where a few code lines are shown below)

3ff8a1:   28AD0004    MOV          @SP, #0x0004
3ff8a3:   561F        SETC         OBJMODE
3ff8a4:   5616        CLRC         AMODE
3ff8a5:   561A        SETC         M0M1MAP
3ff8a6:   2940        CLRC         PAGE0

.....

Although it does not prevent my code from operating properly, I would still like to prevent this message from popping up; it gives a user the impression that there is a problem, even if it can be regarded as a warning one can ignore.

I've seen this mentioned in other forum posts, but it has not been answered adequately.