kkenpatt / optiboot

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

ATmega8 #10

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Does it work works with ATmega8 ? I don't see support on main page.. I think it 
needed to be compatible with it because MCU is same with 168 and 328 except RAM 
and Flash sizes... Thanks

Original issue reported on code.google.com by erdem...@gmail.com on 6 Sep 2010 at 6:26

GoogleCodeExporter commented 8 years ago
[deleted comment]
GoogleCodeExporter commented 8 years ago
No, Optiboot is not currently compatible with the ATmega8. Despite initial 
appearances, there are a lot of internal differences between the ATmega8 and 
the ATmega168/328. Most of those are accounted for by changes to the Arduino 
bootloader and core code.

The vast majority of Arduino boards use ATmega168 or ATmega328P, so that is the 
focus of support, with ATmega1280 a close third (used on the Arduino Mega).

I recommend Mega8 owners pop out the Mega8 and plug in an ATmega328P. The 
upgrade costs about $3, and gives 32K of flash + 2K of RAM with Arduino code 
compatibility.

Original comment by cathed...@gmail.com on 6 Sep 2010 at 11:09

GoogleCodeExporter commented 8 years ago
I have made a port to the atmega8

Original comment by superkoe...@gmail.com on 18 Sep 2010 at 10:43

Attachments: