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 _______________________________________________ AVR-GCC-list mailing list AVR-GCC-list@nongnu.org http://lists.nongnu.org/mailman/listinfo/avr-gcc-list