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.

Module summary section and code and data size summary in MSP430 Code Composer map file

I'm moving an MSP430 project over from IAR to Code Composer. A couple of things I found useful in IAR's map file are the Module Summary section, which gives the code and data sizes for each module in a table, and the total sizes of code, data and constants for the entire program. I haven't been able to find a method to do something similar in Code Composer. Is there a way to provide this information in CCS? Thanks.