Pin resetu ma byc podciągnięty do VCC w czasie normalniej pracy, a ściągany do GND w czasie resetu - u ciebie jest odwrotnie. Masz cały czas zresetowany procesor, nic dziwnego że programator nie może uzyskać dostępu.
Skoro masz Arduino MEGA to możesz sprawdzić poprawność pracy swojego programatora. Jak zadziała to szukaj po stronie kabelków, styków, zasilania.
Oscyloskopu nie mam jak użyć, bo nie mam LPT. Czytaj dokładnie co wskazujemy i nie spiesz się :) Na LPT jest analizator stanów logicznych. Oscyloskop jest na wejściu karty dźwiękowej.
Niewiele napisałeś. Co za "model" programatora? Jak podłączyłeś procesor do programatora? Daj zdjęcie lub napisz dokładnie.
Bład : cel (procesor ) nie odpowiada ,sprawdz połączenie miedzy uC a programatorem
Może to Ci podpowie: http://mirekk36.blogspot.com/2012/06/isp...
Soft został poprawiony. Starsi użytkownicy sukcesywnie zaktualizowali. Nowi pobierają od razu poprawioną wersję. Temat wymiera. Na szczęście.
Użyj avrdude z parametrami: avrdude -p atmega8 -c usbasp -P usb -B 8
Dlaczego parametr -P w twoim przypadku wskazuje na port równoległy LPT1 skoro używasz programatora usbasp ? Spróbuj bez parametru -P avrdude -p atmega8 -c usbasp -U flash:w:led.hex
Szklane kule potłukły nam się już dawno temu, więc nie wiemy, jak to podłączyłeś. Zacznij od lektury [url=http://mirekk36.blogspot.com/2011/0... bloga.
Witam, Posiadam programator USBasp, działa identycznie pod windows xp i ubuntu - problem jest ten sam. Da się zaprogramować mikrokontroler jednorazowo, tzn. podłączyłem programator do portu USB1, zaprogramowałem uC raz, potem jednak za każdym następnym razem avrdude zwraca komunikat "Target doesn't answer". Zmieniłem port na USB2 i znów to samo, da...
Jeśli programator jest wykrywany przez windows, to problem musi tkwić w połączeniach między programatorem a płytką czy tam adapterem. Sygnatura urządzenia jeśli jest zerowa, to najprawdopodobobniej coś jest nie tak na lni MOSI - programator. Jeśli dostajesz raz taki raz inny błąd to najprędzej tak jest. Błąd Target doesn't answer też najczęściej jest...
avrlab terz daje błąd odczytu i wychodzi avrdude.exe: set SCK frequency to 93750 Hz avrdude.exe: warning: cannot set sck period. please check for usbasp firmware update. avrdude.exe: error: program 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...
Jeśli masz nowy firmware, to możesz programowo zmniejszyć prędkość: "-B10" lub więcej C:\Documents and Settings\BoskiD>avrdude -c usbasp -p attiny2313 -B1 avrdude: set SCK frequency to 750 kHz avrdude: error: programm enable: target doesn't answer. 1 avrdude: initialization failed, rc=-1 Double check connections and try again,...
Gdy wpiszę: "avrdude -p m8 -c usbasp" avrdude: error: programm enable: target doesn't answer. 1 avrdude: initialization failed, rc=-1 Gdy wpiszę: "avrdude -p m8 -c usbasp -F" avrdude: error: programm enable: target doesn't answer. 1 avrdude: initialization failed rc=-1 avrdude: AVR device initialized and ready to accept instructions avrdude: Device...
Podepnę się pod temat. Próbuje zaprogramować Attiny 10 według opisu http://mirekk36.blogspot.com/2013/07/att... Niestety cały czas mam avrdude.exe: set SCK frequency to 2000 Hz avrdude.exe: warning: cannot set sck period. please check for usbasp firmware update. avrdude.exe: error: programm enable: target doesn't answer....
Tak więc http://obrazki.elektroda.pl/8703476600_1... RST=niebieski MOSI=pomarańcz MISO=żółty SCK=biały czerwony i czarny zasilanie Wszystkie sygnały ładnie dochodzą, a tiny nie odpowiada. Próbowałem zmniejszać prędkość w avrdude nawet do 500Hz ale nic to nie daje. Jakieś pomysły? /dodano Używałem pliku wynikowego main.hex, ale prze kompilowałem...
Prawdopodobnie linie danych zwarłeś z zasilaniem, np. na skutek odwrotnego podłączenia wtyczki. Przez to spalił się bufor IO w programatorze i sygnały do niego nie dochodzą. Wywał USBasp i kup sobie AVR ISP mkII - zdecydowanie lepszy, a cena niewiele wyższa.
Cześć Udało Ci się odczytać fusy z których wynika, że uC potrzebuje kwarcu > 8MHz. U Ciebie jest 16MHz, ok. Z innego obrazka wynika, że masz złe połączenia (rc=-1). Może to też oznaczać, że uC nie miał przestawianych fusów, są fabryczne i sam programator USBasp wymaga zastosowania u siebie zworki SLOW. Stawiam raczej, że coś nie styka na testerze. Pomocna...
Spróbowałem z avrdude ale komunikat się nie zmienia: avrdude: avrdude -c usbasp -p atmega8 avrdude: error: programm enable: target doesn't answer. 1 avrdude: initialization failed, rc=-1 Double check connections and try again, or use -F to override this check. avrdude done. Thank you.
avrdude.exe: set SCK frequency to 93750 Hz avrdude.exe: warning: cannot set sck period. please check for usbasp firmware update. avrdude.exe: error: program enable: target doesn't answer. 1 avrdude.exe: initialization failed, rc=-1 Double check connections and try again, or use -F to override Dostaje taki bląd, może spróbuje firware usbasp zaaktualizować
o ile wszystko jest dobrze podłączone bo taki komunikat też może się pojawiać przy błędnych połączeniach Ciekawa teoria ;) Dlaczego ciekawa teoria ? Jeśli nie podłączysz procka do USBASP albo zamienisz np MOSI z MISO lub podobny błąd to wyskoczy ci w AVRDUDE błąd o treści "target doesn't answer"
Kiedy próbuję wypalić bootloader za pomocą USBasp występuje taki błąd Arduino:1.8.12 (Windows 10), Płytka:"Arduino Uno" avrdude: warning: cannot set sck period. please check for usbasp firmware update. avrdude: error: program enable: target doesn't answer. 1 avrdude: initialization failed, rc=-1 Double check connections and try again, or use -F to override...
Taki jest wynik avrdude -c usbasp -p m8 -B16 avrdude: set SCK frequency to 32000 Hz avrdude: error: program enable: target doesn't answer. 1 avrdude: initialization failed, rc=-1 Double check connections and try again, or use -F to override this check.
Witam 3 dni temu złożyłem programator USBasp wszystko robione wg. tej strony F:\Avrdude 5.5\avrdude.exe -u -C F:\Avrdude 5.5\avrdude.conf -p m8 -P usb -c usbasp -F -U flash:w:C:\Documents and Settings\xxx\Pulpit\usbasp.atmega8.2009-... avrdude.exe: error: programm enable: target doesn't answer. 1 avrdude.exe:...
Zmieniłem folder avrdude po wpisaniu komend jest c:\dude>avrdude -p atmega8 -c usbasp avrdude: error: programm enable: target doesn't answer. 1 avrdude: initialization failed, rc=-1 Double check connections and try again, or use -F to override this check. avrdude done. Thank you. c:\dude>
Wgrywam przez "Wgraj używając programatora" i pojawia się taki komunikat: avrdude: warning: cannot set sck period. please check for usbasp firmware update. avrdude: error: program enable: target doesn't answer. 0 avrdude: initialization failed, rc=-1 Double check connections and try again, or use -F to override this check. wybrany port szeregowy nie...
Zresetowałem programator i komputer go wykrył. W konsoli CMD co się pokazało. C:\Users\wojtek\Documents>avrdude -p m328p -c usbasp avrdude: error: programm enable: target doesn't answer. 1 avrdude: initialization failed, rc=-1 Double check connections and try again, or use -F to override this check. avrdude done. Thank you.
Wyskakuje ten sam komunikat: avrdude: warning: cannot set sck period. please check for usbasp firmware update. avrdude: error: programm enable: target doesn't answer. 1 avrdude: initialization failed, rc=-1 Double check connections and try again, or use -F to override this check. avrdude done. Thank you.
Robię tak jak mówicie, ustawiłem programator jako USBasp, jako cel użyłem ATMegi328p kliknąłem "wgraj używając programatora " na programatorze mignęła zielona dioda a ArduinoIDE wypluwa taki komunikat avrdude: warning: cannot set sck period. please check for usbasp firmware update. avrdude: error: program enable: target doesn't answer....
Niestety nie pomogło wyskakuje coś takiego. [syntax=bash]avrdude.exe: set SCK frequency to 1500000 Hz avrdude.exe: warning: cannot set sck period. please check for usbasp firmware update. avrdude.exe: error: program enable: target doesn't answer. 1 avrdude.exe: initialization failed, rc=-1 Double check connections and try again, or use -F to override...
Cześć Brakuje Ci sterownika do USBasp. Tu jest program do zainstalowania takiego sterownika. https://zadig.akeo.ie/ Koniecznie poczytaj Help. ! Dzięki! lecz teraz mam błąd "WARNING: Unable to detect MCU avrdude.exe: set SCK frequency to 1500000 Hz avrdude.exe: warning: cannot set sck period. please check for usbasp firmware update. avrdude.exe: error:...
Podobnie jak koledzy poskładałem programator USBasp. Problem zaczyna się kiedy chcę zaprogramować jakiś uC. Na sterownikach libusb0.dll 0.1.12.1. AVR Burn-O-Mat pokazuje błąd: avrdude.exe: error: could not find USB device "USBasp" with vid=0x16c0 pid=0x5dc Natomiast avrdude-gui pokazuje: avrdude.exe: error : programm enable: target doesn't answer. 1...
Wpisuję komende w cmd: avrdude -c usbasp -p t2313 i otrzymuję odpowiedź avrdude: error: programm enable : target doesn't answer.1 avrdude:initialization failed, rc =-1 Double check connections and try again or use -F to overdrive this check. Czyli chyba standardowy błąd jeśli gdzieś jest problem z połączeniem.
Szukałem w internecie, jak to zrobić i ciągle wychodzi błąd avrdude: error: programm enable: target doesn't answer. 1 avrdude: initialization failed, rc=-1 Double check connections and try again, or use -F to override this check. . System Winows 10.
Witam, Wczoraj złożyłem programator do uC AVR zgodnie ze schematem i opisem ze strony: http://diy-elektronika.pl/wp-content/upl... http://diy-elektronika.pl/202-usbasp-pro... Doskonale zdawałem sobie sprawę że złożenie będzie łatwiejszą częścią całego przedsięwzięcia i poradzenie sobie z dalszymi...
Witam wszystkich otóż mam problem z zaprogramowaniem układu za pomocą USBISP 2.0 za pomocą programu khazama po podłączeniu procesora pod programator cały czas otrzymuję wynik ubunciak(at)ubunciak-SATELLITE-L750:~$ sudo avrdude -p m8 -c usbasp Dodano po 1 dodam że wszystko jest podłączone tak jak powinno kable są sprawne programator również
Witam. Złożyłem dziś USBASP, wgrany w procka MEGA8 program stąd: http://www.fischl.de/usbasp/usbasp.2006-... Oczywiście wersja dla MEGA8. Kabel USB 2.0 długość ~1M, podłączony z tyłu. Przejście między liniami mosi, miso, rst, sck między prockami ~1Ohm (mierzone na nóżkach uC). Kabel to tasiemka AWG28 10żył. ~0,5m *między prockami*. Obie diody...
Nic nie piszesz jakie to programatory i jakim programem je obsługujesz. Używam programatora USBasp i STK/200, strona producenta -www.mikrosterowniki.pl Programy używałem różne: PonyProg, AVRDUDE, AVR8_burn_0_mat. Kondensator 100n na nóżki gnd/vcc W poniedziałek go podłącze, gdyż narazie takim nie dysponuję:) Czy brak tego kondensatora może być przyczyną...
Wszystko prócz tego, że nie mogę nic wgrać. [syntax=x86asm] > "make.exe" program avrdude -p atmega16 -P usb -c usbasp -U flash:w:qwe.hex avrdude: error: programm enable: target doesn't answer. 1 avrdude: initialization failed, rc=-1 Double check connections and try again, or use -F to override this check. avrdude done. Thank you. make.exe: *** [program]...
Witam. Po ustawieniu AVR-BURN-O-Mat tak jak mi napisałeś wystąpił oto taki komunikat: C:\WinAVR-20100110\bin\avrdude.exe -C C:\WinAVR-20100110\bin\avrdude.conf -p m32 -P usb -c usbasp -B150 -U flash:w:C:\Users\Tomek\Deskt... avrdude.exe: set SCK frequency to 4000 Hz avrdude.exe: warning:...
Witam. Skompilowałem prosty programik pod WinAvr i chcę go wgrać pod nowy procesor za pośrednictwem programatora USBasp. Wyrzuca taki komunikat: > "make.exe" program avrdude -p atmega32 -P usb -c USBasp -U flash:w:main.hex avrdude: error: programm enable: target doesn't answer. 1 avrdude: initialization failed, rc=-1 Double check connections and try...
Witam, kupiłem kiedyś sobie Atmegę88P i programator USBasp dokładnie taki: http://obrazki.elektroda.pl/1288757200_1... i chcę móc pisać na nią programy w Arduino IDE. Ściągnąłem więc odpowiedni bootloader , wrzuciłem go gdzie trzeba, zmodyfikowałem plik boards, i gdy chciałem zaprogramować mikrokontroler i otrzymywałem błąd: "avrdude:...
Próbuję zaprogramować ATmegę 328P przy pomocy arduino. Próbowałem już w najnowszym arduino sposobów typu ponowna instalacja sterowników usbasp, podmiana avrdude na najnowsze, nic nie działa. Próbuję teraz użyć arduino 1.0.6, używam programatora usbasp. Przy próbie wgrania programu wyświetla się taki komunikat: Ładowanie zakończone pomyślnie Wielkość...
Avr\usbasp\avrdude>avrdude -p m8 -c usbasp -U lfuse:r:-:h -U hfuse:r:-:h found 7 busses found 7 busses avrdude: Warning: Found USB device "USBasp" with old VID/PID! Please update firm ware of USBasp! avrdude: error: programm enable: target doesn't answer. 1 avrdude: AVR device initialized...
Kupiłem USBASP, wszystko podłączyłem na breadboardzie. Odpalam Arduino, wybieram Board w/ATMEGA644p, burn bootloader w/usbasp i nie śmiga ... bład komunikacji ... avrdude: error: programm enable: target doesn't answer. 1avrdude: initialization failed, rc=-1 Wszystko podłączyłem jak tu: http://starter-kit.nettigo.pl/wp-content...
Nie wiem przepraszam może pomiąchałem trochę teraz jedynym problemem jest ten błąd: "avrdude.exe: set SCK frequency to 500 Hz avrdude.exe: warning: cannot set sck period. please check for usbasp firmware update. avrdude.exe: error: programm enable: target doesn't answer. 1 avrdude.exe: initialization failed, rc=-1 avrdude.exe: AVR device initialized...
Witam, Mam problem: kupiłem na allegro programator USBASP, próbowałem pod avrdude, Sinaprog i nie działa - dostaję komunikat: avrdude: error: programm enable: target doesn't answer. 1 avrdude: initialization failed, rc=-1 Double check connections and try again, or use -F to override this check. avrdude done. Thank you. a pod avrdude w ogóle nie mam...
Tak 1.1.5 była cicha, nie wiem czemu wydawało mi się, że miałeś 1.1.3. Wcale nie musisz tego programować przez Arduino, możesz USBAsp, z poziomu AVRdudess. Wtedy bootloader nie jest Ci potrzebny. Sam bootloader też możesz wgrać "ręcznie", tylko musisz pamiętać o fusebitach (i to jest zapewne coś czymś namieszałeś). low_fuses=0xFF high_fuses=0xDE extended_fuses=0xFD...
Poradziłem sobie z wyżej wymienionym problemem. Ale pojawił się kolejny. Gdy wpisuje avrdude -c usbasp -p t2313 dostaje taki komunikat: found 7 busses avrdude: error: programm enable: target doesn't answer. 1 avrdude: initialization failed, rc=-1 Double check connections and try again, or use -F to override this check Czy ma ktoś pomysł co z tym zrobić...
target answer usbasp target avrdude usbasp answer
oprawa natynkowa zlece zaprojektowanie radiator przyklejony
suzuki grand vitara suzuki grand vitara
Kod błędu AEF3ED w Mercedes Actros - przyczyny i diagnostyka Ciągnięcie 100m rury PE zgrzanej doczołowo koparką