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.

Code composer studio v4.2.1 Build

Hi all,

I am working on CCS v4.2.1. When i build a project , the console did't shown sizes of memory segments( text, bss, data, dec, hex ).

How can i know sizes of each and every segment.

Thanks & Regards

Prashanth K

  • HI Prashanth,

    the general map is usually laid out in your linker command file.   After build, a .map file is generated showing the actual allocation preformed.

    I hope this helps!  Please let us know.

    Best Regards,

    Lisa