Zdarec,
dříve jsem používal Pony-prog k programování procesorů AVR. Teď jsem si ale pořídil notebook a to jsem netušil co mě bude čekat. Má pouze USB porty a Pony-prog tedy nepřichází v úvahu. Zkoušel jsem i USB->RS232 převodník, ale programování trvá cca 40 minut!!!
Tak jsem se rozhodl postavit si USBTinyISP programátor, který má podporovat USB nativně. Postavil jsem to na nepájivé pole, nainstaloval nejnovější ovladače i software (usblib 1.2.1, avrdude 5.10). Mám Win7 a i ten programátor rozeznal a vše OK.
Ale jakmile zkusím přečíst paměť s avrdude, dostanu následující chybu bez i s připojeným mikroprocesorem k programátoru:
avrdude: error: usbtiny_receive: usb_control_msg: sending control message failed, win error: A device attached to the system is not functionning. (expected 4, got -5)
avrdude: AVR device initialized and ready to accept instructions
Reading: : 0% 0.00s
avrdude: error: usbtiny_receive: usb_control_msg: sending control message failed, win error: A device attached to the system is not functionning. (expected 4, got -5)
avrdude: error: usbtiny_receive: usb_control_msg: sending control message failed, win error: A device attached to the system is not functionning. (expected 4, got -5)
Reading: ########### :33% 0.17s
avrdude: error: usbtiny_receive: usb_control_msg: sending control message failed, win error: A device attached to the system is not functionning. (expected 4, got -5)
Reading: ################################# : 100% 0.27s
avrdude: Device signature = 0x000000
avrdude: Yikes! Invalid device signature.
Double check connection and try again, or use -F to override this check
avrdude: error: usbtiny_receive: usb_control_msg: sending control message failed, win error: A device attached to the system is not functionning. (expected 4, got -5)
avrdude done. Thank you
Nesetkal se někdo s něčím podobným ? Díky za jakoukoliv radu