Re: [avr-gcc-list] Howto put constants on fixed address

2007-12-20 Thread zizka
Thanks for the links, but that is not exactly what I am looking for. Using this document I was able to create output like this: 0x-0x008F .vectors 0x0090-0x03FF gap 0x0400-0x041F my section 0x0420- rest of the .text section The gap is empty - it's waste of the flash space. I have not

RE: [avr-gcc-list] Howto put constants on fixed address

2007-12-19 Thread zizka
Well, perhaps I've written something wrong, because I think that you are talking about something else. Or I did not understand that, that is also possible :-). I need to put my constants on specific address into flash memory, not into sram. I want to have the resulting flash content like this: