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