Hardware/ARMEBS/4/Sections

From UIT
Jump to: navigation, search

At the end of build the eclipse will show memory usage as this

arm-none-eabi-size X
   text	   data	    bss	    dec	    hex	filename
   8292	   1132	   2488	  11912	   2e88	leds

text, data, bss, and dec are decimal

hex, is hexadecimal

  • text includes the sections .text and .isr_vector (.text includes .rodata)
  • data includes the .data section
  • bss includes .bss, ._stack, ._heap sections

Please have a look at standard C sections.

Personal tools
Namespaces
Variants
Actions
Navigation
Browse
Toolbox