Flashing the 2313 for USBtinyISP [ERROR]

USB AVR Programmer and SPI interface. Adafruit's USBtinyISP.

Moderators: adafruit_support_bill, adafruit

Please be positive and constructive with your questions and comments.
Locked
User avatar
simön
 
Posts: 8
Joined: Mon Jan 21, 2008 1:26 pm

Flashing the 2313 for USBtinyISP [ERROR]

Post by simön »

Hi again!

I build my USBtinyISP myselve, soldered it and now i am trying to write the ATtiny2313 for it.

The Facts:
  • I build version 1.0
    I build the serial programmer from here: http://s-huehn.de/elektronik/avr-prog/avr-prog.htm
    I can write (and read) the Test1.hex from the same Page with avrdude -p attiny2313 -c siprog -P COM1 -U eeprom:w:Test1.hex -vvv
    Ponyprog says always "unknown or missing device"
But it did work with avrdude and so i tried to write the main.hex from

Code: Select all

ladyada.net/media/usbtinyisp/usbtinyisp v1.0 firm.zip/usbtinyisp/spi/main.hex
with

Code: Select all

avrdude -p attiny2313 -c siprog -P COM1 -U eeprom:w:main.hex -vvv
but avrdude says:

Code: Select all

avrdude: reading input file "main.hex"
avrdude: input file main.hex auto detected as Intel Hex
avrdude: ERROR: address 0x0090 out of range at line 9 of main.hex
avrdude: write to file 'main.hex' failed
what means this? what did i wrong?

thanks for help

User avatar
simön
 
Posts: 8
Joined: Mon Jan 21, 2008 1:26 pm

Post by simön »

Ok, the problem was that i selected the wrong memory...

Locked
Please be positive and constructive with your questions and comments.

Return to “USBtinyISP”