各位大神,我用ccs编译的时候,出现如下错误,查资料好像跟.cmd和.map有关,我把文件传上来,请帮我分析下:
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内的 Memory Allocation View
The Memory Allocation View in Code Composer Studio provides a graphical representation of how much memory is consumed by your application.
To open the view go to the CCS menu View and select Memory Allocation.
By default, the view shows the memory used relative to the total available memory for the project that is active in the Project Explorer view. You can expand each memory region to see how much memory each individual section or sub-section is using.
详细信息参考这个链接