Difference between revisions of "ATmega128"

From TinyOS Wiki
Jump to: navigation, search
m
m
 
(5 intermediate revisions by the same user not shown)
Line 1: Line 1:
The Atmel '''ATmega128/128L''' devices are members of the Atmel's 8-bit AVR microcontroller family. Peripherals include a 10-bit analog to digital converter, real time clock, timers, and asynchronous/synchronous serial interfaces (with SPI and I2C modes).
+
The Atmel '''ATmega128/128L''' devices are members of the [[Atmel AVR|Atmel's 8-bit AVR]] microcontroller family. Peripherals include a 10-bit analog to digital converter, real time clock, timers, and asynchronous/synchronous serial interfaces (with SPI and I2C modes). The ATmega128L device is specified for supply voltages of 2.7 through 5.5 volts. Internal memory includes 128 kiBytes program flash, 4 kiBytes SRAM, and 4 kiBytes EEPROM.
 
 
The ATmega128L device is specified for supply voltages of 2.7 through 5.5 volts.
 
 
 
Internal memory includes 128 kiBytes program flash, 4 kiBytes SRAM, and 4 kiBytes EEPROM.
 
 
 
== TinyOS Support ==
 
  
 
== Technical Data ==
 
== Technical Data ==
Line 13: Line 7:
 
**ATmega128/128L Datasheet (http://www.atmel.com/dyn/resources/prod_documents/doc2467.pdf)
 
**ATmega128/128L Datasheet (http://www.atmel.com/dyn/resources/prod_documents/doc2467.pdf)
 
*AVR Instruction Set (http://www.atmel.com/dyn/resources/prod_documents/doc0856.pdf)
 
*AVR Instruction Set (http://www.atmel.com/dyn/resources/prod_documents/doc0856.pdf)
 +
 +
== TinyOS Support ==
  
 
== Where Used ==
 
== Where Used ==
 
The ATmega128L microcontroller is used in the following devices
 
The ATmega128L microcontroller is used in the following devices
*[[Mica2]]
+
*[[MICA2]]
*[[MicaZ]]
+
*[[MICAz]]
  
 +
== Simulators ==
 +
*[[Avrora]]
 +
*[http://www.atmel.com/dyn/Products/tools_card.asp?tool_id=2725 AVR Studio]
 
[[Category:Microcontroller]]
 
[[Category:Microcontroller]]

Latest revision as of 01:26, 9 March 2010

The Atmel ATmega128/128L devices are members of the Atmel's 8-bit AVR microcontroller family. Peripherals include a 10-bit analog to digital converter, real time clock, timers, and asynchronous/synchronous serial interfaces (with SPI and I2C modes). The ATmega128L device is specified for supply voltages of 2.7 through 5.5 volts. Internal memory includes 128 kiBytes program flash, 4 kiBytes SRAM, and 4 kiBytes EEPROM.

Technical Data

Technical details and datasheets

TinyOS Support

Where Used

The ATmega128L microcontroller is used in the following devices

Simulators