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.

Compiler/AWR1642: C6000 linker option: how to set a lib to another memory?

Part Number: AWR1642

Tool/software: TI C/C++ Compiler

Dear Officer,

We are working on ARW1642 for mmWave project. and we have developed our algorithm lib  based C6000 on DSP and linked it to our application via. linker file. Seems this lib will be loaded to L2SRAM_UMAP0 L2SRAM_UMAP1 by default (is my understanding correct?), but we want to load this lib to L3 memory due to the big size. but when i try this option in linker file:

 libmyxx.ae674 > L3PSRAM

It got error.

Can you advise what is the correct grammar to  redirect this lib to load to L3 memory?

Thanks and best regards

He Wei