RAM/ROM Measurement

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

RAM/ROM Measurement

Jump to solution
1,594 Views
talha_uyar
Contributor III

I want to know RAM/ROM usage of the compiled code. I am using S32D.ARM.2.2 I have found a similar question in which it is suggested to go to Properties>C/C++ Build>Settings>Tool Settings and enable print size. However, there is no tab named Tool Settings for my project.

I am building the sample application of MCAL with GCC and for S32K118.

Thanks in advance,

M. Talha Uyar

0 Kudos
Reply
1 Solution
1,526 Views
jiri_kral
NXP Employee
NXP Employee

Hi, 

the size option is in Cross settings. Right click on project name -> properties -> Settings -> Cross Settings: 

pastedImage_1.png

Or you can call this GNU tool from commandline after build.

Hope it helps. 

Jiri  

View solution in original post

0 Kudos
Reply
1 Reply
1,527 Views
jiri_kral
NXP Employee
NXP Employee

Hi, 

the size option is in Cross settings. Right click on project name -> properties -> Settings -> Cross Settings: 

pastedImage_1.png

Or you can call this GNU tool from commandline after build.

Hope it helps. 

Jiri  

0 Kudos
Reply