Hardware/ARMEBS/4/Sections

From UIT
Revision as of 14:41, 11 July 2014 by Pim (Talk | contribs)
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

Please have a look at standard C sections.

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, ._user_heap sections
Personal tools
Namespaces
Variants
Actions
Navigation
Browse
Toolbox