Pada tutorial kali ini saya akan berbagi pengalaman tentang cara melakukan pemrograman mikrokontroler Atmel di atas OS Linux. Disini peralatan yang saya gunakan adalah :
- Trainer AVR V2.0 buatan KEI Electronic dengan uC Atmega 16A
- USBasp-Programmer, dan
- PC dengan OS Linux Ubuntu 13.10 Desktop Versi 64bit
gcc The actual C/C++ Compiler binutils A collection of tools, including the assembler, linker and some other tools to manipulate the generated binary files. libc-avr A subset of the standard C Library with some additional AVR specific functions. The libc-avr package also includes the AVR specific header files. gdb The debugger. See the Debugging section for more information about this. avrdude A Programm to download/upload/manipulate the ROM and EEPROM of an AVR MCU.