Gast
#3875262
Hallo,
ich habe heute eine 10 ATtiny85-20PU bekommen.
Entweder die sind alle defekt oder ich bin zu blöd die anzusprechen...
Das Pin-out ist ja identisch mit den ATtiny13 mit dem habe ich meine
"Flash" Schaltung geprüft.
Die Ausgabe bei den ATtiny85:
PS C:\avrdude> avrdude -p t85 -c usbasp -P usb -v -U lfuse:r:-:i
avrdude.exe: Version 5.10, compiled on Jan 19 2010 at 10:45:23
Copyright (c) 2000-2005 Brian Dean, http://www.bdmicro.com/
Copyright (c) 2007-2009 Joerg Wunsch
System wide configuration file is
"C:\WinAVR-20100110\bin\avrdude.conf"
Using Port : usb
Using Programmer : usbasp
AVR Part : ATtiny85
Chip Erase delay : 4500 us
PAGEL : P00
BS2 : P00
RESET disposition : possible i/o
RETRY pulse : SCK
serial program mode : yes
parallel program mode : yes
Timeout : 200
StabDelay : 100
CmdexeDelay : 25
SyncLoops : 32
ByteDelay : 0
PollIndex : 3
PollValue : 0x53
Memory Detail :
Block Poll Page
Polled
Memory Type Mode Delay Size Indx Paged Size Size
#Pages MinW MaxW ReadBack
----------- ---- ----- ----- ---- ------ ------ ----
------ ----- ----- ---------
eeprom 65 6 4 0 no 512 4
0 4000 4500 0xff 0xff
flash 65 6 32 0 yes 8192 64
128 4500 4500 0xff 0xff
signature 0 0 0 0 no 3 0
0 0 0 0x00 0x00
lock 0 0 0 0 no 1 0
0 9000 9000 0x00 0x00
lfuse 0 0 0 0 no 1 0
0 9000 9000 0x00 0x00
hfuse 0 0 0 0 no 1 0
0 9000 9000 0x00 0x00
efuse 0 0 0 0 no 1 0
0 9000 9000 0x00 0x00
calibration 0 0 0 0 no 2 0
0 0 0 0x00 0x00
Programmer Type : usbasp
Description : USBasp, http://www.fischl.de/usbasp/
avrdude.exe: auto set sck period (because given equals null)
avrdude.exe: error: programm enable: target doesn't answer. 1
avrdude.exe: initialization failed, rc=-1
Double check connections and try again, or use -F to
override
this check.
avrdude.exe done. Thank you.
Und hier vom ATtiny13 bei der gleichen Schaltung..
PS C:\avrdude> avrdude -p t13 -c usbasp -P usb -v -U lfuse:r:-:i
avrdude.exe: Version 5.10, compiled on Jan 19 2010 at 10:45:23
Copyright (c) 2000-2005 Brian Dean, http://www.bdmicro.com/
Copyright (c) 2007-2009 Joerg Wunsch
System wide configuration file is
"C:\WinAVR-20100110\bin\avrdude.conf"
Using Port : usb
Using Programmer : usbasp
AVR Part : ATtiny13
Chip Erase delay : 4000 us
PAGEL : P00
BS2 : P00
RESET disposition : dedicated
RETRY pulse : SCK
serial program mode : yes
parallel program mode : yes
Timeout : 200
StabDelay : 100
CmdexeDelay : 25
SyncLoops : 32
ByteDelay : 0
PollIndex : 3
PollValue : 0x53
Memory Detail :
Block Poll Page
Polled
Memory Type Mode Delay Size Indx Paged Size Size
#Pages MinW MaxW ReadBack
----------- ---- ----- ----- ---- ------ ------ ----
------ ----- ----- ---------
eeprom 65 5 4 0 no 64 4
0 4000 4000 0xff 0xff
flash 65 6 32 0 yes 1024 32
32 4500 4500 0xff 0xff
signature 0 0 0 0 no 3 0
0 0 0 0x00 0x00
lock 0 0 0 0 no 1 0
0 4500 4500 0x00 0x00
calibration 0 0 0 0 no 2 0
0 0 0 0x00 0x00
lfuse 0 0 0 0 no 1 0
0 4500 4500 0x00 0x00
hfuse 0 0 0 0 no 1 0
0 4500 4500 0x00 0x00
Programmer Type : usbasp
Description : USBasp, http://www.fischl.de/usbasp/
avrdude.exe: auto set sck period (because given equals null)
avrdude.exe: AVR device initialized and ready to accept instructions
Reading | ################################################## | 100%
0.01s
avrdude.exe: Device signature = 0x1e9007
avrdude.exe: safemode: lfuse reads as 7A
avrdude.exe: safemode: hfuse reads as FF
avrdude.exe: reading lfuse memory:
Reading | ################################################## | 100%
0.00s
avrdude.exe: writing output file "<stdout>"
:010000007A85
:00000001FF
avrdude.exe: safemode: lfuse reads as 7A
avrdude.exe: safemode: hfuse reads as FF
avrdude.exe: safemode: Fuses OK
avrdude.exe done. Thank you.
Hat wer ein Rat bevor ich zum Verkäufer gehe und es doch mein Versagen
ist^^
Gruß
Klaus