ATmega8 wird nicht erkannt

Gast #633095
Lesenswert?

Hi,

aus mir nicht erklärlichen Gründen wird der AVR nicht erkannt, kann 
jedoch beschrieben sowie gelesen werden mit der -F Option?




avrdude -p m8 -P /dev/ttyUSB0 -b 115200 -c avr910 -e -U 
flash:w:myproject.hex -F

Found programmer: Id = "AVR ISP"; type = S
    Software Version = 4.1; Hardware Version = 0.1
Programmer supports auto addr increment.

Programmer supports the following devices:
    Device code: 0x55 = ATtiny12
.
.
.
    Device code: 0x76 = ATMEGA8
    Device code: 0x75 = ATMEGA6490

avrdude: AVR device initialized and ready to accept instructions

Reading | ################################################## | 100% 
0.01s

avrdude: Device signature = 0x000000
avrdude: Yikes!  Invalid device signature.
avrdude: Expected signature for ATMEGA8 is 1E 93 07
avrdude: erasing chip
avrdude: reading input file "myproject.hex"
avrdude: input file myproject.hex auto detected as Intel Hex
avrdude: writing flash (176 bytes):

Writing | ################################################## | 100% 
11.24s



avrdude: 176 bytes of flash written
avrdude: verifying flash memory against myproject.hex:
avrdude: load data flash data from input file myproject.hex:
avrdude: input file myproject.hex auto detected as Intel Hex
avrdude: input file myproject.hex contains 176 bytes
avrdude: reading on-chip flash data:

Reading | ################################################## | 100% 
0.38s



avrdude: verifying ...
avrdude: verification error, first mismatch at byte 0x0000
         0x0c != 0x00
avrdude: verification error; content mismatch

avrdude: safemode: Fuses OK

avrdude done.  Thank you.

Antwort schreiben

Bitte melde dich an, um einen Beitrag zu schreiben.

oder

Mit Google-Account einloggen

Die Registrierung ist kostenlos und dauert nur eine Minute.

Jetzt registrieren