avrdude-dev
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [avrdude-dev] ATmega162 support


From: Stephan Eisvogel
Subject: Re: [avrdude-dev] ATmega162 support
Date: Sat, 24 Jan 2004 05:01:29 +0100

On Friday, January 23, 2004, 8:01:17 AM, David C. Morrison wrote:
> Did you ever get avrdude working with the atmega162 MCU? If so, how would I
> go about doing it?

I use the following Makefile line:
@avrdude -v -p m162 -c stk200 -E noreset -U flash:w:$(PRG).hex:i -U 
eeprom:w:$(PRG)_eeprom.hex:i

In addition, you may not have the '162 support in your avrdude.conf, check:
http://saei.ath.cx/~eisvogel/avrdude/avrdude.zip

That should do it. Make sure you are using a recent avrdude version
(e.g. 4.2.0) to avoid delay timing bugs etc.

Good luck,
Stephan





reply via email to

[Prev in Thread] Current Thread [Next in Thread]