Hi
Actually, the fact that I'm using Windows 7 is probably irrelevant, as I get the same error under Vista as well!
The error is one I've seen mentioned here several times, ie the "avrdude: stk500_getsync(): not in sync: resp=0x00" type message, but none of the suggestions I've seen has any affect.
Its a UNO, and here's the complete verbose message on attempting to load the basic blink sketch:
Binary sketch size: 1018 bytes (of a 32256 byte maximum)
C:\Program Files\arduino-0022\arduino-0022\hardware/tools/avr/bin/avrdude -CC:\Program Files\arduino-0022\arduino-0022\hardware/tools/avr/etc/avrdude.conf -v -v -v -v -patmega328p -cstk500v1 -P\.\COM3 -b115200 -D -Uflash:w:C:\Users\Bernie\AppData\Local\Temp\build396908047216537513.tmp\Blink.cpp.hex:i
avrdude: Version 5.4-arduino, compiled on Oct 11 2007 at 19:12:32
Copyright (c) 2000-2005 Brian Dean, http://www.bdmicro.com/
System wide configuration file is "C:\Program Files\arduino-0022\arduino-0022\hardware/tools/avr/etc/avrdude.conf"
Using Port : \.\COM3
Using Programmer : stk500v1
Overriding Baud Rate : 115200
avrdude: ser_open(): setting dtr
avrdude: Send: 0 [30] [20]
avrdude: Send: 0 [30] [20]
avrdude: Send: 0 [30] [20]
avrdude: Recv:
avrdude: stk500_getsync(): not in sync: resp=0x00
avrdude: Send: Q [51] [20]
avrdude: Recv:
avrdude: stk500_disable(): protocol error, expect=0x14, resp=0x51
avrdude done. Thank you.
The driver is the upto date Uno driver, UNO is selected in the drop down menu, as is COM3. The COM port is confirmed as being the UNO and the baud rate matches that in the error message, ie 115200 baud.
I suspect I've damaged the board, as I was driving some 12v leds on their own power supply, and there is a marginal chance that 12v strayed out of bounds. I've changed the processor (to one that does have the bootloader burnt on), but no joy. As implied at the beginning, I've tried it on two different PCs and Vista and Windows 7.
Anyone any suggestions, or should I cut my losses and buy another board - hoping that the problem is not software based?
Cheers Guys