Difference between revisions of "ATtiny4/5/9/10"
Jump to navigation
Jump to search
(Added operating voltage) |
(Updated parameters, added multiple datasheets, adjusted device descriptions) |
||
Line 2: | Line 2: | ||
| name = ATtiny4/5/9/10 | | name = ATtiny4/5/9/10 | ||
| image = ATtiny4-5-9-10.jpg | | image = ATtiny4-5-9-10.jpg | ||
− | | num_pins = 6 | + | | num_pins = 6 or 8 |
| voltage = 1.8 to 5.5 V | | voltage = 1.8 to 5.5 V | ||
| cpu = 8-bit RISC | | cpu = 8-bit RISC | ||
− | | clock_speed = 10 | + | | clock_speed = 10 MHz or 12 MHz |
− | | flash = 512 B / 1 KB | + | | flash = 512 B (ATtiny4/5)<br />1 KB (ATtiny9/10) |
− | | sram = | + | | sram = 32 B |
| eeprom = None | | eeprom = None | ||
| max_io = 4 | | max_io = 4 | ||
− | | packages = SOT23-6 | + | | packages = SOT23-6<br />UDFN-8 |
− | | | + | | datasheets = [http://www.atmel.com/Images/Atmel-8127-AVR-8-bit-Microcontroller-ATtiny4-ATtiny5-ATtiny9-ATtiny10_Datasheet-Summary.pdf Summary (PDF)]<br />[http://www.atmel.com/Images/Atmel-8127-AVR-8-bit-Microcontroller-ATtiny4-ATtiny5-ATtiny9-ATtiny10_Datasheet.pdf Complete (PDF)] |
}} | }} | ||
Line 18: | Line 18: | ||
== ATtiny4 == | == ATtiny4 == | ||
− | The ATtiny4 has 512 | + | The ATtiny4 has 512 B of flash, 32 B of SRAM and the following features: |
* 1 timer | * 1 timer | ||
Line 35: | Line 35: | ||
== ATtiny10 == | == ATtiny10 == | ||
− | The ATtiny10 is identical to the | + | The ATtiny10 is identical to the ATtiny4 except that it has 1 KB of flash, includes 1 touch channel and an 8-bit ADC with 4 channels. |
[[Category:Components]] | [[Category:Components]] | ||
[[Category:AVR]] | [[Category:AVR]] |
Latest revision as of 12:15, 13 August 2014
ATtiny4/5/9/10 | |
ATtiny4/5/9/10 | |
# of Pins | 6 or 8 |
Operating Voltage | 1.8 to 5.5 V |
CPU | 8-bit RISC |
Clock Speed | 10 MHz or 12 MHz |
Flash | 512 B (ATtiny4/5) 1 KB (ATtiny9/10) |
SRAM | 32 B |
EEPROM | None |
Max I/O | 4 |
Packages | SOT23-6 UDFN-8 |
Datasheets | Summary (PDF) Complete (PDF) |
ATtiny4, ATtiny5, ATtiny9, and ATtiny10 are microcontrollers in the Atmel AVR family. All are available in either the 6-pin SOT23 or the 8-pin UDFN package with a 10 or 12 MHz clock speed.
Contents
ATtiny4[edit]
The ATtiny4 has 512 B of flash, 32 B of SRAM and the following features:
- 1 timer
- 1 analog comparator
- 2 PWM channels
- watchdog
ATtiny5[edit]
The ATtiny5 is identical to the ATtiny4 except that it includes an 8-bit ADC with 4 channels.
ATtiny9[edit]
The ATtiny9 is identical to the ATtiny4 except that is has 1 KB of flash.
ATtiny10[edit]
The ATtiny10 is identical to the ATtiny4 except that it has 1 KB of flash, includes 1 touch channel and an 8-bit ADC with 4 channels.