ElectroMaster
Administrator
Overview
An AVR is a microcontroller which was developed by Atmel, and uses a Modified Harvard architecture 8-bit RISC single chip. The AVR was one of the first microcontroller families to use flash memory located on-chip for program storage, as opposed to One-Time Programmable ROM, EPROM, or EEPROM used by other microcontrollers at the time.
And for your reference, AVR is not an acronym and does not stand for anything in particular.
Basic Families
AVRs are generally classified into four broad groups:
External Links
Where to Buy
An AVR is a microcontroller which was developed by Atmel, and uses a Modified Harvard architecture 8-bit RISC single chip. The AVR was one of the first microcontroller families to use flash memory located on-chip for program storage, as opposed to One-Time Programmable ROM, EPROM, or EEPROM used by other microcontrollers at the time.
And for your reference, AVR is not an acronym and does not stand for anything in particular.
Basic Families
AVRs are generally classified into four broad groups:
- tinyAVR — the ATtiny series
- 1–8 kB program memory
- 6–32-pin package
- Limited peripheral set
- megaAVR — the ATmega series
- 4–256 kB program memory
- 28–100-pin package
- Extended instruction set (Multiply instructions and instructions for handling larger program memories)
- Extensive peripheral set
- XMEGA — the ATxmega series
- 16–384 kB program memory
- 44–64–100-pin package (A4, A3, A1)
- Extended performance features, such as DMA, "Event System", and cryptography support.
- Extensive peripheral set with DACs
- Application specific AVR
- megaAVRs with special features not found on the other members of the AVR family, such as LCD controller, USB controller, advanced PWM, CAN etc.
- Atmel At94k FPSLIC (Field Programmable System Level Integrated Circuit)
- An AVR core on-die with an FPGA. The FPSLIC uses SRAM for the AVR program code, unlike all other AVRs. Partly due to the relative speed difference between SRAM and flash, the AVR core in the FPSLIC can run at up to 50MHz.
External Links
Where to Buy
Last edited: