I have a sketch that uses digital pins 0-7 and the 5v and GND power pins. The sketch compiles correctly but will not upload; it results in "avrdude: stk500_getsync(): not in sync: resp=0x00" and
"avrdude: stk500_recv(): programmer is not responding" errors. If, however, I remove the jumper between my breadboard and the 5v power pin, the sketch will upload. If afterwards I reconnect the 5v pin, the sketch will run correctly.
I've tried many variants, but it boils down to this: if the 5v pin to my breadboard is connected, I can't upload ANY sketch without getting the above errors. I can't even upload a basic LED blinking sketch. I've tried another Arduino Uno, another cable, etc. but nothing works when the 5v pin is connected to my breadboard. I'm an Arduino newbie and as such quite ignorant but anxious to learn. I'd appreciate suggestions as to what wiring problem would prevent uploads and yet execute the sketch correctly.
Thanks for any and all help.
