Re: [Mspgcc-users] Placing initialized data at next free segment

2005-10-13 Thread Marcos Vicente Cruz
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. Coe

Re: [Mspgcc-users] Placing initialized data at next free segment

2005-10-07 Thread N. Coesel
At 07:53 07-10-05 -0300, you wrote: >Hi all, > > Is there a way for placing initialized data at next free segment? I mean not >manually verifying what is the last used address and changing the code but an >automated way to do this. > I need to rewrite some portions of flash memory at

[Mspgcc-users] Placing initialized data at next free segment

2005-10-07 Thread Marcos Vicente Cruz
Hi all, Is there a way for placing initialized data at next free segment? I mean not manually verifying what is the last used address and changing the code but an automated way to do this. I need to rewrite some portions of flash memory at runtime. Regards, Marcos