Hi
I'm working on C55xx with CCSv5.2 my code size too large so i cant allocate the buffer while running using malloc() function.
How to know the code size and how to reduce the code size?
.text >> SARAM1|SARAM2|SARAM0|DARAM0 /* Code
This is my allocation for code and its occupy the full memory and i can allocate just 3KB using malloc() function.
If convert the core parts of project into *.lib then i create the application in the sense its will reduce my code size or not?
What is the use of using *lib files it will decrease the code size?
I need 40KB of buffer how to obtain it and how to reduce the code size ?
Thanks
Sangly