Guest
#4061099
Hi everybody, I am currently totally into OS dev but got very soon to memory restrictions (not enough flash memory) on my ATmega8. Is there a way (maybe a code trick) to extend the flash memory using an eeprom, SD,... besides transfering to a bigger ATmega? I read some stuff about the bootloader and SPM (though I have not fully understand everything)?! (already using -fshort-enums, -Os in gcc but -mint8 is not an option for me - results in creepy code crashes!) (P.S.: don't wanna do a small sized OS or RTOS)