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/IWR6843ISK: Is there any way to expand L2 or move .text .const .data to L3

Part Number: IWR6843ISK

Tool/software: Code Composer Studio

Hi there,

I am working on combine vitalsign and area scanner lab to run in IWR6843ISK. I got issue about not enough L2:

L2SRAM_UMAP1: o = 0x007E0000, l = 0x00020000
L2SRAM_UMAP0: o = 0x00800000, l = 0x00020000
I tried to expand length of L2SRAM_UMAP0 to 0x00040000 but got issue about not writable memory address.
Is there any way to expand the L2 length?
Thank you for advance!!!