Newer AVRs do have paged EEPROM, programmed in a similar style as FLASH (except 
for the high/low byte load mechanism for FLASH). See for example ATMega88's 
datasheet.

Jan Waclawek

PS. Sorry for responding off thread


--- Original message ---

Both ft245r.c and serjtag.c have "generic" paged_write functions that are used 
for eeprom writing. I think I saw some coding errors in that part and wondered 
how it could have passed my testing I claimed I had done below. The answer is 
that those are called (in my testing) with m->paged set to false, so that code 
was never executed. The question is: Can non-flash memory in AVRs be paged? 


_______________________________________________
avrdude-dev mailing list
avrdude-dev@nongnu.org
https://lists.nongnu.org/mailman/listinfo/avrdude-dev

Reply via email to