Mam oproblem z programowaniem Attiny13A w driverze
: czwartek 30 sty 2020, 22:16
Postanowiłem pobawić się w przeprogramowanie drivera z AMC i Attiny13A.
Mam klon USBASP, klips, połączyłem VCC, GND, SCK, MISO, MOSI, RESET.
Po włączeniu USBASP do gniazdka mam:
Ale już kolejne wywołanie kończy się błędem odczytu sygnatury:
Zachowanie jest powtarzalne: wystarczy wyjąć i włożyć USBASP z USB i znów jeden odczyt się udaje.
Gdzie tkwi błąd?
W trybie "verbose" pokazuje takie szczegóły:
Mam klon USBASP, klips, połączyłem VCC, GND, SCK, MISO, MOSI, RESET.
Po włączeniu USBASP do gniazdka mam:
Kod: Zaznacz cały
avrdude.exe: warning: cannot set sck period. please check for usbasp firmware update.
avrdude.exe: AVR device initialized and ready to accept instructions
Reading | ################################################## | 100% 0.01s
avrdude.exe: Device signature = 0x1e9007
avrdude.exe: safemode: Fuses OK (H:FF, E:FD, L:79)
avrdude.exe done. Thank you.
Kod: Zaznacz cały
avrdude.exe: warning: cannot set sck period. please check for usbasp firmware update.
avrdude.exe: AVR device initialized and ready to accept instructions
Reading | ################################################## | 100% 0.01s
avrdude.exe: Device signature = 0x000102
avrdude.exe: Expected signature for ATtiny13 is 1E 90 07
Double check chip, or use -F to override this check.
avrdude.exe done. Thank you.
Gdzie tkwi błąd?
W trybie "verbose" pokazuje takie szczegóły:
Kod: Zaznacz cały
avrdude.exe: Version 6.0.1, compiled on Oct 17 2013 at 21:37:20
Copyright (c) 2000-2005 Brian Dean, http://www.bdmicro.com/
Copyright (c) 2007-2009 Joerg Wunsch
System wide configuration file is "C:\Program Files (x86)\MHV AVR Tools\bin\avrdude.conf"
Using Port : usb
Using Programmer : usbasp
avrdude.exe: seen device from vendor ->www.fischl.de<-
avrdude.exe: seen product ->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: warning: cannot set sck period. please check for usbasp firmware update.
avrdude.exe: AVR device initialized and ready to accept instructions
Reading | ################################################## | 100% 0.00s
avrdude.exe: Device signature = 0x1e9007
avrdude.exe: safemode: lfuse reads as 79
avrdude.exe: safemode: hfuse reads as FD
avrdude.exe: safemode: lfuse reads as 79
avrdude.exe: safemode: hfuse reads as FD
avrdude.exe: safemode: Fuses OK (H:FF, E:FD, L:79)
avrdude.exe done. Thank you.