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/TMS320C6678: Dynamically loading tasks from external memory to L2 SRAM and executing

Part Number: TMS320C6678

Tool/software: Code Composer Studio

Hi Support,

In my application, I want to load tasks from the shared MSM into L2SRAM while keeping L1P /L1D as cache.

during the linking process task will be linked in shared MSM and will be copied to L2SRAM at runtime to execute. 

I am not sure how to configure linker to generate relocatable code? as the code references will change when it will be copied to L2SRAM for execution.

Thanks.