First AVR Project
2004-04-16 by Don Kinzer
I recently picked up an Atmel STK500 AVR development board and started experimenting. It came with an AT90S8515 and an ATmega16 with the board. I had a need to program some 64Kx8 Flash devices so I decided to hook up the ATmega16 and use it to read and write the Flash. I put together a quick web page describing what I did including links to schematics and code which can be found at the link below. The AVR code was written in C and compiled using the GNU C compiler that is part of WinAVR. The other software component is a Win32 console app written in C and compiled using MSVC. http://www.kinzers.com/don/Flasher