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.

How to find the FLASH memory usage of each function in Code Composer Studio?

Dear All,

We are using LM3S5B91 controller and Code Composer Studio in our project.

Basically i need to know the flash memory usage for a particular functionality.

I have enabled the map file but it is showing the memory map of each file and not every function.

Can anyone tell me how to find the FLASH memory usage of each function in Code Composer Studio?

Thanks in advance.

Regards,

Suraj

  • Suraj,

    I am not sure which version of CCS you are using but you can go to the View menu and select "Memory Allocation"  this will show you more details on how memory is being used.

    Here is an example.  In red you can see the function main.

    Note that the same information is in the map file.  If you search for your function you should see it.

    Regards,

    John