OK, so I have a blank ATMega328-PU in an Arduino duemilanove board, trying to burn the bootloader is per this config:
I am using arduino 0022, on Windows 7 using both duemilanove boards. I have the board and com ports set correct, all my wiring is right, however I get:
avrdude: stk500_getsync(): not in sync: resp=0x15
I tried adding 3 330 ohm resistors in parralel between the 5V and reset pin on the programmer arduino, and it then gives me this error instead:
avrdude: Expected signature for ATMEGA328P is 1E 95 0F
Double check chip, or use -F to override this check.
Not really sure where to go from here, though I have 10 ATMega328-PU's I need to burn ASAP, and this isn't helping ![]()
Is there something different in burning ATMega328-PU's instead of 328p-PU's?
EDIT: Nevermind, I found this thread and it seems to have worked: Arduino Forum
Thanks