Hello!
I'm trying to program my AT90CAN128 with my AVR Dragon:
I'm using a test avr command in terminal:
avrdude -p c128 -c dragon_isp -e
But all I get is:
avrdude: jtagmkII_getsync(): sign-on command: status -1
--------------------------------------------------
I've also tried USBASP with code:
avrdude -p c128 -c usbasp
but I got:
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. avrdude done. Thank you.
Help?