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.

Compiler: lcdk6748

Tool/software: TI C/C++ Compiler

Hi,

       I am using LCDK6748 .In this,there is 6748.cmd file is present.There are some sections like .text ,.bss etc.How to check which section is having how much memory in the available  DDR2

  • There are two methods to consider.

    The first method ... Inspect the map file created by the linker.  In a CCS project, this file is usually called name_of_project.map, and is found in the Debug directory, or whatever the name is used for the current build configuration.

    The second method ... In CCS, a graphical view of the map file is provided with the Memory Allocation view.  Use the menu selection View | Memory Allocation.

    Thanks and regards,

    -George