Hello,
Please help me to display the memory utilization details on the console window after every compilation.
Regards,
Vinoth
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.
Hello,
Please help me to display the memory utilization details on the console window after every compilation.
Regards,
Vinoth
Hello Vinoth,
Assuming you are using CCSv5, a *.map file is automatically generated in the same folder as your *.out file which has details on the sizes of all the sections in your application. If you want even more details, you can explore using the CGT XML script utility:
http://processors.wiki.ti.com/index.php/Code_Generation_Tools_XML_Processing_Scripts
Thanks
ki