Flash & code usage analysis

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

Flash & code usage analysis

Jump to solution
793 Views
mspenard603
Contributor IV

Hi Gents,

 In MCUxpresso how can I get an idea of how much flash space is being used by the various parts of a codebase?

0 Kudos
1 Solution
724 Views
BlackNight
NXP Employee
NXP Employee

The MCUXpresso IDE V11 has the Image Info view which gives you exactly this information.

See New NXP MCUXpresso Eclipse IDE v11.0 | MCU on Eclipse 

Other than that, if you want to do it manually:

Listing Code and Data Size for each Source File with GNU and Eclipse | MCU on Eclipse 

I hope this helps,

Erich

View solution in original post

2 Replies
724 Views
mspenard603
Contributor IV

Wow, this new feature is fantastic.

0 Kudos
725 Views
BlackNight
NXP Employee
NXP Employee

The MCUXpresso IDE V11 has the Image Info view which gives you exactly this information.

See New NXP MCUXpresso Eclipse IDE v11.0 | MCU on Eclipse 

Other than that, if you want to do it manually:

Listing Code and Data Size for each Source File with GNU and Eclipse | MCU on Eclipse 

I hope this helps,

Erich