Other Parts Discussed in Thread: CONTROLSUITE
I have a problem trying to use the copying method describe by TI in document SPRAA8. i have tried it with the concerto (assuming same core of 28000 should work same as Delfino) and it is not working. The code is not inserted into the RAM according to the mapping and thus program is not in correct order (Linker problem?).
I have traced the problem to be in the CMD file, in the section of the .text in the line that is currently closed (bold):
CMD
.text : LOAD = FLASHA, PAGE = 0
// RUN = RAMS0_3, PAGE = 0
LOAD_START(_text_loadstart),
LOAD_SIZE(_text_size),
RUN_START(_text_runstart)
When i enable this line - i can’t find the other defined section in designed RAM area, and when the line is disabled - i can find other sections in correct position, but of course don’t have all items included in .text.
Please advise a solution.
Regards
Ofer