avr-gcc-list
[Top][All Lists]
Advanced

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

Re: [avr-gcc-list] AVRdude for ATMega16


From: Andi Suhandi
Subject: Re: [avr-gcc-list] AVRdude for ATMega16
Date: Wed, 26 May 2010 09:27:13 +0700
User-agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.9) Gecko/20100317 Thunderbird/3.0.4

Hi Jeorg,


this is the error message:
> "make.exe" program
avrdude -p atmega16 -P com15     -c avr910    -b 38400 -U flash:w:TalkCounter.hex -U eeprom:w:TalkCounter.eep -U lock:w:0xfc:m

Found programmer: Id = "AVR ISP"; type = S
    Software Version = 3.8; Hardware Version = 1.2
Programmer supports auto addr increment.
Programmer supports buffered memory access with buffersize = 64 bytes.

Programmer supports the following devices:
    Device code: 0x13 = AT90S1200
    Device code: 0x20 = ATtiny84
    Device code: 0x28 = AT90S4414
    Device code: 0x30 = AT90S4433
    Device code: 0x34 = AT90S2333
    Device code: 0x38 = AT90S8515
    Device code: 0x48 = (unknown)
    Device code: 0x4c = AT90S2343
    Device code: 0x51 = (unknown)
    Device code: 0x55 = ATtiny12
    Device code: 0x56 = ATtiny15
    Device code: 0x68 = AT90S8535
    Device code: 0x37 = (unknown)
    Device code: 0x39 = (unknown)
    Device code: 0x3d = (unknown)
    Device code: 0x3e = (unknown)
    Device code: 0x57 = (unknown)
    Device code: 0x3a = ATMEGA8515
    Device code: 0x3b = (unknown)
    Device code: 0x41 = ATMEGA103

avrdude: error: selected device is not supported by programmer: m16
make.exe: *** [program] Error 1

> Process Exit Code: 2
> Time Taken: 00:01

I can program mega16, if i use CodeVision. I set the programmer type "AVR910" in CodeVision.
I try set programmer id at makefile to "avr911", the programming is running, but i got error when verify the flash.

Regards

Andi

On 25/05/2010 3:46 AM, Joerg Wunsch wrote:
Andi Suhandi <address@hidden> wrote:

  
Is it true avrdude not support ATMega16 ?
    
No, of course not.  It's been supported for many years now.

If you want a more detailed reply, then please give us more details,
about error message, about your changes to avrdude.conf, about your
exact programmer type etc.

Btw., to just change the communication baud rate, no need to edit
avrdude.conf, you can do this with the option "-b 38400".

  


reply via email to

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