AVR Microcontrollers

Atmel® produces a variety of flash-based microcontrollers based on their AVR and AVR32 processor architectures. The 8-bit AVR processors include the tiny, mega, and xmega series, while the 32-bit AVR32 architecture is represented by the UC3 series. In this ascending order, these microcontrollers tend toward increasing amounts of built-in SRAM memory, flash (for programs), EEPROM (for power-off storage), on-board peripherals, and external pins. What makes the AVR processors most interesting are the free and open tools available and the efficiency of the instruction set for compiled and assembled code. This efficiency allows a developer to make effective use of any available flash memory.

Development/prototyping boards

Arduino

The popular Arduino project offers an open source hardware design centered around an ATmega microcontroller, such as the ATmega328P. While an official Arduino board is available for sale, anyone may produce a compatible board due to the open nature of the design. Such boards include the Freeduino, whose name sometimes serves to denote any Arduino-compatible board. The project also offers a free and open source Arduino software development environment for Windows, MAC OS X, and Linux systems that includes the Arduino library and examples that help anyone to get a quick start in programming the microcontroller using C or C++. The latest Arduino board can be powered and programmed solely via a standard USB connection.

Arduino/Freeduino boards can also be programmed independently of the Arduino software library by directly using the C/C++ compiler or assembler with a utility like AVRDUDE, so an alternative to the Arduino environment can be used with the same board.


/ code/ avr_mcu/
Copyright © 2010 jodarom -- last update: June 25, 2010