Open GoogleCodeExporter opened 8 years ago
Second, the current code assumes 2-byte vectors containing rjmp instructions,
while the 328 (and other interesting chips) has 4-byte vectors, probably with
"jmp"
There should be a way to figure this out via the defined variables.
Original comment by wes...@gmail.com
on 6 Mar 2015 at 6:56
Third, there's a hardwired assumption of the location of the WDT vector
Original comment by wes...@gmail.com
on 6 Mar 2015 at 7:47
4th, there's a hardwired constant for the start of the bootloader.
Original comment by wes...@gmail.com
on 6 Mar 2015 at 8:19
Original issue reported on code.google.com by
wes...@gmail.com
on 6 Mar 2015 at 4:02