Witam.
Zainstalowałem najnowszą wersję Eclipse wraz z pluginem AVR. Posiadam programator telwis AVR-USB zgodny z AVR-Prog(910). Wchodzę w ustawienia projektu i wybieram zakładkę AVRDUDE. Jest tam rozwijane pole Programmer configuration, w którym wybiera się typ programatora. Problem polega na tym, że nie wiem, który typ wybrać i jak go ustawić. Żaden nie ma w nazwie 910. Szukałem w opisie po prawej stronie i znalazłem, że 2 typy mają wpisane type = avr910;
Są to: Atmel Low Cost Serial Programmmer i Jason Kyles pAVR Serial Programmer.
Gdy wybieram ten pierwszy lub drugi i próbuje wgrać program na Atmega8 to dostaję następujący komunikat:
Proszę o pomoc w konfiguracji.
Zainstalowałem najnowszą wersję Eclipse wraz z pluginem AVR. Posiadam programator telwis AVR-USB zgodny z AVR-Prog(910). Wchodzę w ustawienia projektu i wybieram zakładkę AVRDUDE. Jest tam rozwijane pole Programmer configuration, w którym wybiera się typ programatora. Problem polega na tym, że nie wiem, który typ wybrać i jak go ustawić. Żaden nie ma w nazwie 910. Szukałem w opisie po prawej stronie i znalazłem, że 2 typy mają wpisane type = avr910;
Są to: Atmel Low Cost Serial Programmmer i Jason Kyles pAVR Serial Programmer.
Gdy wybieram ten pierwszy lub drugi i próbuje wgrać program na Atmega8 to dostaję następujący komunikat:
Launching C:\WinAVR\bin\avrdude -pm8 -cavr910 -Pcom2 -b115200 -Uflash:w:TEST.hex:a
Output:
Found programmer: Id = "AVR ISP"; type = S
Software Version = 2.3; Hardware Version = a.`
Programmer supports auto addr increment.
Programmer supports the following devices:
Device code: 0x55 = ATtiny12
Device code: 0x56 = ATtiny15
Device code: 0x13 = AT90S1200
Device code: 0x20 = ATtiny84
Device code: 0x28 = AT90S4414
Device code: 0x38 = AT90S8515
Device code: 0x48 = (unknown)
Device code: 0x4c = AT90S2343
Device code: 0x34 = AT90S2333
Device code: 0x30 = AT90S4433
Device code: 0x6c = AT90S4434
Device code: 0x68 = AT90S8535
Device code: 0x65 = (unknown)
Device code: 0x60 = ATMEGA161
Device code: 0x64 = ATMEGA163
Device code: 0x72 = ATMEGA32
Device code: 0x41 = ATMEGA103
Device code: 0x42 = (unknown)
Device code: 0x23 = (unknown)
avrdude: error: selected device is not supported by programmer: m8
avrdude finishedProszę o pomoc w konfiguracji.