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.