Codewarrior (Eclipse IDE) - MAP Tools 56xx

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 

Codewarrior (Eclipse IDE) - MAP Tools 56xx

1,628 次查看
robertwynn
Contributor I

I am using Codewarrior (Eclipse IDE) v11.1 for 56xx.

I would like to see  flash/ram usage in my project. I understand this information is in the MAP file, but it is time consuming to extract.

Does anybody have a tool or instructions that will do this?

https://mcuoneclipse.com/2014/05/04/printing-code-size-information-in-eclipse/  talks about the same thing, but for an arm processor.

Thanks

0 项奖励
回复
3 回复数

1,557 次查看
lukaszadrapa
NXP TechSupport
NXP TechSupport

Hi Robert,

you can find that directly in the map file. In fact, it's the same format of data as returned from AMAP tool for ARM, for example. There are sizes of individual sections. Scroll down in the map file and you will find Memory map section. Something like:

pastedImage_6.png

Regards,

Lukas

0 项奖励
回复

1,557 次查看
robertwynn
Contributor I

Thanks Lukas.

I think this will answer my questions.

Is there a document that describes what goes in each section?

Robert

0 项奖励
回复

1,557 次查看
lukaszadrapa
NXP TechSupport
NXP TechSupport

Take a look at this document:

c:\Freescale\CW MCU v11.1\MCU\Help\PDF\MCU_Power-Architecture_Compiler.pdf

There's some brief explanation in 12.2.4 Section Control Directives. Or just search for names of the sections in the document to find more details.

Regards,

Lukas

0 项奖励
回复