Hi
I've compiled and linked a large code for the AM2432.
I've got a very elaborated MAP file.
Where or how can I find a total .text and total .data sizes in the MAP file ?
Thanks,
Eli
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.
Hi
I've compiled and linked a large code for the AM2432.
I've got a very elaborated MAP file.
Where or how can I find a total .text and total .data sizes in the MAP file ?
Thanks,
Eli
Hi Eli,
For total search for "GRAND TOTAL" for total
and for .text you can see the first column of grand total i.e code size (.text)
OR ELSE
If you are using ccs you go to : view -> memory allocation
It will show you very descriptive memory allocation view.
PS: You need to have project imported in ccs and build once before you can view memory allocation.