Hi,
We have built a hardware device that uses the ATMega1280 at it's core and I've been using the Arduino toolchain to work with it. I love the simplicity and wide support of libraries - many thanks to all involved! I'm a high level software engineer used to working with PCs and it's been great how quickly the Arduino lets me get into the world of micro-controllers.
On our produce we now want to use either an ATmega649 or ATmeag325 - kind of half way between the base Arduino and the Mega, right? (I'm the software guy on the project - not the hardware guy).
My question is - how easy or hard is it to adapt the toolchain to one of the above two alternatives?
Is there a handy reference point for all the stuff that would need to be done? I did a quick search and I can find things scattered around and about but I'm not sure there's kind of a high level checklist which I could use to determine how easy or difficult it would be...
Thanks in advance..