Learn from my AVR mistakes
I’m learning a lot programming in AVR C. There’s are a few subtleties to watch out for, and some of them have had me banging my head against the wall for days. This post is an attempt to prevent anyone else playing with AVR outside of AVR Studio (I’m using Linux and the command line) from having the same issues. Sections for avr-objcopy When you compile an AVR C program, you get object code, which you have to convert into [...]

