This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
|
dido:public:ra:xapend:xapend.c_hwarch:avr [2020/12/02 17:56] nick |
— (current) | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| - | ====== AVR Microcontrollers ====== | ||
| - | [[dido:public:ra:xapend:xapend.c_hwarch| Return to Hardware Architectures ]] | ||
| - | **AVR Microcontrollers** is a family of [[dido:public:ra:xapend:xapend.a_glossary:m:microcontroller | microcontrollers]] developed since 1996 by Atmel, acquired by Microchip Technology in 2016. These are modified Harvard architecture 8-bit RISC single-chip microcontrollers. AVR was one of the first microcontroller families to use on-chip flash memory for program storage, as opposed to one-time programmable ROM, EPROM, or EEPROM used by other microcontrollers at the time. | ||
| - | |||
| - | AVR microcontrollers find many applications as embedded systems. They are especially common in hobbyist and educational embedded applications, popularized by their inclusion in many of the Arduino line of open hardware development boards. | ||
| - | |||
| - | Source: [[https://en.wikipedia.org/wiki/AVR_microcontrollers ]] | ||
| - | |||
| - | ^ Datasheet || | ||
| - | ^ Developer | Microchip Technology | | ||
| - | ^ Bits | 8-bit, 32-bit | | ||
| - | ^ Introduced | 1996 | | ||
| - | ^ Design | RISC | | ||
| - | ^ Type | | | ||
| - | ^ Encoding | | | ||
| - | ^ Endianness | Little Endian | | ||
| - | ^ Extensions | | | ||
| - | ^ Official Website | [[https://www.microchip.com/]] | | ||
| - | |||
| - | /**=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- | ||
| - | /* To add a discussion page to this page, comment out the line that says | ||
| - | ~~DISCUSSION:off~~ | ||
| - | */ | ||
| - | ~~DISCUSSION:on|Outstanding Issues~~ | ||
| - | ~~DISCUSSION:off~~ | ||