ddiakopoulos / hiduino

:musical_keyboard: Native USB-MIDI on the Arduino
http://www.dimitridiakopoulos.com/hiduino
643 stars 110 forks source link

Flip: "Address out of range" #24

Closed maxostarr closed 9 years ago

maxostarr commented 9 years ago

I am trying to flash the firmware on my Arduino UNO rev3 using Atmel Flip. Whenever I try and import the .hex file into the program, it throws the error "Address is out of range." I have looked around online and haven't found any solution. Any and all info would be helpful.

dturner commented 9 years ago

I was also experiencing this issue and found that my UNO board has an atmega328p chip on it, rather than the at90usb82 as specified in the README. To fix this just change your avrdude command line from -p at90usb82 to -p atmega328p

ddiakopoulos commented 9 years ago

I'll notate this in the readme

arturobrice commented 8 years ago

address is out of range???? help me please