text data bss dec

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 

text data bss dec

913 次查看
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 项奖励
回复
1 回复

759 次查看
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 项奖励
回复