Witam,
Kiedy próbuję wgrać projekt obsługi wyświetlacza z nokii 3310 z biblioteką Suna.
Wyskakuje mi ten sam błąd:
Kod:
Launching C:\AVRDUDE\avrdude -pm32 -cusbasp -Uflash:w:LCD_03_09_AT32.hex:a
Output:
Please wait ...
avrdude_mk.exe: error: programm enable: target doesn't answer. 1
avrdude_mk.exe: initialization failed, rc=-1
Double check connections and try again, or use -F to override
this check.
avrdude_mk.exe done. Thank you.
Compiled special for http://forum.atnel.pl (v5.11.1)
avrdude finished
Ustawiłem opóźnienie tak jak kolega wyżej radzi. Nie pomogło.
Co ciekawe kiedy wgrywam prosty program migania diodą błąd nie wyskakuje.
Kod:
Launching C:\AVRDUDE\avrdude -pm32 -cusbasp -B 8 -Uflash:w:TEST_dioda.hex:a
Output:
Please wait ...
avrdude_mk.exe: set SCK frequency to 93750 Hz
avrdude_mk.exe: AVR device initialized and ready to accept instructions
Reading | ################################################## | 100% 0.00s
avrdude_mk.exe: Device signature = 0x1e9502
avrdude_mk.exe: NOTE: FLASH memory has been specified, an erase cycle will be performed
To disable this feature, specify the -D option.
avrdude_mk.exe: erasing chip
avrdude_mk.exe: set SCK frequency to 93750 Hz
avrdude_mk.exe: reading input file "TEST_dioda.hex"
avrdude_mk.exe: input file TEST_dioda.hex auto detected as Intel Hex
avrdude_mk.exe: writing flash (136 bytes):
Writing | ################################################## | 100% 0.10s
avrdude_mk.exe: 136 bytes of flash written
avrdude_mk.exe: verifying flash memory against TEST_dioda.hex:
avrdude_mk.exe: load data flash data from input file TEST_dioda.hex:
avrdude_mk.exe: input file TEST_dioda.hex auto detected as Intel Hex
avrdude_mk.exe: input file TEST_dioda.hex contains 136 bytes
avrdude_mk.exe: reading on-chip flash data:
Reading | ################################################## | 100% 0.08s
avrdude_mk.exe: verifying ...
avrdude_mk.exe: 136 bytes of flash verified
avrdude_mk.exe: safemode: Fuses OK
avrdude_mk.exe done. Thank you.
Compiled special for http://forum.atnel.pl (v5.11.1)
avrdude finished
Czy mógłby mi ktoś wskazać gdzie popełniłem błąd?
Pozdrawiam,
P.