text data bss dec

キャンセル
次の結果を表示 
表示  限定  | 次の代わりに検索 
もしかして: 

text data bss dec

902件の閲覧回数
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 返信

748件の閲覧回数
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 件の賞賛
返信