On 29 Sep 2011 at 16:09, Dave McGuire wrote:
I just landed a big consulting job (one of the
reasons I'm in the
process of moving from FL to PA, there's actual WORK here!) that will
have me doing a lot of AVR work. I'm looking forward to that. That
was why I was dicking with the Arduino board this morning (with bare
metal, no Arduino platform), to test my freshly-built
cross-compilation and programming toolchain.
If you program in assembly, you'll learn to hate the AVR assembler.
(Yeah, I know there's one in GCC as well, but it's not the same
thing, as a *real* macro assembler). Must have been an assignment
for an intern.
There are better alternatives, if you're willing to work a bit to
keep things updated to the chip you're working on.
--Chuck