kevinbrugere / mega-isp

Automatically exported from code.google.com/p/mega-isp
0 stars 0 forks source link

Page Size problem with Mega8, Mega168 #4

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
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

GoogleCodeExporter commented 8 years ago
Fixed in avrisp.02.zip

Original comment by rsb...@gmail.com on 3 Jun 2008 at 2:27