keil MAP文件相关
作者:互联网
map文件里面内容大致分为五大类(按照map文件分类的顺序):
1.Section Cross References:模块、段(入口)交叉引用;
2.Removing Unused input sections from the image:移除未使用的模块;
3.Image Symbol Table:映射符号表;
4.Memory Map of the image:内存(映射)分布;
5.Image component sizes:存储组成大小。
————————————————
版权声明:本文为CSDN博主「strongerHuang」的原创文章,遵循CC 4.0 BY-SA版权协议,转载请附上原文出处链接及本声明。
原文链接:https://blog.csdn.net/ybhuangfugui/article/details/75948282
标签:MAP,映射,map,Image,keil,文件,版权,image 来源: https://www.cnblogs.com/icaowu/p/16691867.html