Hi.. Well I cant say for sure but I think one night while playing with an RBG led I screwed something up. I was trying to load in a library, started screwing around, next thing I know Im getting the error avrdude: stk500_getsync(): not in sync: resp=0x00
Well I read every forum I could find, tried all the hold reset button tricks ( before and after ) but continue to get the error.
I purchased a Mega 2560 and have it loaded with the sketch to act as an ISP.. I followed the sparkfun tutorial (option 1)
http://www.sparkfun.com/tutorials/247when in avr dude im able run this command:
avrdude -P com7 -b 19200 -c avrisp -p m328p -v -e -U efuse:w
:0x05:m -U hfuse:w:0xD6:m -U lfuse:w:0xFF:m
to set the fuse bits but when I try to send the hex file I get this:
Writing | ################################################# | 98% 1.35s
avrdude: stk500_paged_write(): (a) protocol error, expect=0x14, resp=0x64
avrdude: stk500_cmd(): programmer is out of sync
Anyone out there willing to do a little troubleshooting?
TIA