I'm currently trying to dinamically save large amount of data into Flash memory. When working Ethenut bootloader (appload) I've used avr-libc functions from boot.h (boot_page_fill, boot_page_write etc). But now they seemed do nothing. Any ideas on how to write Flash not from bootloader but from apllication itself?