Useful AVR Links
- ./avr_instruction_set.pdf
-
Local copy of AVR Instruction Set description (pdf)
- ./atmega64_summary_datasheet.pdf
-
Local copy of ATmega64 Summary Data Sheet (23 page pdf)
- ./atmega64_complete_datasheet.pdf
-
Local copy of ATmega64 Complete Data Sheet (393 page pdf)
- http://www.atmel.com/dyn/products/product_card.asp?part_id=2016
-
Amtel page for ATmega64
- http://www.stanford.edu/class/ee281/lectures.html
-
Second year Stanford course using AVR.
- http://www.microschematic.com/
-
Cute graphical description of AVR architecture.
- http://www.avr-asm-tutorial.net/avr_en/index.html
-
Tutorial on AVR assembly language programming.
- http://en.wikipedia.org/wiki/AVR
-
The Wikipedia page for the AVR
- http://www.avrfreaks.com/
-
Community site with much general AVR information - but little relevant to 1721.
- ./CSE_AVR_board_circuit1.ps
-
Circuit diagram for CSE AVR board (part 1)
- ./CSE_AVR_board_circuit2.ps
-
Circuit diagram for CSE AVR board (part 2)
- http://water.cse.unsw.edu.au/esdk/
-
Instructions for configuring a Windows machine for compiling AVR programs and downloading
them to the CSE AVR board using the Nite terminal emulator.
to the CSE AVR board.
- http://www.ftdichip.com/Drivers/FT232-FT245Drivers.htm
-
Drivers for the FT232BM USB-serial chip on the CSE AVR board.