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/TMS320F2811: Memory Allocation

Part Number: TMS320F2811

Tool/software: Code Composer Studio

Hi, I want to check whole project memory allocation of MCU Flash and RAM, I found that CCS6 have view->memory allocation have the function, but it just show part memory, can't show all. TKS~ Kent

  • Hi,

    The Memory Allocation view reflects the contents of the linker .map file, which is typically stored in the Debug/Release directory. Can you compare the contents of this file with what is shown in this view? If there are discrepancies, we would need the project or a small testcase that reproduces the problem as I can't reproduce this with my setup here.

    Regards,
    Rafael
  • Hi, Rafel

    Thanks a lot for your reply, my fault.

    I think I found the root cause. My project is CCS3 version. Use "Import CCS Project", and then can't see whole chip's memory Allocation. But Use "Import Legacy CCS3.3 Project", and then can see whole chip's memory Allocation.

    Best Regards,

    Kent