Yep, download WinAVR from AVRfreaks, it's a single package. It includes "Programmer's Notepad" which is it's "IDE" You can use AVR studio 3.x but it's a fair bit of fiddling to set it up. Programmer's notepad includes configurable tools, so you can have menu options for Build, Erase, Download etc etc I use programmer's notepad to write the code, and AVRDude as (command line) programming software. Programmer's notepad invokes AVRDude and captures the output, meaning it's one program to write the code and download to the device. For example, I have the following tools for PN: Tool Name : Command GCC Make Make Erase D:\WinAVR\bin\avrdude.exe -p m162 -c dt006 Download D:\WinAVR\bin\avrdude.exe -p m162 -U flash:w:%n.hex (which includes an erase cycle before programming, and a verify cycle afterwards, so the above tool isn't used much) %n is the filename without extension, so if your current source code was called source.c, %n.hex would be source.hex -p is the device, in this case Mega162... I'd recommend getting hold of ProjectID: 59, general peripheral drivers by a guy called hendrix (Chris Efstathiou) from AVR Freaks, very well documented peripherals library... > -----Original Message----- > From: Mark Jordan [SMTP:mark@CPOVO.NET] > Sent: Monday, March 01, 2004 11:17 AM > To: PICLIST@MITVMA.MIT.EDU > Subject: Re: [AVR:] state of gcc for AVR? > > I'm planning to use the WinAVR on my next project with an > ATMEGA162. > Is there a tutorial on how to start using it? > > Thanks, > Mark Jordan, PY3SS > > > On 1 Mar 2004 at 9:56, Liam O'Hagan wrote: > > > I'm using it at the moment and I find it excellent. Being free helps > too! > > > > The documentation can be a bit light on in some parts but there are > plenty > > of helpful projects and tutorials at www.avrfreaks.com > > > > > > > > > -----Original Message----- > > > From: William Chops Westfield [SMTP:westfw@MAC.COM] > > > Sent: Saturday, February 28, 2004 4:45 PM > > > To: PICLIST@MITVMA.MIT.EDU > > > Subject: [AVR:] state of gcc for AVR? > > > > > > What's current opinion on the state of the world > > > WRT the AVR implementation of GCC? > > > > > > Thanks > > > Bill W > > > > > > -- > > > http://www.piclist.com hint: The PICList is archived three different > > > ways. See http://www.piclist.com/#archives for details. > > > > -- > > http://www.piclist.com#nomail Going offline? Don't AutoReply us! > > email listserv@mitvma.mit.edu with SET PICList DIGEST in the body > > -- > http://www.piclist.com#nomail Going offline? Don't AutoReply us! > email listserv@mitvma.mit.edu with SET PICList DIGEST in the body -- http://www.piclist.com#nomail Going offline? Don't AutoReply us! email listserv@mitvma.mit.edu with SET PICList DIGEST in the body