Tool/software: Code Composer Studio
Hello,
I wanted to see if there are any resources regarding measuring the flash usage of a particular function (rather than an entire program, or just the objects generated by the program).
Thanks!
Vince
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
Hello,
I wanted to see if there are any resources regarding measuring the flash usage of a particular function (rather than an entire program, or just the objects generated by the program).
Thanks!
Vince
Vince,
There are different ways of doing this. The first thing to try would be the "Memory Allocation View". This is accessible from the View menu in CCS.
https://software-dl.ti.com/ccs/esd/documents/ccs_memory_allocation_view.html
Alternatively a .map file is typically generated during the build. This will be located in the folder that has the same name as the build configuraiton. Typically \Debug
Regards
John