avr-gcc-list
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[avr-gcc-list] Relocate Data into bootloader-Section


From: Johannes Bauer
Subject: [avr-gcc-list] Relocate Data into bootloader-Section
Date: Mon, 10 May 2010 15:34:02 +0200
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.1.9) Gecko/20100423 Thunderbird/3.0.4

Hello list,

when relocating data into the flash, this works nicely using the PROGMEM
attribute. However, when trying to relocate data into the bootloader
section of the flash by using

__attribute__ ((section(".bootloader")))

this does still relocate the data into the non-bootloader flash section
(although it works perfectly for functions). What must I do to force
data into the bootloader?

Regards,
Johannes




reply via email to

[Prev in Thread] Current Thread [Next in Thread]