RAM ROM Measurement

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

RAM ROM Measurement

827 Views
sundarnatarajan
Contributor II

Hi,

I would like to measure the RAM/ROM size of the code i have compiled using s32d,  MPC5744P, gcc. Where to look for the information in the map file. It is possible to get this information for every file.

Thankyou

0 Kudos
1 Reply

659 Views
jiri_kral
NXP Employee
NXP Employee

Hi, 

enable print size for your project by right click on project name -> properties -> C/C++ build -> settings 

pastedImage_1.png

Perfect article related to GNU size utility is here: text, data and bss: Code and Data Size Explained | MCU on Eclipse 

Hope it helps. 

Jiri

0 Kudos