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.

CCS/TMS320F280049: Relocate the program from a sector to other

Part Number: TMS320F280049

Tool/software: Code Composer Studio

Hi Experts,

Is it possible to relocate the sessions by the Linker (.cmd, etc) when build the project?
For example, the program data was cut and paste from the original address to other.

[Input] Linker (.cmd, etc)
  * Original mapping :  Sector 15 ( the program is located )
  * Destination mapping: LS7 RAM

[Output] .hex file

The program has to be relocated to LS7 RAM from Sector 15.
Note that the program is not executed on RAM.

The address for the functions in the program is exactly as same as the program was in Sector 15.
Note that do not output to Sector 15.


Hope I am making sense.
Best regards,

Hitoshi