Tool/software: Code Composer Studio
Hi TI,
After build wlan_station project, the CCS show memory allocation as below.
After the wlan_station project execute, how many memory remainder?
Is a 98304 - 48097? or less?
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.
Tool/software: Code Composer Studio
Hi TI,
After build wlan_station project, the CCS show memory allocation as below.
After the wlan_station project execute, how many memory remainder?
Is a 98304 - 48097? or less?
Hi John,
After CCS build this project, there is about (98304 - 48097) + (81920 - 66759) memory available for used.
This point that I know.
But I want to know how many memory remainder after project execute.
Ex: (98304 - 48097) + (81920 - 66759) - X = Y. I want to know Y.
The CCS can provide this information? or have other tool can provide?
thanks.
CCS doesn't provide much in the way of runtime memory analysis. If the project is using TI-RTOS then one feature that is available is the Runtime Object Viewer.
Using ROV you can track the runtime stack and heap usage. At the end of the video it shows how to open the stack graph, using the same sequence there is a heap graph there as well.
Some more information here:
http://processors.wiki.ti.com/index.php/Runtime_Object_View_(ROV)#Useful_Views
Regards,
John