Hi,
Thank you for developping Avrprog2! It's a great tool to code under linux!
Have a question, I'm playing on a BigAvr6 with an ATmega128 by writing and reading juste simple bytes in the eeprom.
My little program read the first 255 bytes and send them on the usart1, write 10 bytes and reread the same 255 bytes.
Ok It's work.
But if I comment the write and reread part of my code, resend the program on my microcontroller.
My serial term display only 255 values without what I writed in.
My question is, why avrprog2 erase the eeprom? I understand for flash but not for the eeprom.
Thanks,
gilou
This most probably depends on the EESAVE fuse bit setting, not on Avrprog2.
Btw. note, that the project moved to https://github.com/avrprog2/avrprog2-code
BR