ST意法半导体
直播中

席毖庸

7年用户 1037经验值
擅长:596874
私信 关注
[问答]

如何阅读.map文件

如何阅读.map文件

以上来自于谷歌翻译


以下为原文



how to read the .map file

回帖(4)

张建军

2019-3-8 16:33:59
在Win-XP上,在我的安装中,我有一个条目。
 
 
 如果你能找到,那就看吧
 
 这是我的装置。
 
 然后只需搜索“.const”或PDF中的任何内容......
 
 Simples!

以上来自于谷歌翻译


以下为原文






On Win-XP, In my installation, I have a '' entry under .


If you can find that, then look at  

It's  in my installation.

Then just search for ''.const'' or whatever in the PDF...

Simples!
举报

谭齐慧

2019-3-8 16:49:06
嗨,
 
 用户手册位于安装的每个编译器的/ doc子目录中。
 正如有人建议的那样,在那里寻找你问题的答案;但是,作为一个快速概述:
 
.const常数
 .text代码
 具有16位地址的.data启动数据(RAM)
 .bss具有16位地址的非启动数据(RAM)
 具有8位地址的.bsct启动数据(RAM)(第0页)
 带有8位地址的.ubsct非初始化数据(RAM)(第0页)
 
 希望能帮助到你。
 
 问候,
 
 卢卡

以上来自于谷歌翻译


以下为原文







Hi,

the user manual is in the /doc subdirectory of every compiler installed.
As it has been suggested, look in there for the answer to your question; however, as a quick overview:

.const     constants
.text          code
.data          initilized data (RAM) with 16 bit address
.bss          non-initilized data (RAM) with 16 bit address
.bsct          initilized data (RAM) with 8 bit address (page0)
.ubsct          non-initilized data (RAM) with 8 bit address (page0)
  
Hope it helps.

Regards,

Luca
举报

席毖庸

2019-3-8 16:59:58
举报

jinyi7016

2019-3-11 08:45:22
这个文件就是前面是地址,后面是地址上存储的内容的
举报

更多回帖

发帖
×
20
完善资料,
赚取积分