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.

CCS/MSP430FR2111: How to accurately assess code size?

Part Number: MSP430FR2111

Tool/software: Code Composer Studio

I have a customer working to optimize their code in CCS 8.

In looking at the .map and.lst files, it appears there are some discrepancies in terms of function size(s).

What is the best way to see a listing of functions and their respective sizes in CCS?

Thanks.

  • Hey Gregory,

    There is some good information on general code size in the .map file but in order to see a detailed breakdown of the memory allocation you need to go to View-> Memory Allocation in CCS. After building the project, the memory allocation tab will show you how much of the device's memory you've used at a high level. If you use the drop down arrows you can go into more detail in the .text section for example to see how much memory each function is taking. Hopefully this helps the customer with their memory optimizations!

    Best regards,

    Matt Calvo

**Attention** This is a public forum