Hi all,
I have just recently got an AVR-PG1 programmer, an AVR-P40 board, and two ATmega32 MCUs. I’m using avrdude 5.1 on a mac with a usb->serial converter (Keyspan) to program the chips (at least I’m trying to). The problem is that avrdude cannot seem to find the atmega32. Here is my command:
avrdude -p m32 -c ponyser -P $(UISP_PORT) -e -U flash:w:test.hex
I continually get:
avrdude: AVR device not responding
avrdude: initialization failed, rc=-1
Double check connections and try again, or use -F to override
this check.
If I use the -F command, the verification failes at the first memory byte. If I unplug the AVR-PG1 programmer from the serial converter, the exact same messages come up (with and w/o the -F command), so I am guessing that the error is in the programmer, but not fully sure.
Any responses would be greatly appreciated (and needed – I’m short on time. The BIG part of the project begins when everything works).
Thanks,
Aaron M