deluxetiky / xmegaduino

Automatically exported from code.google.com/p/xmegaduino
Other
0 stars 0 forks source link

bootloader: addresses seem to be byte addresses and not word addresses #4

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
Code is commented that addresses are word addresses. I seem to recall that 
being true for other chips. Is avrdude doing it different for xmega.

If true, this constrains programs to being <64K in size.

Check, if behavior is different, file a bug with avrdude. Should also fix 
bootloader to have a third address byte.

Original issue reported on code.google.com by GorillaCoder on 24 Mar 2010 at 11:34