Codewarrior (Eclipse IDE) - MAP Tools 56xx

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Codewarrior (Eclipse IDE) - MAP Tools 56xx

565 Views
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 Kudos
3 Replies

494 Views
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 Kudos

494 Views
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 Kudos

494 Views
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 Kudos