
What you'll learn:
1) AVR Micro-controller architecture & it's working - Instruction execution, pipelining, stack pointer & interrupts
2) C, AVR assembly programming & implement mixed language projects
3) Arguments and return values passing from a function to another, how memory & CPU registers are allocated during program execution
4) How hardware manages program stack and management of local & global variables
5)...