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.
I posted this in another forum: http://e2e.ti.com/support/microcontrollers/tms320c2000_32-bit_real-time_mcus/f/171/t/212656.aspx, but Kris Parrent recommended that I post here.