Hi, I tried another thing. I copied linker script msp430x435.x adding a new section and placing that initialized data into this one. It will work better because I can align data at next free flash segment automatically. Thank you anyway.
Marcos Em Friday 07 October 2005 13:06, N. Coesel escreveu: > At 07:53 07-10-05 -0300, you wrote: > > That symbol is _etext. If you declare > extern char _etext; > > you should find the last used address in &_etext. > > Nico Coesel >