Codewarrior (Eclipse IDE) - MAP Tools 56xx

キャンセル
次の結果を表示 
表示  限定  | 次の代わりに検索 
もしかして: 

Codewarrior (Eclipse IDE) - MAP Tools 56xx

1,664件の閲覧回数
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,593件の閲覧回数
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,593件の閲覧回数
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,593件の閲覧回数
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 件の賞賛
返信