Hai all,
if we keep function calling comment and function description left as it is,memory is occupied for function.is there any solution (settings in compiler ..etc.) to avoid this memory allocation.
l
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.
Hai all,
if we keep function calling comment and function description left as it is,memory is occupied for function.is there any solution (settings in compiler ..etc.) to avoid this memory allocation.
l
Hi!
Properties>Build > C2000 Compiler > Advanced Options > Runtime Model Options category. Set the Place each function in a separate subsection (--gen_func_subsections, -ms) option to on.
Regards,
Igor