What steps will reproduce the problem?
1. Burn a 256 byte firmware to a Mega8 chip
2. Dump memory with avrdude
3. 0x20 row is blank (all still 0xff)
What is the expected output? What do you see instead?
Should write the rows instead of leaving them blank.
:: Problem is page size, which is currently hard-coded to 32.
:: So you can write Tiny13 and Tiny2313 no problem, anything
:: larger is wrong.
Original issue reported on code.google.com by rsb...@gmail.com on 27 May 2008 at 1:43
Original issue reported on code.google.com by
rsb...@gmail.com
on 27 May 2008 at 1:43