Tool/software: Code Composer Studio
Hi team,
In my mmwave DSS cmd flle , the default configuraton put the .const section in L2SRAM. I find some extra spaces in L1D, so I tried to put it in the L1D, my application can compile and run in debug mode, but when it is downloaded into flash , application can not run successfully. you can see the different configuratons like below
.const: {} >> L2SRAM_UMAP0 | L2SRAM_UMAP1 vs .const: {} > L1DSRAM,
my L2SRAM space is relly limited, so I want to know if there are some methods to solve it.
BR,
Edward.