If so we could try then connecting in CCS (using the method of launching a debug session with the .ccxml and manually connecting) and instead of loading the program you can choose to use load the symbols from the .out and see if that goes without error. ...
(xdc.meta)" /* C6x Elf symbols */ --symbol_map __TI_STACK_SIZE=__STACK_SIZE --symbol_map __TI_STACK_BASE=__stack --symbol_map _stack=__stack --args 0x0 -heap 0x0 -stack 0x400 /* * Linker command file co...
The code must be loaded into external memory, but it would run faster in internal memory. The link step provides a simple way to handle this. Using the SECTIONS directive, you can optionally direct the link step to allocate a section twice: first to set its load address and again to set...