AVR
Quelques notes et réflexions sur les AVR de ATMEL.
Type : | Boitier (DIP) : | Boitier DIP : | Flash : | EEPROM : | RAM : | Ports : |
AT 90S1200-12PC [1] | 20 | 20 | 1 kb | - | 64 b | 15 |
AT 90S2343-10PC | 8 | 8 | 2 kb | 128 b | 128 b | 5 |
ATmega 8535-16PU | null | 40 | 8 kb | 512 b | 512 b | 32 |
ATmega 16-16PC | 40 | 40 | 16 kb | 512 b | 1 kb | 32 |
ATmega 161 | 40 | 40 | 16 kb | 512 b | 1 kb | 35 |
ATmega 32-16 PC | 40 | 40 | 32 kb | 1 kb | 2 kb | 32 |
ATmega 8-16 PC | 28 | 28 | 8 kb | 512 b | 1 kb | 23 |
ATmega 8515-16PC | 40 | 40 | 8 kb | 512 b | 512 b | 35 |
ATtiny 12-8 PC [1] | null | 8 | 1 kb | 64 b | - | 6 |
ATtiny 2313 20 | null | 20 | 2 kb | 128 b | 128 b | 15 |
ATtiny 26-16 PC | 20 | 20 | 2 kb | 128 b | 128 b | 16 |
ATtiny 15 L-8 PC [1] | 8 | 8 | 1 kb | 64 b | - | 6 |
[1] Assembly only. There is no direct support for these devices to be programmed in C since they do not have a RAM based stack.
Pinouts :
ATMEL AVR related (from here)
- USB Host Controller implementation
- Procyon AVRlib C function library for AVR processors.
- AvrUsb500v2 — an open source Atmel AVR Programmer, stk500 V2 compatible, with USB interface — “no ‘chicken and egg problem’” but uses 1 SMD component
- AVR-USB — A Firmware-Only USB Driver for Atmel AVR Microcontrollers
- HIDKeys - An Example USB HID AVR-USB 17-key keyboard example
- PowerSwitch Simple AVR-USB example
- The NanoVM - Java for the AVR
- KontrollerLab — IDE
- AVR Fuses HOWTO Guide
- Learning About the AVR Parallel Programmer — creating a programming “jig” for the parallel programming cable
- See also: Arduino
Leave a Reply
You must be logged in to post a comment.