Tool/software: TI C/C++ Compiler
Hello all,
I would like to reduce KRAM size because I need more RAM.
sys_link.cmd file of my project is like below.
And map file is like below.
I knew that KRAM is .kernelBSS and the size is not change after compile the project.
So, I think that I can reduce the KRAM size becaue unused size of KRAM is 3ef8.
Can I reduce KRAM size?
Is there any test I have to after reduce the size?