Follow-up Comment #1, bug #60753 (project avrdude):
Some more observations are in this message:
https://lists.nongnu.org/archive/html/avrdude-dev/2021-06/msg00004.html
I didn't see this bug report before I posted the message to the mailing list.
The fix may be as simple as
--- avr.c (revision 1436)
+++ avr.c (working copy)
@@ -361,7 +361,7 @@
return avr_mem_hiaddr(mem);
}
- if (pgm->paged_load != NULL && mem->page_size != 0) {
+ if (pgm->paged_load != NULL && mem->page_size != 0 && mem->paged) {
/*
* the programmer supports a paged mode read
*/
_______________________________________________________
Reply to this item at:
<https://savannah.nongnu.org/bugs/?60753>
_______________________________________________
Message sent via Savannah
https://savannah.nongnu.org/