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<andi_messen...@yahoo.com>  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".


_______________________________________________
AVR-GCC-list mailing list
AVR-GCC-list@nongnu.org
http://lists.nongnu.org/mailman/listinfo/avr-gcc-list

Reply via email to