wagiminator / AVR-Programmer

Collection of AVR Programmers and Accessories
Other
133 stars 27 forks source link

picoISP/picostk eeprom write bug #5

Open dfxhub opened 4 months ago

dfxhub commented 4 months ago

Hi.

In write_eeprom only 8 bit of an address is using, So correct writing/verifying of >256 bytes is impossible.

UPD. Seems like eeprom_read_page is not correct too.

wagiminator commented 4 months ago

Indeed! I'll fix that as soon as I find the time.