text data bss dec

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

text data bss dec

898 Views
lpcware
NXP Employee
NXP Employee
Content originally posted in LPCWare by maxmel on Mon Dec 20 06:53:16 MST 2010
[COLOR=black][FONT=Courier New]Hi, [/FONT][/COLOR]
[COLOR=black][FONT=Courier New] [/FONT][/COLOR]
[COLOR=black][FONT=Courier New]to be sure  text and data are in flash[/FONT][/COLOR]
[COLOR=black][FONT=Courier New]bss   dec   are in RAM[/FONT][/COLOR]
[COLOR=black][FONT=Courier New]do you confirm ? Thank you[/FONT][/COLOR]
[COLOR=black][FONT=Courier New] [/FONT][/COLOR]
[COLOR=black][FONT=Courier New]Regards[/FONT][/COLOR]
0 Kudos
Reply
1 Reply

744 Views
lpcware
NXP Employee
NXP Employee
Content originally posted in LPCWare by CodeRedSupport on Mon Dec 20 07:13:34 MST 2010
"text" is code and is placed in flash. "data" is initialized data and is placed in flash AND RAM (the initial value is placed in flash so we know the value to initialize; its runtime location is in RAM). "bss" is zero-initialized data and is placed in RAM only. "dec" is short for decimal and shows the size in decimal and is not placed anywhere!
0 Kudos
Reply